Shades of Persian Pink #E173B8
Tints of Persian Pink #E173B8
RGB
CMYK
RGB Variations
Color information
#E173B8 (or 0xE173B8) is known color: Persian Pink. HEX triplet: E1, 73 and B8. RGB value is (225,115,184). Sum of RGB (Red+Green+Blue) = 225+115+184=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E173B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173B8 is #1E8C47. Grayscale: #9B9B9B. Windows color (decimal): -2001992 or 12088289. OLE color: 12088289.
HSL color Cylindrical-coordinate representation of color #E173B8: hue angle of 322.36º 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 #E173B8 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 184 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.12 |
| HSL | 322.36º | 0.65% | 0.67% | - |
| HSV(B) | 322.36º | 0.49% | 0.88% | - |
| XYZ | 45.83 | 31.73 | 49.06 | - |
| YUV | 155.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 184 | 0 | 0.49 | 0.18 | 0.12 | 322.36 | 0.65 | 0.67 |
| Hex | E1 | 73 | B8 | 0 | 31 | 12 | C | 142 | 41 | 43 |
| Octal | 341 | 163 | 270 | 0 | 61 | 22 | 14 | 502 | 101 | 103 |
| Binary | 11100001 | 1110011 | 10111000 | 0 | 110001 | 10010 | 1100 | 101000010 | 1000001 | 1000011 |
Color Harmonies of #E173B8
Complementary color
Monochromatic Colors of #E173B8
Black with #E173B8
Text Example
Text Example
White with #E173B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173B8; }
p { color: rgb(225,115,184); }
H1.HeaderClassName
{
color: #E173B8;
}
.AnyTagClassName
{
color: #E173B8;
}
</style>
background-color css
<style>
a { background-color: #E173B8; }
a { background-color: rgb(225,115,184); }
div.DivClassName
{
background-color: #E173B8;
}
.BgClassName
{
background-color: #E173B8;
}
</style>
border-color css
<style>
span { border-color: #E173B8; }
span { border-color: rgb(225,115,184); }
td.TdClassName
{
border-color: #E173B8;
}
.TagClassName
{
border-color: #E173B8;
}
</style>