#E175AC

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

Shades of Persian Pink #E175AC

Tints of Persian Pink #E175AC

Color information

#E175AC (or 0xE175AC) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and AC. RGB value is (225,117,172). Sum of RGB (Red+Green+Blue) = 225+117+172=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AC is #1E8A53. Grayscale: #9B9B9B. Windows color (decimal): -2001492 or 11302369. OLE color: 11302369.

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

Color convert

RGB225117172-
CMYK00.480.240.12
HSL329.44º64.29%67.06%-
HSV(B)329.44º48%88.24%-
XYZ44.8631.7142.79-
YUV155.56137.28177.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=43.77%
G=22.76%
B=33.46%

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
Decimal22511717200.480.240.12329.4464.2967.06
HexE175AC03018C1494043
Octal3411652540603014511100103
Binary11100001111010110101100011000011000110010100100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175AC; }

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

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

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

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

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

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

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

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