#E49EBB

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

Shades of Shocking #E49EBB

Tints of Shocking #E49EBB

Color information

#E49EBB (or 0xE49EBB) is unknown color: approx Shocking. HEX triplet: E4, 9E and BB. RGB value is (228,158,187). Sum of RGB (Red+Green+Blue) = 228+158+187=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EBB is #1B6144. Grayscale: #B6B6B6. Windows color (decimal): -1794373 or 12295908. OLE color: 12295908.

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

Color convert

RGB228158187-
CMYK00.310.180.11
HSL335.14º56.45%75.69%-
HSV(B)335.14º30.7%89.41%-
XYZ53.1944.5452.81-
YUV182.24130.69160.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.79%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=39.79%
G=27.57%
B=32.64%

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
Decimal22815818700.310.180.11335.1456.4575.69
HexE49EBB01F12B14f384c
Octal344236273037221351770114
Binary1110010010011110101110110111111001010111010011111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EBB; }

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

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

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

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

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

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

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

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