#E089C5

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

Shades of Shocking #E089C5

Tints of Shocking #E089C5

Color information

#E089C5 (or 0xE089C5) is unknown color: approx Shocking. HEX triplet: E0, 89 and C5. RGB value is (224,137,197). Sum of RGB (Red+Green+Blue) = 224+137+197=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E089C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089C5 is #1F763A. Grayscale: #A9A9A9. Windows color (decimal): -2061883 or 12945888. OLE color: 12945888.

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

Color convert

RGB224137197-
CMYK00.390.120.12
HSL318.62º58.39%70.78%-
HSV(B)318.62º38.84%87.84%-
XYZ49.7637.7757.49-
YUV169.85143.32166.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 137 (53.91% from 255) = 24.55%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=40.14%
G=24.55%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413719700.390.120.12318.6258.3970.78
HexE089C5027CC13f3a47
Octal340211305047141447772107
Binary1110000010001001110001010100111110011001001111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089C5; }

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

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

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

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

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

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

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

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