Shades of Persian Pink #E970BC
Tints of Persian Pink #E970BC
RGB
CMYK
RGB Variations
Color information
#E970BC (or 0xE970BC) is known color: Persian Pink. HEX triplet: E9, 70 and BC. RGB value is (233,112,188). Sum of RGB (Red+Green+Blue) = 233+112+188=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E970BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970BC is #168F43. Grayscale: #9C9C9C. Windows color (decimal): -1478468 or 12349673. OLE color: 12349673.
HSL color Cylindrical-coordinate representation of color #E970BC: hue angle of 322.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 #E970BC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 188 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.09 |
| HSL | 322.31º | 0.73% | 0.68% | - |
| HSV(B) | 322.31º | 0.52% | 0.91% | - |
| XYZ | 48.48 | 32.54 | 51.3 | - |
| YUV | 156.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 188 | 0 | 0.52 | 0.19 | 0.09 | 322.31 | 0.73 | 0.68 |
| Hex | E9 | 70 | BC | 0 | 34 | 13 | 9 | 142 | 49 | 44 |
| Octal | 351 | 160 | 274 | 0 | 64 | 23 | 11 | 502 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10111100 | 0 | 110100 | 10011 | 1001 | 101000010 | 1001001 | 1000100 |
Color Harmonies of #E970BC
Complementary color
Monochromatic Colors of #E970BC
Black with #E970BC
Text Example
Text Example
White with #E970BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970BC; }
p { color: rgb(233,112,188); }
H1.HeaderClassName
{
color: #E970BC;
}
.AnyTagClassName
{
color: #E970BC;
}
</style>
background-color css
<style>
a { background-color: #E970BC; }
a { background-color: rgb(233,112,188); }
div.DivClassName
{
background-color: #E970BC;
}
.BgClassName
{
background-color: #E970BC;
}
</style>
border-color css
<style>
span { border-color: #E970BC; }
span { border-color: rgb(233,112,188); }
td.TdClassName
{
border-color: #E970BC;
}
.TagClassName
{
border-color: #E970BC;
}
</style>