#E172B1

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

Shades of Persian Pink #E172B1

Tints of Persian Pink #E172B1

Color information

#E172B1 (or 0xE172B1) is unknown color: approx Persian Pink. HEX triplet: E1, 72 and B1. RGB value is (225,114,177). Sum of RGB (Red+Green+Blue) = 225+114+177=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172B1 is #1E8D4E. Grayscale: #9A9A9A. Windows color (decimal): -2002255 or 11629281. OLE color: 11629281.

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

Color convert

RGB225114177-
CMYK00.490.210.12
HSL325.95º64.91%66.47%-
HSV(B)325.95º49.33%88.24%-
XYZ4531.2245.25-
YUV154.37140.77178.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=43.60%
G=22.09%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511417700.490.210.12325.9564.9166.47
HexE172B103115C1464142
Octal3411622610612514506101102
Binary11100001111001010110001011000110101110010100011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172B1; }

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

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

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

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

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

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

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

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