#E172AA

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

Shades of Pale Violet Red #E172AA

Tints of Pale Violet Red #E172AA

Color information

#E172AA (or 0xE172AA) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and AA. RGB value is (225,114,170). Sum of RGB (Red+Green+Blue) = 225+114+170=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E172AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172AA is #1E8D55. Grayscale: #999999. Windows color (decimal): -2002262 or 11170529. OLE color: 11170529.

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

Color convert

RGB225114170-
CMYK00.490.240.12
HSL329.73º64.91%66.47%-
HSV(B)329.73º49.33%88.24%-
XYZ44.3230.9441.67-
YUV153.57137.27178.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=44.20%
G=22.40%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511417000.490.240.12329.7364.9166.47
HexE172AA03118C14a4142
Octal3411622520613014512101102
Binary11100001111001010101010011000111000110010100101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172AA; }

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

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

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

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

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

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

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

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