#e499b6

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

Shades of Shocking #E499B6

Tints of Shocking #E499B6

Color information

#E499B6 (or 0xE499B6) is unknown color: approx Shocking. HEX triplet: E4, 99 and B6. RGB value is (228,153,182). Sum of RGB (Red+Green+Blue) = 228+153+182=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E499B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499B6 is #1B6649. Grayscale: #B2B2B2. Windows color (decimal): -1795658 or 11966948. OLE color: 11966948.

HSL color Cylindrical-coordinate representation of color #E499B6: hue angle of 336.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499B6 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB228153182-
CMYK00.330.200.11
HSL336.8º58.14%74.71%-
HSV(B)336.8º32.89%89.41%-
XYZ51.8342.6549.76-
YUV178.73129.85163.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 182 (71.48% from 255) = 32.33%
R=40.50%
G=27.18%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815318200.330.200.11336.858.1474.71
HexE499B602114B1513a4b
Octal344231266041241352172113
Binary11100100100110011011011001000011010010111010100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e499b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e499b6; }

 p { color: rgb(228,153,182); }

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

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

 a { background-color: rgb(228,153,182); }

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

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

 span { border-color: rgb(228,153,182); }

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