Shades of Persian Pink #ED81C1
Tints of Persian Pink #ED81C1
RGB
CMYK
RGB Variations
Color information
#ED81C1 (or 0xED81C1) is known color: Persian Pink. HEX triplet: ED, 81 and C1. RGB value is (237,129,193). Sum of RGB (Red+Green+Blue) = 237+129+193=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81C1 is #127E3E. Grayscale: #A8A8A8. Windows color (decimal): -1211967 or 12681709. OLE color: 12681709.
HSL color Cylindrical-coordinate representation of color #ED81C1: hue angle of 324.44º 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 #ED81C1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 193 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 324.44º | 0.75% | 0.72% | - |
| HSV(B) | 324.44º | 0.46% | 0.93% | - |
| XYZ | 52.4 | 37.56 | 54.94 | - |
| YUV | 168.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 193 | 0 | 0.46 | 0.19 | 0.07 | 324.44 | 0.75 | 0.72 |
| Hex | ED | 81 | C1 | 0 | 2E | 13 | 7 | 144 | 4B | 48 |
| Octal | 355 | 201 | 301 | 0 | 56 | 23 | 7 | 504 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11000001 | 0 | 101110 | 10011 | 111 | 101000100 | 1001011 | 1001000 |
Color Harmonies of #ED81C1
Complementary color
Monochromatic Colors of #ED81C1
Black with #ED81C1
Text Example
Text Example
White with #ED81C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81C1; }
p { color: rgb(237,129,193); }
H1.HeaderClassName
{
color: #ED81C1;
}
.AnyTagClassName
{
color: #ED81C1;
}
</style>
background-color css
<style>
a { background-color: #ED81C1; }
a { background-color: rgb(237,129,193); }
div.DivClassName
{
background-color: #ED81C1;
}
.BgClassName
{
background-color: #ED81C1;
}
</style>
border-color css
<style>
span { border-color: #ED81C1; }
span { border-color: rgb(237,129,193); }
td.TdClassName
{
border-color: #ED81C1;
}
.TagClassName
{
border-color: #ED81C1;
}
</style>