HEX: #E695EB
RGB: (230,149,235)
#E695EB contains mainly red and blue colors. Web safe color of #E695EB is #CC99FF (or #C9F).
#E695EB color RGB value is (230,149,235).
RGB: (230,149,235)
(90%, 58%, 92%)
R 230 of 255 = 90%
G 149 of 255 = 58%
B 235 of 255 = 92%
R + G + B ~ 80%. #E695EB is quite light color.
R + G + B = 230 + 149 + 235 = 614 (100%)
R 230 of 614 ~ 37.46%
G 149 of 614 ~ 24.27%
B 235 of 614 ~ 38.27'%
#E695EB color CMYK value is (2,37,0,8).
CMYK: (2,37,0,8)
C2M37Y0K8 (2%, 37%, 0%, 8%)
(0.02 / 0.37 / 0.00 / 0.08)
Color #E695EB in popluar color models
E6 | 95 | EB | |
---|---|---|---|
RGB | 230 | 149 | 235 |
HSL | 297° | 68.25% | 75.29% |
HSB/HSV | 297° | 36.60% | 92.16% |
CMYK | 2.13% | 36.60% | 0.00% |
7.84% |
Color #E695EB in popluar number systems.
HEX | E6 | 95 | EB |
Decimal | 230 | 149 | 235 |
Binary | 11100110 | 10010101 | 11101011 |
Octal | 346 | 225 | 353 |
Shades of #E695EB
Tints of #E695EB
Examples of css and html codes for elements with #E695EB color. Also use rgb(230,149,235) instead hex code.
.myTextColor { color: #E695EB; }
<p style="color:#E695EB">This sample text font color is #E695EB.</p>
This text font color is #E695EB.
.myBgColor { background-color: #E695EB; }
<div style="background-color:#E695EB">Inner text</div>
This div background color is #E695EB.
.myBorderColor { border: 1px solid #E695EB; }
<div style="border:3px solid #E695EB">Div</div>
This div border color is #E695EB.
.myOpacity80 { color: #E695EB; opacity: 0.8; }
<p style="color:#E695EB;opacity:0.8;">80%</p>
Text with #E695EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E695EB;}
<p style="text-shadow: 3px 3px 1px #E695EB">Text here.</p>
This text has shadow with #E695EB color.
.textShadow {text-shadow: 3px 3px 1px #E695EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E695EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E695EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E695EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E695EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E695EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E695EB;
-webkit-box-shadow: 1px 1px 3px 2px #E695EB;
box-shadow: 1px 1px 3px 2px #E695EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E695EB; -webkit-box-shadow: 1px 1px 3px 2px #E695EB; box-shadow:1px 1px 3px 2px #E695EB;">
Div content here
</div>
This text has color #E695EB on black background.
This text has color #E695EB on white background.
This text has black color on #E695EB background.
This text has white color on #E695EB background.
Complementary color for #hex is #196A14.