#E174A4

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

Shades of Pale Violet Red #E174A4

Tints of Pale Violet Red #E174A4

Color information

#E174A4 (or 0xE174A4) is unknown color: approx Pale Violet Red. HEX triplet: E1, 74 and A4. RGB value is (225,116,164). Sum of RGB (Red+Green+Blue) = 225+116+164=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E174A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174A4 is #1E8B5B. Grayscale: #999999. Windows color (decimal): -2001756 or 10777825. OLE color: 10777825.

HSL color Cylindrical-coordinate representation of color #E174A4: hue angle of 333.58º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174A4 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB225116164-
CMYK00.480.270.12
HSL333.58º64.5%66.86%-
HSV(B)333.58º48.44%88.24%-
XYZ4431.1838.82-
YUV154.06133.61178.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=44.55%
G=22.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511616400.480.270.12333.5864.566.86
HexE174A40301BC14e4043
Octal3411642440603314516100103
Binary11100001111010010100100011000011011110010100111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174A4; }

 p { color: rgb(225,116,164); }

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

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

 a { background-color: rgb(225,116,164); }

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

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

 span { border-color: rgb(225,116,164); }

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