Shades of Persian Pink #ED81C0
Tints of Persian Pink #ED81C0
RGB
CMYK
RGB Variations
Color information
#ED81C0 (or 0xED81C0) is known color: Persian Pink. HEX triplet: ED, 81 and C0. RGB value is (237,129,192). Sum of RGB (Red+Green+Blue) = 237+129+192=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81C0 is #127E3F. Grayscale: #A8A8A8. Windows color (decimal): -1211968 or 12616173. OLE color: 12616173.
HSL color Cylindrical-coordinate representation of color #ED81C0: hue angle of 325º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED81C0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 192 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 325º | 0.75% | 0.72% | - |
| HSV(B) | 325º | 0.46% | 0.93% | - |
| XYZ | 52.29 | 37.51 | 54.35 | - |
| YUV | 168.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 192 | 0 | 0.46 | 0.19 | 0.07 | 325 | 0.75 | 0.72 |
| Hex | ED | 81 | C0 | 0 | 2E | 13 | 7 | 145 | 4B | 48 |
| Octal | 355 | 201 | 300 | 0 | 56 | 23 | 7 | 505 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11000000 | 0 | 101110 | 10011 | 111 | 101000101 | 1001011 | 1001000 |
Color Harmonies of #ED81C0
Complementary color
Monochromatic Colors of #ED81C0
Black with #ED81C0
Text Example
Text Example
White with #ED81C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81C0; }
p { color: rgb(237,129,192); }
H1.HeaderClassName
{
color: #ED81C0;
}
.AnyTagClassName
{
color: #ED81C0;
}
</style>
background-color css
<style>
a { background-color: #ED81C0; }
a { background-color: rgb(237,129,192); }
div.DivClassName
{
background-color: #ED81C0;
}
.BgClassName
{
background-color: #ED81C0;
}
</style>
border-color css
<style>
span { border-color: #ED81C0; }
span { border-color: rgb(237,129,192); }
td.TdClassName
{
border-color: #ED81C0;
}
.TagClassName
{
border-color: #ED81C0;
}
</style>