#E171AA

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

Shades of Pale Violet Red #E171AA

Tints of Pale Violet Red #E171AA

Color information

#E171AA (or 0xE171AA) is unknown color: approx Pale Violet Red. HEX triplet: E1, 71 and AA. RGB value is (225,113,170). Sum of RGB (Red+Green+Blue) = 225+113+170=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E171AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171AA is #1E8E55. Grayscale: #989898. Windows color (decimal): -2002518 or 11170273. OLE color: 11170273.

HSL color Cylindrical-coordinate representation of color #E171AA: hue angle of 329.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171AA is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225113170-
CMYK00.500.240.12
HSL329.46º65.12%66.27%-
HSV(B)329.46º49.78%88.24%-
XYZ44.2130.7241.63-
YUV152.99137.61179.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=44.29%
G=22.24%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511317000.500.240.12329.4665.1266.27
HexE171AA03218C1494142
Octal3411612520623014511101102
Binary11100001111000110101010011001011000110010100100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171AA; }

 p { color: rgb(225,113,170); }

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

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

 a { background-color: rgb(225,113,170); }

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

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

 span { border-color: rgb(225,113,170); }

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