#E09BC4

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

Shades of Shocking #E09BC4

Tints of Shocking #E09BC4

Color information

#E09BC4 (or 0xE09BC4) is unknown color: approx Shocking. HEX triplet: E0, 9B and C4. RGB value is (224,155,196). Sum of RGB (Red+Green+Blue) = 224+155+196=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BC4 is #1F643B. Grayscale: #B4B4B4. Windows color (decimal): -2057276 or 12884960. OLE color: 12884960.

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

Color convert

RGB224155196-
CMYK00.310.120.12
HSL324.35º52.67%74.31%-
HSV(B)324.35º30.8%87.84%-
XYZ52.4343.2857.81-
YUV180.3136.86159.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=38.96%
G=26.96%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415519600.310.120.12324.3552.6774.31
HexE09BC401FCC144354a
Octal340233304037141450465112
Binary111000001001101111000100011111110011001010001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BC4; }

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

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

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

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

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

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

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

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