#E2A5BB

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

Shades of Shocking #E2A5BB

Tints of Shocking #E2A5BB

Color information

#E2A5BB (or 0xE2A5BB) is unknown color: approx Shocking. HEX triplet: E2, A5 and BB. RGB value is (226,165,187). Sum of RGB (Red+Green+Blue) = 226+165+187=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A5BB is #1D5A44. Grayscale: #B9B9B9. Windows color (decimal): -1923653 or 12297698. OLE color: 12297698.

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

Color convert

RGB226165187-
CMYK00.270.170.11
HSL338.36º51.26%76.67%-
HSV(B)338.36º26.99%88.63%-
XYZ53.7946.6753.19-
YUV185.75128.71156.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=39.10%
G=28.55%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616518700.270.170.11338.3651.2676.67
HexE2A5BB01B11B152334d
Octal342245273033211352263115
Binary1110001010100101101110110110111000110111010100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A5BB; }

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

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

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

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

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

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

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

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