#E19DCB

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

Shades of Shocking #E19DCB

Tints of Shocking #E19DCB

Color information

#E19DCB (or 0xE19DCB) is unknown color: approx Shocking. HEX triplet: E1, 9D and CB. RGB value is (225,157,203). Sum of RGB (Red+Green+Blue) = 225+157+203=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DCB is #1E6234. Grayscale: #B6B6B6. Windows color (decimal): -1991221 or 13344225. OLE color: 13344225.

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

Color convert

RGB225157203-
CMYK00.300.100.12
HSL319.41º53.12%74.9%-
HSV(B)319.41º30.22%88.24%-
XYZ53.8944.4362.24-
YUV182.58139.53158.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=38.46%
G=26.84%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515720300.300.100.12319.4153.1274.9
HexE19DCB01EAC13f354b
Octal341235313036121447765113
Binary111000011001110111001011011110101011001001111111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DCB; }

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

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

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

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

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

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

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

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