#E49FBB

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

Shades of Shocking #E49FBB

Tints of Shocking #E49FBB

Color information

#E49FBB (or 0xE49FBB) is unknown color: approx Shocking. HEX triplet: E4, 9F and BB. RGB value is (228,159,187). Sum of RGB (Red+Green+Blue) = 228+159+187=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FBB is #1B6044. Grayscale: #B6B6B6. Windows color (decimal): -1794117 or 12296164. OLE color: 12296164.

HSL color Cylindrical-coordinate representation of color #E49FBB: hue angle of 335.65º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FBB is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228159187-
CMYK00.300.180.11
HSL335.65º56.1%75.88%-
HSV(B)335.65º30.26%89.41%-
XYZ53.3644.8852.86-
YUV182.82130.36160.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=39.72%
G=27.70%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815918700.300.180.11335.6556.175.88
HexE49FBB01E12B150384c
Octal344237273036221352070114
Binary1110010010011111101110110111101001010111010100001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49FBB; }

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

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

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

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

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

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

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

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