#e896ba

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

Shades of Shocking #E896BA

Tints of Shocking #E896BA

Color information

#E896BA (or 0xE896BA) is unknown color: approx Shocking. HEX triplet: E8, 96 and BA. RGB value is (232,150,186). Sum of RGB (Red+Green+Blue) = 232+150+186=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E896BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896BA is #176945. Grayscale: #B2B2B2. Windows color (decimal): -1534278 or 12228328. OLE color: 12228328.

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

Color convert

RGB232150186-
CMYK00.350.200.09
HSL333.66º64.06%74.9%-
HSV(B)333.66º35.34%90.98%-
XYZ53.0542.5151.86-
YUV178.62132.17166.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=40.85%
G=26.41%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215018600.350.200.09333.6664.0674.9
HexE896BA02314914e404b
Octal3502262720432411516100113
Binary111010001001011010111010010001110100100110100111010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e896ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e896ba; }

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

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

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

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

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

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

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

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