#E096B8

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

Shades of Shocking #E096B8

Tints of Shocking #E096B8

Color information

#E096B8 (or 0xE096B8) is unknown color: approx Shocking. HEX triplet: E0, 96 and B8. RGB value is (224,150,184). Sum of RGB (Red+Green+Blue) = 224+150+184=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E096B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096B8 is #1F6947. Grayscale: #AFAFAF. Windows color (decimal): -2058568 or 12097248. OLE color: 12097248.

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

Color convert

RGB224150184-
CMYK00.330.180.12
HSL332.43º54.41%73.33%-
HSV(B)332.43º33.04%87.84%-
XYZ50.341.1250.63-
YUV176132.52162.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=40.14%
G=26.88%
B=32.97%

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
Decimal22415018400.330.180.12332.4354.4173.33
HexE096B802112C14c3649
Octal340226270041221451466111
Binary11100000100101101011100001000011001011001010011001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096B8; }

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

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

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

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

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

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

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

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