#E089BE

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

Shades of Shocking #E089BE

Tints of Shocking #E089BE

Color information

#E089BE (or 0xE089BE) is unknown color: approx Shocking. HEX triplet: E0, 89 and BE. RGB value is (224,137,190). Sum of RGB (Red+Green+Blue) = 224+137+190=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E089BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089BE is #1F7641. Grayscale: #A8A8A8. Windows color (decimal): -2061890 or 12487136. OLE color: 12487136.

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

Color convert

RGB224137190-
CMYK00.390.150.12
HSL323.45º58.39%70.78%-
HSV(B)323.45º38.84%87.84%-
XYZ48.9837.4653.36-
YUV169.05139.82167.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=40.65%
G=24.86%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413719000.390.150.12323.4558.3970.78
HexE089BE027FC1433a47
Octal340211276047171450372107
Binary1110000010001001101111100100111111111001010000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089BE; }

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

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

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

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

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

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

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

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