#E49DBB

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

Shades of Shocking #E49DBB

Tints of Shocking #E49DBB

Color information

#E49DBB (or 0xE49DBB) is unknown color: approx Shocking. HEX triplet: E4, 9D and BB. RGB value is (228,157,187). Sum of RGB (Red+Green+Blue) = 228+157+187=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DBB is #1B6244. Grayscale: #B5B5B5. Windows color (decimal): -1794629 or 12295652. OLE color: 12295652.

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

Color convert

RGB228157187-
CMYK00.310.180.11
HSL334.65º56.8%75.49%-
HSV(B)334.65º31.14%89.41%-
XYZ53.0244.252.75-
YUV181.65131.02161.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=39.86%
G=27.45%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815718700.310.180.11334.6556.875.49
HexE49DBB01F12B14f394b
Octal344235273037221351771113
Binary1110010010011101101110110111111001010111010011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DBB; }

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

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

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

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

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

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

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

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