#E089BF

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

Shades of Shocking #E089BF

Tints of Shocking #E089BF

Color information

#E089BF (or 0xE089BF) is unknown color: approx Shocking. HEX triplet: E0, 89 and BF. RGB value is (224,137,191). Sum of RGB (Red+Green+Blue) = 224+137+191=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E089BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089BF is #1F7640. Grayscale: #A9A9A9. Windows color (decimal): -2061889 or 12552672. OLE color: 12552672.

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

Color convert

RGB224137191-
CMYK00.390.150.12
HSL322.76º58.39%70.78%-
HSV(B)322.76º38.84%87.84%-
XYZ49.0937.553.94-
YUV169.17140.32167.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 191 (75% from 255) = 34.60%
R=40.58%
G=24.82%
B=34.60%

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
Decimal22413719100.390.150.12322.7658.3970.78
HexE089BF027FC1433a47
Octal340211277047171450372107
Binary1110000010001001101111110100111111111001010000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E089BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E089BF; }

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

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

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

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

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

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

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

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