#E096BE

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

Shades of Shocking #E096BE

Tints of Shocking #E096BE

Color information

#E096BE (or 0xE096BE) is unknown color: approx Shocking. HEX triplet: E0, 96 and BE. RGB value is (224,150,190). Sum of RGB (Red+Green+Blue) = 224+150+190=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BE is #1F6941. Grayscale: #B0B0B0. Windows color (decimal): -2058562 or 12490464. OLE color: 12490464.

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

Color convert

RGB224150190-
CMYK00.330.150.12
HSL327.57º54.41%73.33%-
HSV(B)327.57º33.04%87.84%-
XYZ50.9441.3854.02-
YUV176.69135.52161.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=39.72%
G=26.60%
B=33.69%

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
Decimal22415019000.330.150.12327.5754.4173.33
HexE096BE021FC1483649
Octal340226276041171451066111
Binary1110000010010110101111100100001111111001010010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096BE; }

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

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

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

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

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

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

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

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