#E172A9

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

Shades of Pale Violet Red #E172A9

Tints of Pale Violet Red #E172A9

Color information

#E172A9 (or 0xE172A9) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and A9. RGB value is (225,114,169). Sum of RGB (Red+Green+Blue) = 225+114+169=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A9 is #1E8D56. Grayscale: #999999. Windows color (decimal): -2002263 or 11104993. OLE color: 11104993.

HSL color Cylindrical-coordinate representation of color #E172A9: hue angle of 330.27º 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 #E172A9 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225114169-
CMYK00.490.250.12
HSL330.27º64.91%66.47%-
HSV(B)330.27º49.33%88.24%-
XYZ44.2330.9141.17-
YUV153.46136.77179.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=44.29%
G=22.44%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511416900.490.250.12330.2764.9166.47
HexE172A903119C14a4142
Octal3411622510613114512101102
Binary11100001111001010101001011000111001110010100101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172A9; }

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

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

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

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

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

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

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

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