#E19CBC

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

Shades of Shocking #E19CBC

Tints of Shocking #E19CBC

Color information

#E19CBC (or 0xE19CBC) is unknown color: approx Shocking. HEX triplet: E1, 9C and BC. RGB value is (225,156,188). Sum of RGB (Red+Green+Blue) = 225+156+188=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CBC is #1E6343. Grayscale: #B4B4B4. Windows color (decimal): -1991492 or 12360929. OLE color: 12360929.

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

Color convert

RGB225156188-
CMYK00.310.160.12
HSL332.17º53.49%74.71%-
HSV(B)332.17º30.67%88.24%-
XYZ52.0243.4253.22-
YUV180.28132.36159.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=39.54%
G=27.42%
B=33.04%

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
Decimal22515618800.310.160.12332.1753.4974.71
HexE19CBC01F10C14c354b
Octal341234274037201451465113
Binary1110000110011100101111000111111000011001010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CBC; }

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

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

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

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

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

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

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

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