#E19DBD

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

Shades of Shocking #E19DBD

Tints of Shocking #E19DBD

Color information

#E19DBD (or 0xE19DBD) is unknown color: approx Shocking. HEX triplet: E1, 9D and BD. RGB value is (225,157,189). Sum of RGB (Red+Green+Blue) = 225+157+189=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DBD is #1E6242. Grayscale: #B4B4B4. Windows color (decimal): -1991235 or 12426721. OLE color: 12426721.

HSL color Cylindrical-coordinate representation of color #E19DBD: hue angle of 331.76º 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 #E19DBD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225157189-
CMYK00.300.160.12
HSL331.76º53.12%74.9%-
HSV(B)331.76º30.22%88.24%-
XYZ52.2943.853.84-
YUV180.98132.53159.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=39.40%
G=27.50%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515718900.300.160.12331.7653.1274.9
HexE19DBD01E10C14c354b
Octal341235275036201451465113
Binary1110000110011101101111010111101000011001010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DBD; }

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

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

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

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

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

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

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

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