#E09AC7

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

Shades of Shocking #E09AC7

Tints of Shocking #E09AC7

Color information

#E09AC7 (or 0xE09AC7) is unknown color: approx Shocking. HEX triplet: E0, 9A and C7. RGB value is (224,154,199). Sum of RGB (Red+Green+Blue) = 224+154+199=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AC7 is #1F6538. Grayscale: #B3B3B3. Windows color (decimal): -2057529 or 13081312. OLE color: 13081312.

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

Color convert

RGB224154199-
CMYK00.310.110.12
HSL321.43º53.03%74.12%-
HSV(B)321.43º31.25%87.84%-
XYZ52.643.0859.58-
YUV180.06138.69159.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=38.82%
G=26.69%
B=34.49%

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
Decimal22415419900.310.110.12321.4353.0374.12
HexE09AC701FBC141354a
Octal340232307037131450165112
Binary111000001001101011000111011111101111001010000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AC7; }

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

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

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

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

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

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

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

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