#E089C2

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

Shades of Shocking #E089C2

Tints of Shocking #E089C2

Color information

#E089C2 (or 0xE089C2) is unknown color: approx Shocking. HEX triplet: E0, 89 and C2. RGB value is (224,137,194). Sum of RGB (Red+Green+Blue) = 224+137+194=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C2 is #1F763D. Grayscale: #A9A9A9. Windows color (decimal): -2061886 or 12749280. OLE color: 12749280.

HSL color Cylindrical-coordinate representation of color #E089C2: hue angle of 320.69º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E089C2 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224137194-
CMYK00.390.130.12
HSL320.69º58.39%70.78%-
HSV(B)320.69º38.84%87.84%-
XYZ49.4237.6355.7-
YUV169.51141.82166.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=40.36%
G=24.68%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413719400.390.130.12320.6958.3970.78
HexE089C2027DC1413a47
Octal340211302047151450172107
Binary1110000010001001110000100100111110111001010000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089C2; }

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

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

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

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

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

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

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

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