Shades of Persian Pink #E97FC0
Tints of Persian Pink #E97FC0
RGB
CMYK
RGB Variations
Color information
#E97FC0 (or 0xE97FC0) is known color: Persian Pink. HEX triplet: E9, 7F and C0. RGB value is (233,127,192). Sum of RGB (Red+Green+Blue) = 233+127+192=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC0 is #16803F. Grayscale: #A5A5A5. Windows color (decimal): -1474624 or 12615657. OLE color: 12615657.
HSL color Cylindrical-coordinate representation of color #E97FC0: hue angle of 323.21º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FC0 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 192 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.09 |
| HSL | 323.21º | 0.71% | 0.71% | - |
| HSV(B) | 323.21º | 0.45% | 0.91% | - |
| XYZ | 50.71 | 36.31 | 54.2 | - |
| YUV | 166.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 192 | 0 | 0.45 | 0.18 | 0.09 | 323.21 | 0.71 | 0.71 |
| Hex | E9 | 7F | C0 | 0 | 2D | 12 | 9 | 143 | 47 | 47 |
| Octal | 351 | 177 | 300 | 0 | 55 | 22 | 11 | 503 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11000000 | 0 | 101101 | 10010 | 1001 | 101000011 | 1000111 | 1000111 |
Color Harmonies of #E97FC0
Complementary color
Monochromatic Colors of #E97FC0
Black with #E97FC0
Text Example
Text Example
White with #E97FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FC0; }
p { color: rgb(233,127,192); }
H1.HeaderClassName
{
color: #E97FC0;
}
.AnyTagClassName
{
color: #E97FC0;
}
</style>
background-color css
<style>
a { background-color: #E97FC0; }
a { background-color: rgb(233,127,192); }
div.DivClassName
{
background-color: #E97FC0;
}
.BgClassName
{
background-color: #E97FC0;
}
</style>
border-color css
<style>
span { border-color: #E97FC0; }
span { border-color: rgb(233,127,192); }
td.TdClassName
{
border-color: #E97FC0;
}
.TagClassName
{
border-color: #E97FC0;
}
</style>