Shades of Persian Pink #ED81B7
Tints of Persian Pink #ED81B7
RGB
CMYK
RGB Variations
Color information
#ED81B7 (or 0xED81B7) is known color: Persian Pink. HEX triplet: ED, 81 and B7. RGB value is (237,129,183). Sum of RGB (Red+Green+Blue) = 237+129+183=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81B7 is #127E48. Grayscale: #A7A7A7. Windows color (decimal): -1211977 or 12026349. OLE color: 12026349.
HSL color Cylindrical-coordinate representation of color #ED81B7: hue angle of 330º 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 #ED81B7 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 183 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.07 |
| HSL | 330º | 0.75% | 0.72% | - |
| HSV(B) | 330º | 0.46% | 0.93% | - |
| XYZ | 51.32 | 37.12 | 49.26 | - |
| YUV | 167.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 183 | 0 | 0.46 | 0.23 | 0.07 | 330 | 0.75 | 0.72 |
| Hex | ED | 81 | B7 | 0 | 2E | 17 | 7 | 14A | 4B | 48 |
| Octal | 355 | 201 | 267 | 0 | 56 | 27 | 7 | 512 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10110111 | 0 | 101110 | 10111 | 111 | 101001010 | 1001011 | 1001000 |
Color Harmonies of #ED81B7
Complementary color
Monochromatic Colors of #ED81B7
Black with #ED81B7
Text Example
Text Example
White with #ED81B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81B7; }
p { color: rgb(237,129,183); }
H1.HeaderClassName
{
color: #ED81B7;
}
.AnyTagClassName
{
color: #ED81B7;
}
</style>
background-color css
<style>
a { background-color: #ED81B7; }
a { background-color: rgb(237,129,183); }
div.DivClassName
{
background-color: #ED81B7;
}
.BgClassName
{
background-color: #ED81B7;
}
</style>
border-color css
<style>
span { border-color: #ED81B7; }
span { border-color: rgb(237,129,183); }
td.TdClassName
{
border-color: #ED81B7;
}
.TagClassName
{
border-color: #ED81B7;
}
</style>