#E19DBF

Color #E19DBF Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E19DBF

Tints of Shocking #E19DBF

Color information

#E19DBF (or 0xE19DBF) is unknown color: approx Shocking. HEX triplet: E1, 9D and BF. RGB value is (225,157,191). Sum of RGB (Red+Green+Blue) = 225+157+191=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DBF is #1E6240. Grayscale: #B5B5B5. Windows color (decimal): -1991233 or 12557793. OLE color: 12557793.

HSL color Cylindrical-coordinate representation of color #E19DBF: hue angle of 330º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DBF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225157191-
CMYK00.300.150.12
HSL330º53.12%74.9%-
HSV(B)330º30.22%88.24%-
XYZ52.5143.8854.99-
YUV181.21133.53159.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 191 (75% from 255) = 33.33%
R=39.27%
G=27.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515719100.300.150.1233053.1274.9
HexE19DBF01EFC14a354b
Octal341235277036171451265113
Binary111000011001110110111111011110111111001010010101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DBF; }

 p { color: rgb(225,157,191); }

 H1.HeaderClassName
 {
   color: #E19DBF;
 }
 .AnyTagClassName
 {
   color: #E19DBF;
 }
</style>
background-color css

<style>
 a { background-color: #E19DBF; }

 a { background-color: rgb(225,157,191); }

 div.DivClassName
 {
   background-color: #E19DBF;
 }
 .BgClassName
 {
   background-color: #E19DBF;
 }
</style>
border-color css

<style>
 span { border-color: #E19DBF; }

 span { border-color: rgb(225,157,191); }

 td.TdClassName
 {
   border-color: #E19DBF;
 }
 .TagClassName
 {
   border-color: #E19DBF;
 }
</style>