#E093BB

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

Shades of Shocking #E093BB

Tints of Shocking #E093BB

Color information

#E093BB (or 0xE093BB) is unknown color: approx Shocking. HEX triplet: E0, 93 and BB. RGB value is (224,147,187). Sum of RGB (Red+Green+Blue) = 224+147+187=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E093BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093BB is #1F6C44. Grayscale: #AEAEAE. Windows color (decimal): -2059333 or 12293088. OLE color: 12293088.

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

Color convert

RGB224147187-
CMYK00.340.170.12
HSL328.83º55.4%72.75%-
HSV(B)328.83º34.38%87.84%-
XYZ50.1440.352.15-
YUV174.58135.01163.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=40.14%
G=26.34%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414718700.340.170.12328.8355.472.75
HexE093BB02211C1493749
Octal340223273042211451167111
Binary11100000100100111011101101000101000111001010010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093BB; }

 p { color: rgb(224,147,187); }

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

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

 a { background-color: rgb(224,147,187); }

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

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

 span { border-color: rgb(224,147,187); }

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