Shades of Persian Pink #E974BA
Tints of Persian Pink #E974BA
RGB
CMYK
RGB Variations
Color information
#E974BA (or 0xE974BA) is known color: Persian Pink. HEX triplet: E9, 74 and BA. RGB value is (233,116,186). Sum of RGB (Red+Green+Blue) = 233+116+186=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E974BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974BA is #168B45. Grayscale: #9E9E9E. Windows color (decimal): -1477446 or 12219625. OLE color: 12219625.
HSL color Cylindrical-coordinate representation of color #E974BA: hue angle of 324.1º 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 #E974BA is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 186 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.09 |
| HSL | 324.1º | 0.73% | 0.68% | - |
| HSV(B) | 324.1º | 0.5% | 0.91% | - |
| XYZ | 48.71 | 33.36 | 50.33 | - |
| YUV | 158.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 186 | 0 | 0.50 | 0.20 | 0.09 | 324.1 | 0.73 | 0.68 |
| Hex | E9 | 74 | BA | 0 | 32 | 14 | 9 | 144 | 49 | 44 |
| Octal | 351 | 164 | 272 | 0 | 62 | 24 | 11 | 504 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10111010 | 0 | 110010 | 10100 | 1001 | 101000100 | 1001001 | 1000100 |
Color Harmonies of #E974BA
Complementary color
Monochromatic Colors of #E974BA
Black with #E974BA
Text Example
Text Example
White with #E974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974BA; }
p { color: rgb(233,116,186); }
H1.HeaderClassName
{
color: #E974BA;
}
.AnyTagClassName
{
color: #E974BA;
}
</style>
background-color css
<style>
a { background-color: #E974BA; }
a { background-color: rgb(233,116,186); }
div.DivClassName
{
background-color: #E974BA;
}
.BgClassName
{
background-color: #E974BA;
}
</style>
border-color css
<style>
span { border-color: #E974BA; }
span { border-color: rgb(233,116,186); }
td.TdClassName
{
border-color: #E974BA;
}
.TagClassName
{
border-color: #E974BA;
}
</style>