Shades of Persian Pink #ED81BF
Tints of Persian Pink #ED81BF
RGB
CMYK
RGB Variations
Color information
#ED81BF (or 0xED81BF) is known color: Persian Pink. HEX triplet: ED, 81 and BF. RGB value is (237,129,191). Sum of RGB (Red+Green+Blue) = 237+129+191=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BF is #127E40. Grayscale: #A8A8A8. Windows color (decimal): -1211969 or 12550637. OLE color: 12550637.
HSL color Cylindrical-coordinate representation of color #ED81BF: hue angle of 325.56º 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 #ED81BF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 191 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 325.56º | 0.75% | 0.72% | - |
| HSV(B) | 325.56º | 0.46% | 0.93% | - |
| XYZ | 52.18 | 37.47 | 53.77 | - |
| YUV | 168.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 191 | 0 | 0.46 | 0.19 | 0.07 | 325.56 | 0.75 | 0.72 |
| Hex | ED | 81 | BF | 0 | 2E | 13 | 7 | 146 | 4B | 48 |
| Octal | 355 | 201 | 277 | 0 | 56 | 23 | 7 | 506 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10111111 | 0 | 101110 | 10011 | 111 | 101000110 | 1001011 | 1001000 |
Color Harmonies of #ED81BF
Complementary color
Monochromatic Colors of #ED81BF
Black with #ED81BF
Text Example
Text Example
White with #ED81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81BF; }
p { color: rgb(237,129,191); }
H1.HeaderClassName
{
color: #ED81BF;
}
.AnyTagClassName
{
color: #ED81BF;
}
</style>
background-color css
<style>
a { background-color: #ED81BF; }
a { background-color: rgb(237,129,191); }
div.DivClassName
{
background-color: #ED81BF;
}
.BgClassName
{
background-color: #ED81BF;
}
</style>
border-color css
<style>
span { border-color: #ED81BF; }
span { border-color: rgb(237,129,191); }
td.TdClassName
{
border-color: #ED81BF;
}
.TagClassName
{
border-color: #ED81BF;
}
</style>