#E49BBD

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

Shades of Shocking #E49BBD

Tints of Shocking #E49BBD

Color information

#E49BBD (or 0xE49BBD) is unknown color: approx Shocking. HEX triplet: E4, 9B and BD. RGB value is (228,155,189). Sum of RGB (Red+Green+Blue) = 228+155+189=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BBD is #1B6442. Grayscale: #B4B4B4. Windows color (decimal): -1795139 or 12426212. OLE color: 12426212.

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

Color convert

RGB228155189-
CMYK00.320.170.11
HSL332.05º57.48%75.1%-
HSV(B)332.05º32.02%89.41%-
XYZ52.943.6153.77-
YUV180.7132.68161.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=39.86%
G=27.10%
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
Decimal22815518900.320.170.11332.0557.4875.1
HexE49BBD02011B14c394b
Octal344233275040211351471113
Binary11100100100110111011110101000001000110111010011001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49BBD; }

 p { color: rgb(228,155,189); }

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

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

 a { background-color: rgb(228,155,189); }

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

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

 span { border-color: rgb(228,155,189); }

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