COLOR #E695EB

HEX: #E695EB RGB: (230,149,235)

Color info

#E695EB contains mainly red and blue colors. Web safe color of #E695EB is #CC99FF (or #C9F).

RGB color model

#E695EB color RGB value is (230,149,235).

RGB: (230,149,235) (90%, 58%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 235 of 255 = 92%

230
149
235

R + G + B ~ 80%. #E695EB is quite light color.

Portions of RGB colors in percentages

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'%

%37.46
%24.27
%38.27

CMYK color model

#E695EB color CMYK value is (2,37,0,8).

  • cyan value is 2.13%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (2,37,0,8)
C2M37Y0K8 (2%, 37%, 0%, 8%)
(0.02 / 0.37 / 0.00 / 0.08)

CMYK percentages

%2.13
%36.6
%0
%7.84

Codes

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 and tints

Shades of #E695EB

#E695EB
(230,149,235)
#D288D6
(210,136,214)
#BE7BC1
(190,123,193)
#AA6EAC
(170,110,172)
#966197
(150,97,151)
#825482
(130,84,130)
#6E476D
(110,71,109)
#5A3A58
(90,58,88)
#462D43
(70,45,67)
#32202E
(50,32,46)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E695EB

#E695EB
(230,149,235)
#E89EEC
(232,158,236)
#EAA7ED
(234,167,237)
#ECB0EE
(236,176,238)
#EEB9EF
(238,185,239)
#F0C2F0
(240,194,240)
#F2CBF1
(242,203,241)
#F4D4F2
(244,212,242)
#F6DDF3
(246,221,243)
#F8E6F4
(248,230,244)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E695EB color. Also use rgb(230,149,235) instead hex code.

Text Font Color

.myTextColor { color: #E695EB; }

<p style="color:#E695EB">This sample text font color is #E695EB.</p>

This text font color is #E695EB.

Background Color

.myBgColor { background-color: #E695EB; }

<div style="background-color:#E695EB">Inner text</div>

This div background color is #E695EB.

Border color

.myBorderColor { border: 1px solid #E695EB; }

<div style="border:3px solid #E695EB">Div</div>

This div border color is #E695EB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E695EB.

Preview

Color preview on black background

This text has color #E695EB on black background.


Color preview on white background

This text has color #E695EB on white background.


Black color preview on #E695EB background

This text has black color on #E695EB background.


White color preview on #E695EB background

This text has white color on #E695EB background.


Related colors

Complementary color

Complementary color for #hex is #196A14.


I love getcolorcode.com

Triadic colors

1 #EBE695 and #95EBE6 with #E695EB are triadic colors.

2 #EB95E6 and #95E6EB with #E695EB are triadic colors.