#E096BA

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

Shades of Shocking #E096BA

Tints of Shocking #E096BA

Color information

#E096BA (or 0xE096BA) is unknown color: approx Shocking. HEX triplet: E0, 96 and BA. RGB value is (224,150,186). Sum of RGB (Red+Green+Blue) = 224+150+186=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BA is #1F6945. Grayscale: #B0B0B0. Windows color (decimal): -2058566 or 12228320. OLE color: 12228320.

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

Color convert

RGB224150186-
CMYK00.330.170.12
HSL330.81º54.41%73.33%-
HSV(B)330.81º33.04%87.84%-
XYZ50.5141.2151.75-
YUV176.23133.52162.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=40%
G=26.79%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415018600.330.170.12330.8154.4173.33
HexE096BA02111C14b3649
Octal340226272041211451366111
Binary11100000100101101011101001000011000111001010010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096BA; }

 p { color: rgb(224,150,186); }

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

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

 a { background-color: rgb(224,150,186); }

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

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

 span { border-color: rgb(224,150,186); }

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