#E175AD

Color #E175AD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E175AD

Tints of Persian Pink #E175AD

Color information

#E175AD (or 0xE175AD) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and AD. RGB value is (225,117,173). Sum of RGB (Red+Green+Blue) = 225+117+173=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AD is #1E8A52. Grayscale: #9B9B9B. Windows color (decimal): -2001491 or 11367905. OLE color: 11367905.

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

Color convert

RGB225117173-
CMYK00.480.230.12
HSL328.89º64.29%67.06%-
HSV(B)328.89º48%88.24%-
XYZ44.9631.7543.29-
YUV155.68137.78177.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=43.69%
G=22.72%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511717300.480.230.12328.8964.2967.06
HexE175AD03017C1494043
Octal3411652550602714511100103
Binary11100001111010110101101011000010111110010100100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175AD; }

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

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

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

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

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

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

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

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