#E173B1

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

Shades of Persian Pink #E173B1

Tints of Persian Pink #E173B1

Color information

#E173B1 (or 0xE173B1) is unknown color: approx Persian Pink. HEX triplet: E1, 73 and B1. RGB value is (225,115,177). Sum of RGB (Red+Green+Blue) = 225+115+177=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173B1 is #1E8C4E. Grayscale: #9A9A9A. Windows color (decimal): -2001999 or 11629537. OLE color: 11629537.

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

Color convert

RGB225115177-
CMYK00.490.210.12
HSL326.18º64.71%66.67%-
HSV(B)326.18º48.89%88.24%-
XYZ45.1231.4445.29-
YUV154.96140.44177.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=43.52%
G=22.24%
B=34.24%

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
Decimal22511517700.490.210.12326.1864.7166.67
HexE173B103115C1464143
Octal3411632610612514506101103
Binary11100001111001110110001011000110101110010100011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173B1; }

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

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

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

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

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

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

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

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