#E172B3

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

Shades of Persian Pink #E172B3

Tints of Persian Pink #E172B3

Color information

#E172B3 (or 0xE172B3) is unknown color: approx Persian Pink. HEX triplet: E1, 72 and B3. RGB value is (225,114,179). Sum of RGB (Red+Green+Blue) = 225+114+179=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172B3 is #1E8D4C. Grayscale: #9A9A9A. Windows color (decimal): -2002253 or 11760353. OLE color: 11760353.

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

Color convert

RGB225114179-
CMYK00.490.200.12
HSL324.86º64.91%66.47%-
HSV(B)324.86º49.33%88.24%-
XYZ45.2131.346.31-
YUV154.6141.77178.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=43.44%
G=22.01%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511417900.490.200.12324.8664.9166.47
HexE172B303114C1454142
Octal3411622630612414505101102
Binary11100001111001010110011011000110100110010100010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172B3; }

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

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

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

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

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

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

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

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