#E089C0

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

Shades of Shocking #E089C0

Tints of Shocking #E089C0

Color information

#E089C0 (or 0xE089C0) is unknown color: approx Shocking. HEX triplet: E0, 89 and C0. RGB value is (224,137,192). Sum of RGB (Red+Green+Blue) = 224+137+192=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C0 is #1F763F. Grayscale: #A9A9A9. Windows color (decimal): -2061888 or 12618208. OLE color: 12618208.

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

Color convert

RGB224137192-
CMYK00.390.140.12
HSL322.07º58.39%70.78%-
HSV(B)322.07º38.84%87.84%-
XYZ49.237.5454.52-
YUV169.28140.82167.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=40.51%
G=24.77%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413719200.390.140.12322.0758.3970.78
HexE089C0027EC1423a47
Octal340211300047161450272107
Binary1110000010001001110000000100111111011001010000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089C0; }

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

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

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

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

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

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

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

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