#E096C1

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

Shades of Shocking #E096C1

Tints of Shocking #E096C1

Color information

#E096C1 (or 0xE096C1) is unknown color: approx Shocking. HEX triplet: E0, 96 and C1. RGB value is (224,150,193). Sum of RGB (Red+Green+Blue) = 224+150+193=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E096C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096C1 is #1F693E. Grayscale: #B0B0B0. Windows color (decimal): -2058559 or 12687072. OLE color: 12687072.

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

Color convert

RGB224150193-
CMYK00.330.140.12
HSL325.14º54.41%73.33%-
HSV(B)325.14º33.04%87.84%-
XYZ51.2741.5155.76-
YUV177.03137.02161.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=39.51%
G=26.46%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415019300.330.140.12325.1454.4173.33
HexE096C1021EC1453649
Octal340226301041161450566111
Binary1110000010010110110000010100001111011001010001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E096C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E096C1; }

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

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

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

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

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

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

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

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