#E175AE

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

Shades of Persian Pink #E175AE

Tints of Persian Pink #E175AE

Color information

#E175AE (or 0xE175AE) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and AE. RGB value is (225,117,174). Sum of RGB (Red+Green+Blue) = 225+117+174=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AE is #1E8A51. Grayscale: #9B9B9B. Windows color (decimal): -2001490 or 11433441. OLE color: 11433441.

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

Color convert

RGB225117174-
CMYK00.480.230.12
HSL328.33º64.29%67.06%-
HSV(B)328.33º48%88.24%-
XYZ45.0531.7943.81-
YUV155.79138.28177.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=43.60%
G=22.67%
B=33.72%

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
Decimal22511717400.480.230.12328.3364.2967.06
HexE175AE03017C1484043
Octal3411652560602714510100103
Binary11100001111010110101110011000010111110010100100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175AE; }

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

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

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

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

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

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

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

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