Shades of Persian Pink #E973B8
Tints of Persian Pink #E973B8
RGB
CMYK
RGB Variations
Color information
#E973B8 (or 0xE973B8) is known color: Persian Pink. HEX triplet: E9, 73 and B8. RGB value is (233,115,184). Sum of RGB (Red+Green+Blue) = 233+115+184=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B8 is #168C47. Grayscale: #9D9D9D. Windows color (decimal): -1477704 or 12088297. OLE color: 12088297.
HSL color Cylindrical-coordinate representation of color #E973B8: hue angle of 324.92º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973B8 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 184 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.09 |
| HSL | 324.92º | 0.73% | 0.68% | - |
| HSV(B) | 324.92º | 0.51% | 0.91% | - |
| XYZ | 48.39 | 33.05 | 49.18 | - |
| YUV | 158.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 184 | 0 | 0.51 | 0.21 | 0.09 | 324.92 | 0.73 | 0.68 |
| Hex | E9 | 73 | B8 | 0 | 33 | 15 | 9 | 145 | 49 | 44 |
| Octal | 351 | 163 | 270 | 0 | 63 | 25 | 11 | 505 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10111000 | 0 | 110011 | 10101 | 1001 | 101000101 | 1001001 | 1000100 |
Color Harmonies of #E973B8
Complementary color
Monochromatic Colors of #E973B8
Black with #E973B8
Text Example
Text Example
White with #E973B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973B8; }
p { color: rgb(233,115,184); }
H1.HeaderClassName
{
color: #E973B8;
}
.AnyTagClassName
{
color: #E973B8;
}
</style>
background-color css
<style>
a { background-color: #E973B8; }
a { background-color: rgb(233,115,184); }
div.DivClassName
{
background-color: #E973B8;
}
.BgClassName
{
background-color: #E973B8;
}
</style>
border-color css
<style>
span { border-color: #E973B8; }
span { border-color: rgb(233,115,184); }
td.TdClassName
{
border-color: #E973B8;
}
.TagClassName
{
border-color: #E973B8;
}
</style>