#E1A2B7

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

Shades of Shocking #E1A2B7

Tints of Shocking #E1A2B7

Color information

#E1A2B7 (or 0xE1A2B7) is unknown color: approx Shocking. HEX triplet: E1, A2 and B7. RGB value is (225,162,183). Sum of RGB (Red+Green+Blue) = 225+162+183=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2B7 is #1E5D48. Grayscale: #B7B7B7. Windows color (decimal): -1989961 or 12034785. OLE color: 12034785.

HSL color Cylindrical-coordinate representation of color #E1A2B7: hue angle of 340º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A2B7 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB225162183-
CMYK00.280.190.12
HSL340º51.22%75.88%-
HSV(B)340º28%88.24%-
XYZ52.5245.2750.77-
YUV183.23127.87157.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=39.47%
G=28.42%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516218300.280.190.1234051.2275.88
HexE1A2B701C13C154334c
Octal341242267034231452463114
Binary1110000110100010101101110111001001111001010101001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A2B7; }

 p { color: rgb(225,162,183); }

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

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

 a { background-color: rgb(225,162,183); }

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

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

 span { border-color: rgb(225,162,183); }

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