#E175B7

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

Shades of Persian Pink #E175B7

Tints of Persian Pink #E175B7

Color information

#E175B7 (or 0xE175B7) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and B7. RGB value is (225,117,183). Sum of RGB (Red+Green+Blue) = 225+117+183=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E175B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175B7 is #1E8A48. Grayscale: #9C9C9C. Windows color (decimal): -2001481 or 12023265. OLE color: 12023265.

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

Color convert

RGB225117183-
CMYK00.480.190.12
HSL323.33º64.29%67.06%-
HSV(B)323.33º48%88.24%-
XYZ45.9632.1548.58-
YUV156.82142.78176.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=42.86%
G=22.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511718300.480.190.12323.3364.2967.06
HexE175B703013C1434043
Octal3411652670602314503100103
Binary11100001111010110110111011000010011110010100001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175B7; }

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

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

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

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

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

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

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

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