#E19EBD

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

Shades of Shocking #E19EBD

Tints of Shocking #E19EBD

Color information

#E19EBD (or 0xE19EBD) is unknown color: approx Shocking. HEX triplet: E1, 9E and BD. RGB value is (225,158,189). Sum of RGB (Red+Green+Blue) = 225+158+189=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EBD is #1E6142. Grayscale: #B5B5B5. Windows color (decimal): -1990979 or 12426977. OLE color: 12426977.

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

Color convert

RGB225158189-
CMYK00.300.160.12
HSL332.24º52.76%75.1%-
HSV(B)332.24º29.78%88.24%-
XYZ52.4644.1453.9-
YUV181.57132.2158.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=39.34%
G=27.62%
B=33.04%

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
Decimal22515818900.300.160.12332.2452.7675.1
HexE19EBD01E10C14c354b
Octal341236275036201451465113
Binary1110000110011110101111010111101000011001010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19EBD; }

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

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

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

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

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

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

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

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