#E499BB

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

Shades of Shocking #E499BB

Tints of Shocking #E499BB

Color information

#E499BB (or 0xE499BB) is unknown color: approx Shocking. HEX triplet: E4, 99 and BB. RGB value is (228,153,187). Sum of RGB (Red+Green+Blue) = 228+153+187=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E499BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499BB is #1B6644. Grayscale: #B3B3B3. Windows color (decimal): -1795653 or 12294628. OLE color: 12294628.

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

Color convert

RGB228153187-
CMYK00.330.180.11
HSL332.8º58.14%74.71%-
HSV(B)332.8º32.89%89.41%-
XYZ52.3642.8652.53-
YUV179.3132.35162.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=40.14%
G=26.94%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815318700.330.180.11332.858.1474.71
HexE499BB02112B14d3a4b
Octal344231273041221351572113
Binary11100100100110011011101101000011001010111010011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E499BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E499BB; }

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

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

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

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

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

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

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

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