#e171ac

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

Shades of Pale Violet Red #E171AC

Tints of Pale Violet Red #E171AC

Color information

#E171AC (or 0xE171AC) is unknown color: approx Pale Violet Red. HEX triplet: E1, 71 and AC. RGB value is (225,113,172). Sum of RGB (Red+Green+Blue) = 225+113+172=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E171AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171AC is #1E8E53. Grayscale: #999999. Windows color (decimal): -2002516 or 11301345. OLE color: 11301345.

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

Color convert

RGB225113172-
CMYK00.500.240.12
HSL328.39º65.12%66.27%-
HSV(B)328.39º49.78%88.24%-
XYZ44.430.842.63-
YUV153.21138.61179.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=44.12%
G=22.16%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511317200.500.240.12328.3965.1266.27
HexE171AC03218C1484142
Octal3411612540623014510101102
Binary11100001111000110101100011001011000110010100100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e171ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e171ac; }

 p { color: rgb(225,113,172); }

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

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

 a { background-color: rgb(225,113,172); }

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

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

 span { border-color: rgb(225,113,172); }

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