#E496BF

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

Shades of Shocking #E496BF

Tints of Shocking #E496BF

Color information

#E496BF (or 0xE496BF) is unknown color: approx Shocking. HEX triplet: E4, 96 and BF. RGB value is (228,150,191). Sum of RGB (Red+Green+Blue) = 228+150+191=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E496BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496BF is #1B6940. Grayscale: #B1B1B1. Windows color (decimal): -1796417 or 12556004. OLE color: 12556004.

HSL color Cylindrical-coordinate representation of color #E496BF: hue angle of 328.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496BF is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228150191-
CMYK00.340.160.11
HSL328.46º59.09%74.12%-
HSV(B)328.46º34.21%89.41%-
XYZ52.3142.0754.65-
YUV178135.34163.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.07%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 191 (75% from 255) = 33.57%
R=40.07%
G=26.36%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815019100.340.160.11328.4659.0974.12
HexE496BF02210B1483b4a
Octal344226277042201351073112
Binary11100100100101101011111101000101000010111010010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496BF; }

 p { color: rgb(228,150,191); }

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

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

 a { background-color: rgb(228,150,191); }

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

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

 span { border-color: rgb(228,150,191); }

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