Shades of Persian Pink #E974BC
Tints of Persian Pink #E974BC
RGB
CMYK
RGB Variations
Color information
#E974BC (or 0xE974BC) is known color: Persian Pink. HEX triplet: E9, 74 and BC. RGB value is (233,116,188). Sum of RGB (Red+Green+Blue) = 233+116+188=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E974BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974BC is #168B43. Grayscale: #9F9F9F. Windows color (decimal): -1477444 or 12350697. OLE color: 12350697.
HSL color Cylindrical-coordinate representation of color #E974BC: hue angle of 323.08º 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 #E974BC is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 188 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.09 |
| HSL | 323.08º | 0.73% | 0.68% | - |
| HSV(B) | 323.08º | 0.5% | 0.91% | - |
| XYZ | 48.93 | 33.45 | 51.45 | - |
| YUV | 159.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 188 | 0 | 0.50 | 0.19 | 0.09 | 323.08 | 0.73 | 0.68 |
| Hex | E9 | 74 | BC | 0 | 32 | 13 | 9 | 143 | 49 | 44 |
| Octal | 351 | 164 | 274 | 0 | 62 | 23 | 11 | 503 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10111100 | 0 | 110010 | 10011 | 1001 | 101000011 | 1001001 | 1000100 |
Color Harmonies of #E974BC
Complementary color
Monochromatic Colors of #E974BC
Black with #E974BC
Text Example
Text Example
White with #E974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974BC; }
p { color: rgb(233,116,188); }
H1.HeaderClassName
{
color: #E974BC;
}
.AnyTagClassName
{
color: #E974BC;
}
</style>
background-color css
<style>
a { background-color: #E974BC; }
a { background-color: rgb(233,116,188); }
div.DivClassName
{
background-color: #E974BC;
}
.BgClassName
{
background-color: #E974BC;
}
</style>
border-color css
<style>
span { border-color: #E974BC; }
span { border-color: rgb(233,116,188); }
td.TdClassName
{
border-color: #E974BC;
}
.TagClassName
{
border-color: #E974BC;
}
</style>