Shades of Persian Pink #ED77BE
Tints of Persian Pink #ED77BE
RGB
CMYK
RGB Variations
Color information
#ED77BE (or 0xED77BE) is known color: Persian Pink. HEX triplet: ED, 77 and BE. RGB value is (237,119,190). Sum of RGB (Red+Green+Blue) = 237+119+190=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77BE is #128841. Grayscale: #A2A2A2. Windows color (decimal): -1214530 or 12482541. OLE color: 12482541.
HSL color Cylindrical-coordinate representation of color #ED77BE: hue angle of 323.9º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77BE is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 190 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.07 |
| HSL | 323.9º | 0.77% | 0.7% | - |
| HSV(B) | 323.9º | 0.5% | 0.93% | - |
| XYZ | 50.82 | 34.92 | 52.78 | - |
| YUV | 162.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 190 | 0 | 0.50 | 0.20 | 0.07 | 323.9 | 0.77 | 0.7 |
| Hex | ED | 77 | BE | 0 | 32 | 14 | 7 | 144 | 4D | 46 |
| Octal | 355 | 167 | 276 | 0 | 62 | 24 | 7 | 504 | 115 | 106 |
| Binary | 11101101 | 1110111 | 10111110 | 0 | 110010 | 10100 | 111 | 101000100 | 1001101 | 1000110 |
Color Harmonies of #ED77BE
Complementary color
Monochromatic Colors of #ED77BE
Black with #ED77BE
Text Example
Text Example
White with #ED77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED77BE; }
p { color: rgb(237,119,190); }
H1.HeaderClassName
{
color: #ED77BE;
}
.AnyTagClassName
{
color: #ED77BE;
}
</style>
background-color css
<style>
a { background-color: #ED77BE; }
a { background-color: rgb(237,119,190); }
div.DivClassName
{
background-color: #ED77BE;
}
.BgClassName
{
background-color: #ED77BE;
}
</style>
border-color css
<style>
span { border-color: #ED77BE; }
span { border-color: rgb(237,119,190); }
td.TdClassName
{
border-color: #ED77BE;
}
.TagClassName
{
border-color: #ED77BE;
}
</style>