#E496BB

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

Shades of Shocking #E496BB

Tints of Shocking #E496BB

Color information

#E496BB (or 0xE496BB) is unknown color: approx Shocking. HEX triplet: E4, 96 and BB. RGB value is (228,150,187). Sum of RGB (Red+Green+Blue) = 228+150+187=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E496BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496BB is #1B6944. Grayscale: #B1B1B1. Windows color (decimal): -1796421 or 12293860. OLE color: 12293860.

HSL color Cylindrical-coordinate representation of color #E496BB: hue angle of 331.54º 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 #E496BB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228150187-
CMYK00.340.180.11
HSL331.54º59.09%74.12%-
HSV(B)331.54º34.21%89.41%-
XYZ51.8741.8952.37-
YUV177.54133.34163.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=40.35%
G=26.55%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815018700.340.180.11331.5459.0974.12
HexE496BB02212B14c3b4a
Octal344226273042221351473112
Binary11100100100101101011101101000101001010111010011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496BB; }

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

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

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

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

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

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

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

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