#E09BC8

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

Shades of Shocking #E09BC8

Tints of Shocking #E09BC8

Color information

#E09BC8 (or 0xE09BC8) is unknown color: approx Shocking. HEX triplet: E0, 9B and C8. RGB value is (224,155,200). Sum of RGB (Red+Green+Blue) = 224+155+200=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BC8 is #1F6437. Grayscale: #B4B4B4. Windows color (decimal): -2057272 or 13147104. OLE color: 13147104.

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

Color convert

RGB224155200-
CMYK00.310.110.12
HSL320.87º52.67%74.31%-
HSV(B)320.87º30.8%87.84%-
XYZ52.8943.4660.24-
YUV180.76138.86158.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=38.69%
G=26.77%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415520000.310.110.12320.8752.6774.31
HexE09BC801FBC141354a
Octal340233310037131450165112
Binary111000001001101111001000011111101111001010000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BC8; }

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

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

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

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

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

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

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

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