#E19CCB

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

Shades of Shocking #E19CCB

Tints of Shocking #E19CCB

Color information

#E19CCB (or 0xE19CCB) is unknown color: approx Shocking. HEX triplet: E1, 9C and CB. RGB value is (225,156,203). Sum of RGB (Red+Green+Blue) = 225+156+203=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CCB is #1E6334. Grayscale: #B5B5B5. Windows color (decimal): -1991477 or 13343969. OLE color: 13343969.

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

Color convert

RGB225156203-
CMYK00.310.100.12
HSL319.13º53.49%74.71%-
HSV(B)319.13º30.67%88.24%-
XYZ53.7244.162.18-
YUV181.99139.86158.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=38.53%
G=26.71%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515620300.310.100.12319.1353.4974.71
HexE19CCB01FAC13f354b
Octal341234313037121447765113
Binary111000011001110011001011011111101011001001111111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CCB; }

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

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

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

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

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

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

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

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