Shades of Persian Pink #ED81BC
Tints of Persian Pink #ED81BC
RGB
CMYK
RGB Variations
Color information
#ED81BC (or 0xED81BC) is known color: Persian Pink. HEX triplet: ED, 81 and BC. RGB value is (237,129,188). Sum of RGB (Red+Green+Blue) = 237+129+188=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BC is #127E43. Grayscale: #A7A7A7. Windows color (decimal): -1211972 or 12354029. OLE color: 12354029.
HSL color Cylindrical-coordinate representation of color #ED81BC: hue angle of 327.22º 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 #ED81BC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 188 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.07 |
| HSL | 327.22º | 0.75% | 0.72% | - |
| HSV(B) | 327.22º | 0.46% | 0.93% | - |
| XYZ | 51.85 | 37.34 | 52.05 | - |
| YUV | 168.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 188 | 0 | 0.46 | 0.21 | 0.07 | 327.22 | 0.75 | 0.72 |
| Hex | ED | 81 | BC | 0 | 2E | 15 | 7 | 147 | 4B | 48 |
| Octal | 355 | 201 | 274 | 0 | 56 | 25 | 7 | 507 | 113 | 110 |
| Binary | 11101101 | 10000001 | 10111100 | 0 | 101110 | 10101 | 111 | 101000111 | 1001011 | 1001000 |
Color Harmonies of #ED81BC
Complementary color
Monochromatic Colors of #ED81BC
Black with #ED81BC
Text Example
Text Example
White with #ED81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81BC; }
p { color: rgb(237,129,188); }
H1.HeaderClassName
{
color: #ED81BC;
}
.AnyTagClassName
{
color: #ED81BC;
}
</style>
background-color css
<style>
a { background-color: #ED81BC; }
a { background-color: rgb(237,129,188); }
div.DivClassName
{
background-color: #ED81BC;
}
.BgClassName
{
background-color: #ED81BC;
}
</style>
border-color css
<style>
span { border-color: #ED81BC; }
span { border-color: rgb(237,129,188); }
td.TdClassName
{
border-color: #ED81BC;
}
.TagClassName
{
border-color: #ED81BC;
}
</style>