#E299BB

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

Shades of Shocking #E299BB

Tints of Shocking #E299BB

Color information

#E299BB (or 0xE299BB) is unknown color: approx Shocking. HEX triplet: E2, 99 and BB. RGB value is (226,153,187). Sum of RGB (Red+Green+Blue) = 226+153+187=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E299BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299BB is #1D6644. Grayscale: #B2B2B2. Windows color (decimal): -1926725 or 12294626. OLE color: 12294626.

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

Color convert

RGB226153187-
CMYK00.320.170.11
HSL332.05º55.73%74.31%-
HSV(B)332.05º32.3%88.63%-
XYZ51.7242.5452.5-
YUV178.7132.68161.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=39.93%
G=27.03%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615318700.320.170.11332.0555.7374.31
HexE299BB02011B14c384a
Octal342231273040211351470112
Binary11100010100110011011101101000001000110111010011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299BB; }

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

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

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

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

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

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

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

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