#E09CCB

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

Shades of Shocking #E09CCB

Tints of Shocking #E09CCB

Color information

#E09CCB (or 0xE09CCB) is unknown color: approx Shocking. HEX triplet: E0, 9C and CB. RGB value is (224,156,203). Sum of RGB (Red+Green+Blue) = 224+156+203=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCB is #1F6334. Grayscale: #B5B5B5. Windows color (decimal): -2057013 or 13343968. OLE color: 13343968.

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

Color convert

RGB224156203-
CMYK00.300.090.12
HSL318.53º52.31%74.51%-
HSV(B)318.53º30.36%87.84%-
XYZ53.4143.9462.17-
YUV181.69140.03158.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=38.42%
G=26.76%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415620300.300.090.12318.5352.3174.51
HexE09CCB01E9C13f344b
Octal340234313036111447764113
Binary111000001001110011001011011110100111001001111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CCB; }

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

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

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

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

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

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

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

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