#E172B4

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

Shades of Persian Pink #E172B4

Tints of Persian Pink #E172B4

Color information

#E172B4 (or 0xE172B4) is unknown color: approx Persian Pink. HEX triplet: E1, 72 and B4. RGB value is (225,114,180). Sum of RGB (Red+Green+Blue) = 225+114+180=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172B4 is #1E8D4B. Grayscale: #9A9A9A. Windows color (decimal): -2002252 or 11825889. OLE color: 11825889.

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

Color convert

RGB225114180-
CMYK00.490.20.12
HSL324.32º64.91%66.47%-
HSV(B)324.32º49.33%88.24%-
XYZ45.3131.3446.84-
YUV154.71142.27178.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=43.35%
G=21.97%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511418000.490.20.12324.3264.9166.47
HexE172B403114C1444142
Octal3411622640612414504101102
Binary11100001111001010110100011000110100110010100010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172B4; }

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

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

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

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

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

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

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

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