#E096BD

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

Shades of Shocking #E096BD

Tints of Shocking #E096BD

Color information

#E096BD (or 0xE096BD) is unknown color: approx Shocking. HEX triplet: E0, 96 and BD. RGB value is (224,150,189). Sum of RGB (Red+Green+Blue) = 224+150+189=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E096BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096BD is #1F6942. Grayscale: #B0B0B0. Windows color (decimal): -2058563 or 12424928. OLE color: 12424928.

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

Color convert

RGB224150189-
CMYK00.330.160.12
HSL328.38º54.41%73.33%-
HSV(B)328.38º33.04%87.84%-
XYZ50.8341.3353.44-
YUV176.57135.02161.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=39.79%
G=26.64%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415018900.330.160.12328.3854.4173.33
HexE096BD02110C1483649
Octal340226275041201451066111
Binary11100000100101101011110101000011000011001010010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096BD; }

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

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

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

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

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

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

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

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