#E09ACA

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

Shades of Shocking #E09ACA

Tints of Shocking #E09ACA

Color information

#E09ACA (or 0xE09ACA) is unknown color: approx Shocking. HEX triplet: E0, 9A and CA. RGB value is (224,154,202). Sum of RGB (Red+Green+Blue) = 224+154+202=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ACA is #1F6535. Grayscale: #B4B4B4. Windows color (decimal): -2057526 or 13277920. OLE color: 13277920.

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

Color convert

RGB224154202-
CMYK00.310.100.12
HSL318.86º53.03%74.12%-
HSV(B)318.86º31.25%87.84%-
XYZ52.9643.2261.43-
YUV180.4140.19159.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=38.62%
G=26.55%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415420200.310.100.12318.8653.0374.12
HexE09ACA01FAC13f354a
Octal340232312037121447765112
Binary111000001001101011001010011111101011001001111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09ACA; }

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

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

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

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

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

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

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

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