Shades of Persian Pink #E974B6
Tints of Persian Pink #E974B6
RGB
CMYK
RGB Variations
Color information
#E974B6 (or 0xE974B6) is known color: Persian Pink. HEX triplet: E9, 74 and B6. RGB value is (233,116,182). Sum of RGB (Red+Green+Blue) = 233+116+182=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974B6 is #168B49. Grayscale: #9E9E9E. Windows color (decimal): -1477450 or 11957481. OLE color: 11957481.
HSL color Cylindrical-coordinate representation of color #E974B6: hue angle of 326.15º 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 #E974B6 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 182 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.09 |
| HSL | 326.15º | 0.73% | 0.68% | - |
| HSV(B) | 326.15º | 0.5% | 0.91% | - |
| XYZ | 48.29 | 33.19 | 48.12 | - |
| YUV | 158.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 182 | 0 | 0.50 | 0.22 | 0.09 | 326.15 | 0.73 | 0.68 |
| Hex | E9 | 74 | B6 | 0 | 32 | 16 | 9 | 146 | 49 | 44 |
| Octal | 351 | 164 | 266 | 0 | 62 | 26 | 11 | 506 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10110110 | 0 | 110010 | 10110 | 1001 | 101000110 | 1001001 | 1000100 |
Color Harmonies of #E974B6
Complementary color
Monochromatic Colors of #E974B6
Black with #E974B6
Text Example
Text Example
White with #E974B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974B6; }
p { color: rgb(233,116,182); }
H1.HeaderClassName
{
color: #E974B6;
}
.AnyTagClassName
{
color: #E974B6;
}
</style>
background-color css
<style>
a { background-color: #E974B6; }
a { background-color: rgb(233,116,182); }
div.DivClassName
{
background-color: #E974B6;
}
.BgClassName
{
background-color: #E974B6;
}
</style>
border-color css
<style>
span { border-color: #E974B6; }
span { border-color: rgb(233,116,182); }
td.TdClassName
{
border-color: #E974B6;
}
.TagClassName
{
border-color: #E974B6;
}
</style>