#E19CBD

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

Shades of Shocking #E19CBD

Tints of Shocking #E19CBD

Color information

#E19CBD (or 0xE19CBD) is unknown color: approx Shocking. HEX triplet: E1, 9C and BD. RGB value is (225,156,189). Sum of RGB (Red+Green+Blue) = 225+156+189=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CBD is #1E6342. Grayscale: #B4B4B4. Windows color (decimal): -1991491 or 12426465. OLE color: 12426465.

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

Color convert

RGB225156189-
CMYK00.310.160.12
HSL331.3º53.49%74.71%-
HSV(B)331.3º30.67%88.24%-
XYZ52.1343.4653.79-
YUV180.39132.86159.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=39.47%
G=27.37%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515618900.310.160.12331.353.4974.71
HexE19CBD01F10C14b354b
Octal341234275037201451365113
Binary1110000110011100101111010111111000011001010010111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CBD; }

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

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

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

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

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

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

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

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