Shades of Persian Pink #E974B8
Tints of Persian Pink #E974B8
RGB
CMYK
RGB Variations
Color information
#E974B8 (or 0xE974B8) is known color: Persian Pink. HEX triplet: E9, 74 and B8. RGB value is (233,116,184). Sum of RGB (Red+Green+Blue) = 233+116+184=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974B8 is #168B47. Grayscale: #9E9E9E. Windows color (decimal): -1477448 or 12088553. OLE color: 12088553.
HSL color Cylindrical-coordinate representation of color #E974B8: hue angle of 325.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974B8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 184 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.09 |
| HSL | 325.13º | 0.73% | 0.68% | - |
| HSV(B) | 325.13º | 0.5% | 0.91% | - |
| XYZ | 48.5 | 33.28 | 49.21 | - |
| YUV | 158.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 184 | 0 | 0.50 | 0.21 | 0.09 | 325.13 | 0.73 | 0.68 |
| Hex | E9 | 74 | B8 | 0 | 32 | 15 | 9 | 145 | 49 | 44 |
| Octal | 351 | 164 | 270 | 0 | 62 | 25 | 11 | 505 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10111000 | 0 | 110010 | 10101 | 1001 | 101000101 | 1001001 | 1000100 |
Color Harmonies of #E974B8
Complementary color
Monochromatic Colors of #E974B8
Black with #E974B8
Text Example
Text Example
White with #E974B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974B8; }
p { color: rgb(233,116,184); }
H1.HeaderClassName
{
color: #E974B8;
}
.AnyTagClassName
{
color: #E974B8;
}
</style>
background-color css
<style>
a { background-color: #E974B8; }
a { background-color: rgb(233,116,184); }
div.DivClassName
{
background-color: #E974B8;
}
.BgClassName
{
background-color: #E974B8;
}
</style>
border-color css
<style>
span { border-color: #E974B8; }
span { border-color: rgb(233,116,184); }
td.TdClassName
{
border-color: #E974B8;
}
.TagClassName
{
border-color: #E974B8;
}
</style>