#E175AA

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

Shades of Pale Violet Red #E175AA

Tints of Pale Violet Red #E175AA

Color information

#E175AA (or 0xE175AA) is unknown color: approx Pale Violet Red. HEX triplet: E1, 75 and AA. RGB value is (225,117,170). Sum of RGB (Red+Green+Blue) = 225+117+170=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AA is #1E8A55. Grayscale: #9B9B9B. Windows color (decimal): -2001494 or 11171297. OLE color: 11171297.

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

Color convert

RGB225117170-
CMYK00.480.240.12
HSL330.56º64.29%67.06%-
HSV(B)330.56º48%88.24%-
XYZ44.6731.6341.78-
YUV155.33136.28177.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=43.95%
G=22.85%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511717000.480.240.12330.5664.2967.06
HexE175AA03018C14b4043
Octal3411652520603014513100103
Binary11100001111010110101010011000011000110010100101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175AA; }

 p { color: rgb(225,117,170); }

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

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

 a { background-color: rgb(225,117,170); }

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

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

 span { border-color: rgb(225,117,170); }

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