#e170a0

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

Shades of Pale Violet Red #E170A0

Tints of Pale Violet Red #E170A0

Color information

#E170A0 (or 0xE170A0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 70 and A0. RGB value is (225,112,160). Sum of RGB (Red+Green+Blue) = 225+112+160=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E170A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170A0 is #1E8F5F. Grayscale: #979797. Windows color (decimal): -2002784 or 10514657. OLE color: 10514657.

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

Color convert

RGB225112160-
CMYK00.500.290.12
HSL334.51º65.32%66.08%-
HSV(B)334.51º50.22%88.24%-
XYZ43.1930.1336.8-
YUV151.26132.94180.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=45.27%
G=22.54%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511216000.500.290.12334.5165.3266.08
HexE170A00321DC14f4142
Octal3411602400623514517101102
Binary11100001111000010100000011001011101110010100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e170a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e170a0; }

 p { color: rgb(225,112,160); }

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

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

 a { background-color: rgb(225,112,160); }

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

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

 span { border-color: rgb(225,112,160); }

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