#E172A6

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

Shades of Pale Violet Red #E172A6

Tints of Pale Violet Red #E172A6

Color information

#E172A6 (or 0xE172A6) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and A6. RGB value is (225,114,166). Sum of RGB (Red+Green+Blue) = 225+114+166=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E172A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172A6 is #1E8D59. Grayscale: #999999. Windows color (decimal): -2002266 or 10908385. OLE color: 10908385.

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

Color convert

RGB225114166-
CMYK00.490.260.12
HSL331.89º64.91%66.47%-
HSV(B)331.89º49.33%88.24%-
XYZ43.9530.839.7-
YUV153.12135.27179.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=44.55%
G=22.57%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511416600.490.260.12331.8964.9166.47
HexE172A60311AC14c4142
Octal3411622460613214514101102
Binary11100001111001010100110011000111010110010100110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172A6; }

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

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

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

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

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

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

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

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