#E172AE

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

Shades of Persian Pink #E172AE

Tints of Persian Pink #E172AE

Color information

#E172AE (or 0xE172AE) is unknown color: approx Persian Pink. HEX triplet: E1, 72 and AE. RGB value is (225,114,174). Sum of RGB (Red+Green+Blue) = 225+114+174=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E172AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172AE is #1E8D51. Grayscale: #999999. Windows color (decimal): -2002258 or 11432673. OLE color: 11432673.

HSL color Cylindrical-coordinate representation of color #E172AE: hue angle of 327.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172AE is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225114174-
CMYK00.490.230.12
HSL327.57º64.91%66.47%-
HSV(B)327.57º49.33%88.24%-
XYZ44.7131.143.69-
YUV154.03139.27178.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=43.86%
G=22.22%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511417400.490.230.12327.5764.9166.47
HexE172AE03117C1484142
Octal3411622560612714510101102
Binary11100001111001010101110011000110111110010100100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172AE; }

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

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

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

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

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

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

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

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