#E896B7

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

Shades of Shocking #E896B7

Tints of Shocking #E896B7

Color information

#E896B7 (or 0xE896B7) is unknown color: approx Shocking. HEX triplet: E8, 96 and B7. RGB value is (232,150,183). Sum of RGB (Red+Green+Blue) = 232+150+183=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E896B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896B7 is #176948. Grayscale: #B2B2B2. Windows color (decimal): -1534281 or 12031720. OLE color: 12031720.

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

Color convert

RGB232150183-
CMYK00.350.210.09
HSL335.85º64.06%74.9%-
HSV(B)335.85º35.34%90.98%-
XYZ52.7342.3950.2-
YUV178.28130.67166.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.06%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=41.06%
G=26.55%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215018300.350.210.09335.8564.0674.9
HexE896B7023159150404b
Octal3502262670432511520100113
Binary111010001001011010110111010001110101100110101000010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896B7; }

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

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

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

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

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

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

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

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