Shades of Persian Pink #ED81B2
Tints of Persian Pink #ED81B2
RGB
CMYK
RGB Variations
Color information
#ED81B2 (or 0xED81B2) is known color: Persian Pink. HEX triplet: ED, 81 and B2. RGB value is (237,129,178). Sum of RGB (Red+Green+Blue) = 237+129+178=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81B2 is #127E4D. Grayscale: #A6A6A6. Windows color (decimal): -1211982 or 11698669. OLE color: 11698669.
HSL color Cylindrical-coordinate representation of color #ED81B2: hue angle of 332.78º 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 #ED81B2 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 178 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.07 |
| HSL | 332.78º | 0.75% | 0.72% | - |
| HSV(B) | 332.78º | 0.46% | 0.93% | - |
| XYZ | 50.81 | 36.92 | 46.57 | - |
| YUV | 166.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 178 | 0 | 0.46 | 0.25 | 0.07 | 332.78 | 0.75 | 0.72 |
| Hex | ED | 81 | B2 | 0 | 2E | 19 | 7 | 14D | 4B | 48 |
| Octal | 355 | 201 | 262 | 0 | 56 | 31 | 7 | 515 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10110010 | 0 | 101110 | 11001 | 111 | 101001101 | 1001011 | 1001000 |
Color Harmonies of #ED81B2
Complementary color
Monochromatic Colors of #ED81B2
Black with #ED81B2
Text Example
Text Example
White with #ED81B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81B2; }
p { color: rgb(237,129,178); }
H1.HeaderClassName
{
color: #ED81B2;
}
.AnyTagClassName
{
color: #ED81B2;
}
</style>
background-color css
<style>
a { background-color: #ED81B2; }
a { background-color: rgb(237,129,178); }
div.DivClassName
{
background-color: #ED81B2;
}
.BgClassName
{
background-color: #ED81B2;
}
</style>
border-color css
<style>
span { border-color: #ED81B2; }
span { border-color: rgb(237,129,178); }
td.TdClassName
{
border-color: #ED81B2;
}
.TagClassName
{
border-color: #ED81B2;
}
</style>