#E2A1B6

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

Shades of Shocking #E2A1B6

Tints of Shocking #E2A1B6

Color information

#E2A1B6 (or 0xE2A1B6) is unknown color: approx Shocking. HEX triplet: E2, A1 and B6. RGB value is (226,161,182). Sum of RGB (Red+Green+Blue) = 226+161+182=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1B6 is #1D5E49. Grayscale: #B6B6B6. Windows color (decimal): -1924682 or 11968994. OLE color: 11968994.

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

Color convert

RGB226161182-
CMYK00.290.190.11
HSL340.62º52.85%75.88%-
HSV(B)340.62º28.76%88.63%-
XYZ52.5545.0450.18-
YUV182.83127.53158.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=39.72%
G=28.30%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616118200.290.190.11340.6252.8575.88
HexE2A1B601D13B155354c
Octal342241266035231352565114
Binary1110001010100001101101100111011001110111010101011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A1B6; }

 p { color: rgb(226,161,182); }

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

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

 a { background-color: rgb(226,161,182); }

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

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

 span { border-color: rgb(226,161,182); }

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