#E096BF

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

Shades of Shocking #E096BF

Tints of Shocking #E096BF

Color information

#E096BF (or 0xE096BF) is unknown color: approx Shocking. HEX triplet: E0, 96 and BF. RGB value is (224,150,191). Sum of RGB (Red+Green+Blue) = 224+150+191=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BF is #1F6940. Grayscale: #B0B0B0. Windows color (decimal): -2058561 or 12556000. OLE color: 12556000.

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

Color convert

RGB224150191-
CMYK00.330.150.12
HSL326.76º54.41%73.33%-
HSV(B)326.76º33.04%87.84%-
XYZ51.0541.4254.59-
YUV176.8136.02161.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 191 (75% from 255) = 33.81%
R=39.65%
G=26.55%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415019100.330.150.12326.7654.4173.33
HexE096BF021FC1473649
Octal340226277041171450766111
Binary1110000010010110101111110100001111111001010001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096BF; }

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

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

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

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

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

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

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

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