#E096B7

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

Shades of Shocking #E096B7

Tints of Shocking #E096B7

Color information

#E096B7 (or 0xE096B7) is unknown color: approx Shocking. HEX triplet: E0, 96 and B7. RGB value is (224,150,183). Sum of RGB (Red+Green+Blue) = 224+150+183=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E096B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096B7 is #1F6948. Grayscale: #AFAFAF. Windows color (decimal): -2058569 or 12031712. OLE color: 12031712.

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

Color convert

RGB224150183-
CMYK00.330.180.12
HSL333.24º54.41%73.33%-
HSV(B)333.24º33.04%87.84%-
XYZ50.1941.0850.08-
YUV175.89132.02162.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=40.22%
G=26.93%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415018300.330.180.12333.2454.4173.33
HexE096B702112C14d3649
Octal340226267041221451566111
Binary11100000100101101011011101000011001011001010011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096B7; }

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

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

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

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

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

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

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

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