#E09BC3

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

Shades of Shocking #E09BC3

Tints of Shocking #E09BC3

Color information

#E09BC3 (or 0xE09BC3) is unknown color: approx Shocking. HEX triplet: E0, 9B and C3. RGB value is (224,155,195). Sum of RGB (Red+Green+Blue) = 224+155+195=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BC3 is #1F643C. Grayscale: #B4B4B4. Windows color (decimal): -2057277 or 12819424. OLE color: 12819424.

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

Color convert

RGB224155195-
CMYK00.310.130.12
HSL325.22º52.67%74.31%-
HSV(B)325.22º30.8%87.84%-
XYZ52.3143.2357.22-
YUV180.19136.36159.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=39.02%
G=27.00%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415519500.310.130.12325.2252.6774.31
HexE09BC301FDC145354a
Octal340233303037151450565112
Binary111000001001101111000011011111110111001010001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BC3; }

 p { color: rgb(224,155,195); }

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

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

 a { background-color: rgb(224,155,195); }

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

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

 span { border-color: rgb(224,155,195); }

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