#E093BE

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

Shades of Shocking #E093BE

Tints of Shocking #E093BE

Color information

#E093BE (or 0xE093BE) is unknown color: approx Shocking. HEX triplet: E0, 93 and BE. RGB value is (224,147,190). Sum of RGB (Red+Green+Blue) = 224+147+190=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E093BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093BE is #1F6C41. Grayscale: #AEAEAE. Windows color (decimal): -2059330 or 12489696. OLE color: 12489696.

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

Color convert

RGB224147190-
CMYK00.340.150.12
HSL326.49º55.4%72.75%-
HSV(B)326.49º34.38%87.84%-
XYZ50.4740.4353.86-
YUV174.92136.51163-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=39.93%
G=26.20%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414719000.340.150.12326.4955.472.75
HexE093BE022FC1463749
Octal340223276042171450667111
Binary1110000010010011101111100100010111111001010001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093BE; }

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

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

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

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

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

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

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

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