#E091B9

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

Shades of Shocking #E091B9

Tints of Shocking #E091B9

Color information

#E091B9 (or 0xE091B9) is unknown color: approx Shocking. HEX triplet: E0, 91 and B9. RGB value is (224,145,185). Sum of RGB (Red+Green+Blue) = 224+145+185=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E091B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091B9 is #1F6E46. Grayscale: #ADADAD. Windows color (decimal): -2059847 or 12161504. OLE color: 12161504.

HSL color Cylindrical-coordinate representation of color #E091B9: hue angle of 329.62º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091B9 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224145185-
CMYK00.350.170.12
HSL329.62º56.03%72.35%-
HSV(B)329.62º35.27%87.84%-
XYZ49.6239.650.93-
YUV173.18134.67164.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=40.43%
G=26.17%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414518500.350.170.12329.6256.0372.35
HexE091B902311C14a3848
Octal340221271043211451270110
Binary11100000100100011011100101000111000111001010010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091B9; }

 p { color: rgb(224,145,185); }

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

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

 a { background-color: rgb(224,145,185); }

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

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

 span { border-color: rgb(224,145,185); }

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