Shades of Persian Pink #ED81B1
Tints of Persian Pink #ED81B1
RGB
CMYK
RGB Variations
Color information
#ED81B1 (or 0xED81B1) is known color: Persian Pink. HEX triplet: ED, 81 and B1. RGB value is (237,129,177). Sum of RGB (Red+Green+Blue) = 237+129+177=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81B1 is #127E4E. Grayscale: #A6A6A6. Windows color (decimal): -1211983 or 11633133. OLE color: 11633133.
HSL color Cylindrical-coordinate representation of color #ED81B1: hue angle of 333.33º 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 #ED81B1 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 177 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.07 |
| HSL | 333.33º | 0.75% | 0.72% | - |
| HSV(B) | 333.33º | 0.46% | 0.93% | - |
| XYZ | 50.71 | 36.88 | 46.04 | - |
| YUV | 166.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 177 | 0 | 0.46 | 0.25 | 0.07 | 333.33 | 0.75 | 0.72 |
| Hex | ED | 81 | B1 | 0 | 2E | 19 | 7 | 14D | 4B | 48 |
| Octal | 355 | 201 | 261 | 0 | 56 | 31 | 7 | 515 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10110001 | 0 | 101110 | 11001 | 111 | 101001101 | 1001011 | 1001000 |
Color Harmonies of #ED81B1
Complementary color
Monochromatic Colors of #ED81B1
Black with #ED81B1
Text Example
Text Example
White with #ED81B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81B1; }
p { color: rgb(237,129,177); }
H1.HeaderClassName
{
color: #ED81B1;
}
.AnyTagClassName
{
color: #ED81B1;
}
</style>
background-color css
<style>
a { background-color: #ED81B1; }
a { background-color: rgb(237,129,177); }
div.DivClassName
{
background-color: #ED81B1;
}
.BgClassName
{
background-color: #ED81B1;
}
</style>
border-color css
<style>
span { border-color: #ED81B1; }
span { border-color: rgb(237,129,177); }
td.TdClassName
{
border-color: #ED81B1;
}
.TagClassName
{
border-color: #ED81B1;
}
</style>