#E09AC2

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

Shades of Shocking #E09AC2

Tints of Shocking #E09AC2

Color information

#E09AC2 (or 0xE09AC2) is unknown color: approx Shocking. HEX triplet: E0, 9A and C2. RGB value is (224,154,194). Sum of RGB (Red+Green+Blue) = 224+154+194=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AC2 is #1F653D. Grayscale: #B3B3B3. Windows color (decimal): -2057534 or 12753632. OLE color: 12753632.

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

Color convert

RGB224154194-
CMYK00.310.130.12
HSL325.71º53.03%74.12%-
HSV(B)325.71º31.25%87.84%-
XYZ52.0342.8556.57-
YUV179.49136.19159.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=39.16%
G=26.92%
B=33.92%

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
Decimal22415419400.310.130.12325.7153.0374.12
HexE09AC201FDC146354a
Octal340232302037151450665112
Binary111000001001101011000010011111110111001010001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AC2; }

 p { color: rgb(224,154,194); }

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

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

 a { background-color: rgb(224,154,194); }

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

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

 span { border-color: rgb(224,154,194); }

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