Shades of Persian Pink #E971B8
Tints of Persian Pink #E971B8
RGB
CMYK
RGB Variations
Color information
#E971B8 (or 0xE971B8) is known color: Persian Pink. HEX triplet: E9, 71 and B8. RGB value is (233,113,184). Sum of RGB (Red+Green+Blue) = 233+113+184=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E971B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971B8 is #168E47. Grayscale: #9C9C9C. Windows color (decimal): -1478216 or 12087785. OLE color: 12087785.
HSL color Cylindrical-coordinate representation of color #E971B8: hue angle of 324.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971B8 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 184 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.09 |
| HSL | 324.5º | 0.73% | 0.68% | - |
| HSV(B) | 324.5º | 0.52% | 0.91% | - |
| XYZ | 48.16 | 32.59 | 49.1 | - |
| YUV | 156.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 184 | 0 | 0.52 | 0.21 | 0.09 | 324.5 | 0.73 | 0.68 |
| Hex | E9 | 71 | B8 | 0 | 34 | 15 | 9 | 144 | 49 | 44 |
| Octal | 351 | 161 | 270 | 0 | 64 | 25 | 11 | 504 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10111000 | 0 | 110100 | 10101 | 1001 | 101000100 | 1001001 | 1000100 |
Color Harmonies of #E971B8
Complementary color
Monochromatic Colors of #E971B8
Black with #E971B8
Text Example
Text Example
White with #E971B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971B8; }
p { color: rgb(233,113,184); }
H1.HeaderClassName
{
color: #E971B8;
}
.AnyTagClassName
{
color: #E971B8;
}
</style>
background-color css
<style>
a { background-color: #E971B8; }
a { background-color: rgb(233,113,184); }
div.DivClassName
{
background-color: #E971B8;
}
.BgClassName
{
background-color: #E971B8;
}
</style>
border-color css
<style>
span { border-color: #E971B8; }
span { border-color: rgb(233,113,184); }
td.TdClassName
{
border-color: #E971B8;
}
.TagClassName
{
border-color: #E971B8;
}
</style>