#E17AA1

Color #E17AA1 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E17AA1

Tints of Pale Violet Red #E17AA1

Color information

#E17AA1 (or 0xE17AA1) is unknown color: approx Pale Violet Red. HEX triplet: E1, 7A and A1. RGB value is (225,122,161). Sum of RGB (Red+Green+Blue) = 225+122+161=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AA1 is #1E855E. Grayscale: #9D9D9D. Windows color (decimal): -2000223 or 10582753. OLE color: 10582753.

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

Color convert

RGB225122161-
CMYK00.460.280.12
HSL337.28º63.19%68.04%-
HSV(B)337.28º45.78%88.24%-
XYZ44.4432.537.65-
YUV157.24130.12176.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=44.29%
G=24.02%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512216100.460.280.12337.2863.1968.04
HexE17AA102E1CC1513f44
Octal341172241056341452177104
Binary1110000111110101010000101011101110011001010100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AA1; }

 p { color: rgb(225,122,161); }

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

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

 a { background-color: rgb(225,122,161); }

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

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

 span { border-color: rgb(225,122,161); }

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