Shades of Persian Pink #E977C8
Tints of Persian Pink #E977C8
RGB
CMYK
RGB Variations
Color information
#E977C8 (or 0xE977C8) is known color: Persian Pink. HEX triplet: E9, 77 and C8. RGB value is (233,119,200). Sum of RGB (Red+Green+Blue) = 233+119+200=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C8 is #168837. Grayscale: #A2A2A2. Windows color (decimal): -1476664 or 13137897. OLE color: 13137897.
HSL color Cylindrical-coordinate representation of color #E977C8: hue angle of 317.37º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977C8 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 200 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.09 |
| HSL | 317.37º | 0.72% | 0.69% | - |
| HSV(B) | 317.37º | 0.49% | 0.91% | - |
| XYZ | 50.63 | 34.69 | 58.67 | - |
| YUV | 162.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 200 | 0 | 0.49 | 0.14 | 0.09 | 317.37 | 0.72 | 0.69 |
| Hex | E9 | 77 | C8 | 0 | 31 | E | 9 | 13D | 48 | 45 |
| Octal | 351 | 167 | 310 | 0 | 61 | 16 | 11 | 475 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11001000 | 0 | 110001 | 1110 | 1001 | 100111101 | 1001000 | 1000101 |
Color Harmonies of #E977C8
Complementary color
Monochromatic Colors of #E977C8
Black with #E977C8
Text Example
Text Example
White with #E977C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977C8; }
p { color: rgb(233,119,200); }
H1.HeaderClassName
{
color: #E977C8;
}
.AnyTagClassName
{
color: #E977C8;
}
</style>
background-color css
<style>
a { background-color: #E977C8; }
a { background-color: rgb(233,119,200); }
div.DivClassName
{
background-color: #E977C8;
}
.BgClassName
{
background-color: #E977C8;
}
</style>
border-color css
<style>
span { border-color: #E977C8; }
span { border-color: rgb(233,119,200); }
td.TdClassName
{
border-color: #E977C8;
}
.TagClassName
{
border-color: #E977C8;
}
</style>