Shades of Persian Pink #E977B5
Tints of Persian Pink #E977B5
RGB
CMYK
RGB Variations
Color information
#E977B5 (or 0xE977B5) is known color: Persian Pink. HEX triplet: E9, 77 and B5. RGB value is (233,119,181). Sum of RGB (Red+Green+Blue) = 233+119+181=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E977B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977B5 is #16884A. Grayscale: #A0A0A0. Windows color (decimal): -1476683 or 11892713. OLE color: 11892713.
HSL color Cylindrical-coordinate representation of color #E977B5: hue angle of 327.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 #E977B5 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 181 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.09 |
| HSL | 327.37º | 0.72% | 0.69% | - |
| HSV(B) | 327.37º | 0.49% | 0.91% | - |
| XYZ | 48.54 | 33.85 | 47.69 | - |
| YUV | 160.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 181 | 0 | 0.49 | 0.22 | 0.09 | 327.37 | 0.72 | 0.69 |
| Hex | E9 | 77 | B5 | 0 | 31 | 16 | 9 | 147 | 48 | 45 |
| Octal | 351 | 167 | 265 | 0 | 61 | 26 | 11 | 507 | 110 | 105 |
| Binary | 11101001 | 1110111 | 10110101 | 0 | 110001 | 10110 | 1001 | 101000111 | 1001000 | 1000101 |
Color Harmonies of #E977B5
Complementary color
Monochromatic Colors of #E977B5
Black with #E977B5
Text Example
Text Example
White with #E977B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977B5; }
p { color: rgb(233,119,181); }
H1.HeaderClassName
{
color: #E977B5;
}
.AnyTagClassName
{
color: #E977B5;
}
</style>
background-color css
<style>
a { background-color: #E977B5; }
a { background-color: rgb(233,119,181); }
div.DivClassName
{
background-color: #E977B5;
}
.BgClassName
{
background-color: #E977B5;
}
</style>
border-color css
<style>
span { border-color: #E977B5; }
span { border-color: rgb(233,119,181); }
td.TdClassName
{
border-color: #E977B5;
}
.TagClassName
{
border-color: #E977B5;
}
</style>