#E175A7

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

Shades of Pale Violet Red #E175A7

Tints of Pale Violet Red #E175A7

Color information

#E175A7 (or 0xE175A7) is unknown color: approx Pale Violet Red. HEX triplet: E1, 75 and A7. RGB value is (225,117,167). Sum of RGB (Red+Green+Blue) = 225+117+167=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E175A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175A7 is #1E8A58. Grayscale: #9A9A9A. Windows color (decimal): -2001497 or 10974689. OLE color: 10974689.

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

Color convert

RGB225117167-
CMYK00.480.260.12
HSL332.22º64.29%67.06%-
HSV(B)332.22º48%88.24%-
XYZ44.3931.5240.3-
YUV154.99134.78177.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=44.20%
G=22.99%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511716700.480.260.12332.2264.2967.06
HexE175A70301AC14c4043
Octal3411652470603214514100103
Binary11100001111010110100111011000011010110010100110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175A7; }

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

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

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

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

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

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

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

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