COLOR #E692DB

HEX: #E692DB RGB: (230,146,219)

Color info

#E692DB contains mainly red and blue colors. Web safe color of #E692DB is #CC99CC (or #C9C).

RGB color model

#E692DB color RGB value is (230,146,219).

RGB: (230,146,219) (90%, 57%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 146 of 255 = 57%
B 219 of 255 = 86%

230
146
219

R + G + B ~ 78%. #E692DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 146 + 219 = 595 (100%)
R 230 of 595 ~ 38.66%
G 146 of 595 ~ 24.54%
B 219 of 595 ~ 36.81'%

%38.66
%24.54
%36.81

CMYK color model

#E692DB color CMYK value is (0,37,5,10).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 4.78%
  • key color value is 9.80%

CMYK: (0,37,5,10)
C0M37Y5K10 (0%, 37%, 5%, 10%)
(0.00 / 0.37 / 0.05 / 0.10)

CMYK percentages

%0
%36.52
%4.78
%9.8

Codes

Color #E692DB in popluar color models

E6 92 DB
RGB 230 146 219
HSL 308° 62.69% 73.73%
HSB/HSV 308° 36.52% 90.20%
CMYK 0.00% 36.52% 4.78%
9.80%

Color #E692DB in popluar number systems.

HEX E6 92 DB
Decimal 230 146 219
Binary 11100110 10010010 11011011
Octal 346 222 333

Shades and tints

Shades of #E692DB

#E692DB
(230,146,219)
#D285C8
(210,133,200)
#BE78B5
(190,120,181)
#AA6BA2
(170,107,162)
#965E8F
(150,94,143)
#82517C
(130,81,124)
#6E4469
(110,68,105)
#5A3756
(90,55,86)
#462A43
(70,42,67)
#321D30
(50,29,48)
#1E101D
(30,16,29)
#000000
(0,0,0)

Tints of #E692DB

#E692DB
(230,146,219)
#E89BDE
(232,155,222)
#EAA4E1
(234,164,225)
#ECADE4
(236,173,228)
#EEB6E7
(238,182,231)
#F0BFEA
(240,191,234)
#F2C8ED
(242,200,237)
#F4D1F0
(244,209,240)
#F6DAF3
(246,218,243)
#F8E3F6
(248,227,246)
#FAECF9
(250,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E692DB color. Also use rgb(230,146,219) instead hex code.

Text Font Color

.myTextColor { color: #E692DB; }

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

This text font color is #E692DB.

Background Color

.myBgColor { background-color: #E692DB; }

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

This div background color is #E692DB.

Border color

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

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

This div border color is #E692DB.

Opacity

.myOpacity80 { color: #E692DB; opacity: 0.8; }

<p style="color:#E692DB;opacity:0.8;">80%</p>

Text with #E692DB 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 #E692DB;}

<p style="text-shadow: 3px 3px 1px #E692DB">Text here.</p>

This text has shadow with #E692DB color.


.textShadow {text-shadow: 3px 3px 1px #E692DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E692DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #E692DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E692DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E692DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #E692DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E692DB;
-webkit-box-shadow: 1px 1px 3px 2px #E692DB;
box-shadow: 1px 1px 3px 2px #E692DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E692DB; -webkit-box-shadow: 1px 1px 3px 2px #E692DB; box-shadow:1px 1px 3px 2px #E692DB;">
Div content here
</div>

This div box has shadow with color #E692DB.

Preview

Color preview on black background

This text has color #E692DB on black background.


Color preview on white background

This text has color #E692DB on white background.


Black color preview on #E692DB background

This text has black color on #E692DB background.


White color preview on #E692DB background

This text has white color on #E692DB background.


Related colors

Complementary color

Complementary color for #hex is #196D24.


I love getcolorcode.com

Triadic colors

1 #DBE692 and #92DBE6 with #E692DB are triadic colors.

2 #DB92E6 and #92E6DB with #E692DB are triadic colors.