#E173BF

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

Shades of Persian Pink #E173BF

Tints of Persian Pink #E173BF

Color information

#E173BF (or 0xE173BF) is unknown color: approx Persian Pink. HEX triplet: E1, 73 and BF. RGB value is (225,115,191). Sum of RGB (Red+Green+Blue) = 225+115+191=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E173BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173BF is #1E8C40. Grayscale: #9C9C9C. Windows color (decimal): -2001985 or 12547041. OLE color: 12547041.

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

Color convert

RGB225115191-
CMYK00.490.150.12
HSL318.55º64.71%66.67%-
HSV(B)318.55º48.89%88.24%-
XYZ46.5932.0353.02-
YUV156.55147.44176.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 191 (75% from 255) = 35.97%
R=42.37%
G=21.66%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511519100.490.150.12318.5564.7166.67
HexE173BF031FC13f4143
Octal3411632770611714477101103
Binary1110000111100111011111101100011111110010011111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E173BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E173BF; }

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

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

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

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

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

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

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

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