#E3A5BB

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

Shades of Shocking #E3A5BB

Tints of Shocking #E3A5BB

Color information

#E3A5BB (or 0xE3A5BB) is unknown color: approx Shocking. HEX triplet: E3, A5 and BB. RGB value is (227,165,187). Sum of RGB (Red+Green+Blue) = 227+165+187=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5BB is #1C5A44. Grayscale: #BABABA. Windows color (decimal): -1858117 or 12297699. OLE color: 12297699.

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

Color convert

RGB227165187-
CMYK00.270.180.11
HSL338.71º52.54%76.86%-
HSV(B)338.71º27.31%89.02%-
XYZ54.146.8353.2-
YUV186.05128.54157.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.21%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=39.21%
G=28.50%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716518700.270.180.11338.7152.5476.86
HexE3A5BB01B12B153354d
Octal343245273033221352365115
Binary1110001110100101101110110110111001010111010100111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A5BB; }

 p { color: rgb(227,165,187); }

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

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

 a { background-color: rgb(227,165,187); }

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

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

 span { border-color: rgb(227,165,187); }

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