#E896C6

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

Shades of Shocking #E896C6

Tints of Shocking #E896C6

Color information

#E896C6 (or 0xE896C6) is unknown color: approx Shocking. HEX triplet: E8, 96 and C6. RGB value is (232,150,198). Sum of RGB (Red+Green+Blue) = 232+150+198=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E896C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896C6 is #176939. Grayscale: #B3B3B3. Windows color (decimal): -1534266 or 13014760. OLE color: 13014760.

HSL color Cylindrical-coordinate representation of color #E896C6: hue angle of 324.88º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896C6 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB232150198-
CMYK00.350.150.09
HSL324.88º64.06%74.9%-
HSV(B)324.88º35.34%90.98%-
XYZ54.3843.0558.87-
YUV179.99138.17165.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=40%
G=25.86%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215019800.350.150.09324.8864.0674.9
HexE896C6023F9145404b
Octal3502263060431711505100113
Binary11101000100101101100011001000111111100110100010110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896C6; }

 p { color: rgb(232,150,198); }

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

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

 a { background-color: rgb(232,150,198); }

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

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

 span { border-color: rgb(232,150,198); }

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