Shades of Persian Pink #ED81B8
Tints of Persian Pink #ED81B8
RGB
CMYK
RGB Variations
Color information
#ED81B8 (or 0xED81B8) is known color: Persian Pink. HEX triplet: ED, 81 and B8. RGB value is (237,129,184). Sum of RGB (Red+Green+Blue) = 237+129+184=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81B8 is #127E47. Grayscale: #A7A7A7. Windows color (decimal): -1211976 or 12091885. OLE color: 12091885.
HSL color Cylindrical-coordinate representation of color #ED81B8: hue angle of 329.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 #ED81B8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 184 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 329.44º | 0.75% | 0.72% | - |
| HSV(B) | 329.44º | 0.46% | 0.93% | - |
| XYZ | 51.43 | 37.17 | 49.81 | - |
| YUV | 167.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 184 | 0 | 0.46 | 0.22 | 0.07 | 329.44 | 0.75 | 0.72 |
| Hex | ED | 81 | B8 | 0 | 2E | 16 | 7 | 149 | 4B | 48 |
| Octal | 355 | 201 | 270 | 0 | 56 | 26 | 7 | 511 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10111000 | 0 | 101110 | 10110 | 111 | 101001001 | 1001011 | 1001000 |
Color Harmonies of #ED81B8
Complementary color
Monochromatic Colors of #ED81B8
Black with #ED81B8
Text Example
Text Example
White with #ED81B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81B8; }
p { color: rgb(237,129,184); }
H1.HeaderClassName
{
color: #ED81B8;
}
.AnyTagClassName
{
color: #ED81B8;
}
</style>
background-color css
<style>
a { background-color: #ED81B8; }
a { background-color: rgb(237,129,184); }
div.DivClassName
{
background-color: #ED81B8;
}
.BgClassName
{
background-color: #ED81B8;
}
</style>
border-color css
<style>
span { border-color: #ED81B8; }
span { border-color: rgb(237,129,184); }
td.TdClassName
{
border-color: #ED81B8;
}
.TagClassName
{
border-color: #ED81B8;
}
</style>