#E896CC

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

Shades of Shocking #E896CC

Tints of Shocking #E896CC

Color information

#E896CC (or 0xE896CC) is unknown color: approx Shocking. HEX triplet: E8, 96 and CC. RGB value is (232,150,204). Sum of RGB (Red+Green+Blue) = 232+150+204=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E896CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896CC is #176933. Grayscale: #B4B4B4. Windows color (decimal): -1534260 or 13407976. OLE color: 13407976.

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

Color convert

RGB232150204-
CMYK00.350.120.09
HSL320.49º64.06%74.9%-
HSV(B)320.49º35.34%90.98%-
XYZ55.0843.3362.59-
YUV180.67141.17164.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.59%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=39.59%
G=25.60%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215020400.350.120.09320.4964.0674.9
HexE896CC023C9140404b
Octal3502263140431411500100113
Binary11101000100101101100110001000111100100110100000010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896CC; }

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

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

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

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

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

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

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

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