#E172A1

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

Shades of Pale Violet Red #E172A1

Tints of Pale Violet Red #E172A1

Color information

#E172A1 (or 0xE172A1) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and A1. RGB value is (225,114,161). Sum of RGB (Red+Green+Blue) = 225+114+161=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A1 is #1E8D5E. Grayscale: #989898. Windows color (decimal): -2002271 or 10580705. OLE color: 10580705.

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

Color convert

RGB225114161-
CMYK00.490.280.12
HSL334.59º64.91%66.47%-
HSV(B)334.59º49.33%88.24%-
XYZ43.530.6237.33-
YUV152.55132.77179.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=45%
G=22.8%
B=32.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511416100.490.280.12334.5964.9166.47
HexE172A10311CC14f4142
Octal3411622410613414517101102
Binary11100001111001010100001011000111100110010100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172A1; }

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

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

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

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

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

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

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

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