#E49BBE

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

Shades of Shocking #E49BBE

Tints of Shocking #E49BBE

Color information

#E49BBE (or 0xE49BBE) is unknown color: approx Shocking. HEX triplet: E4, 9B and BE. RGB value is (228,155,190). Sum of RGB (Red+Green+Blue) = 228+155+190=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BBE is #1B6441. Grayscale: #B4B4B4. Windows color (decimal): -1795138 or 12491748. OLE color: 12491748.

HSL color Cylindrical-coordinate representation of color #E49BBE: hue angle of 331.23º 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 #E49BBE is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228155190-
CMYK00.320.170.11
HSL331.23º57.48%75.1%-
HSV(B)331.23º32.02%89.41%-
XYZ53.0143.6554.35-
YUV180.82133.18161.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.79%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=39.79%
G=27.05%
B=33.16%

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
Decimal22815519000.320.170.11331.2357.4875.1
HexE49BBE02011B14b394b
Octal344233276040211351371113
Binary11100100100110111011111001000001000110111010010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49BBE; }

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

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

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

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

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

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

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

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