Shades of Persian Pink #E970BA
Tints of Persian Pink #E970BA
RGB
CMYK
RGB Variations
Color information
#E970BA (or 0xE970BA) is known color: Persian Pink. HEX triplet: E9, 70 and BA. RGB value is (233,112,186). Sum of RGB (Red+Green+Blue) = 233+112+186=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E970BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970BA is #168F45. Grayscale: #9C9C9C. Windows color (decimal): -1478470 or 12218601. OLE color: 12218601.
HSL color Cylindrical-coordinate representation of color #E970BA: hue angle of 323.31º 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 #E970BA is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 186 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.09 |
| HSL | 323.31º | 0.73% | 0.68% | - |
| HSV(B) | 323.31º | 0.52% | 0.91% | - |
| XYZ | 48.26 | 32.46 | 50.18 | - |
| YUV | 156.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 186 | 0 | 0.52 | 0.20 | 0.09 | 323.31 | 0.73 | 0.68 |
| Hex | E9 | 70 | BA | 0 | 34 | 14 | 9 | 143 | 49 | 44 |
| Octal | 351 | 160 | 272 | 0 | 64 | 24 | 11 | 503 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10111010 | 0 | 110100 | 10100 | 1001 | 101000011 | 1001001 | 1000100 |
Color Harmonies of #E970BA
Complementary color
Monochromatic Colors of #E970BA
Black with #E970BA
Text Example
Text Example
White with #E970BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970BA; }
p { color: rgb(233,112,186); }
H1.HeaderClassName
{
color: #E970BA;
}
.AnyTagClassName
{
color: #E970BA;
}
</style>
background-color css
<style>
a { background-color: #E970BA; }
a { background-color: rgb(233,112,186); }
div.DivClassName
{
background-color: #E970BA;
}
.BgClassName
{
background-color: #E970BA;
}
</style>
border-color css
<style>
span { border-color: #E970BA; }
span { border-color: rgb(233,112,186); }
td.TdClassName
{
border-color: #E970BA;
}
.TagClassName
{
border-color: #E970BA;
}
</style>