Shades of Persian Pink #ED80C1
Tints of Persian Pink #ED80C1
RGB
CMYK
RGB Variations
Color information
#ED80C1 (or 0xED80C1) is known color: Persian Pink. HEX triplet: ED, 80 and C1. RGB value is (237,128,193). Sum of RGB (Red+Green+Blue) = 237+128+193=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C1 is #127F3E. Grayscale: #A7A7A7. Windows color (decimal): -1212223 or 12681453. OLE color: 12681453.
HSL color Cylindrical-coordinate representation of color #ED80C1: hue angle of 324.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 #ED80C1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 193 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 324.22º | 0.75% | 0.72% | - |
| HSV(B) | 324.22º | 0.46% | 0.93% | - |
| XYZ | 52.27 | 37.29 | 54.9 | - |
| YUV | 168 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 193 | 0 | 0.46 | 0.19 | 0.07 | 324.22 | 0.75 | 0.72 |
| Hex | ED | 80 | C1 | 0 | 2E | 13 | 7 | 144 | 4B | 48 |
| Octal | 355 | 200 | 301 | 0 | 56 | 23 | 7 | 504 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11000001 | 0 | 101110 | 10011 | 111 | 101000100 | 1001011 | 1001000 |
Color Harmonies of #ED80C1
Complementary color
Monochromatic Colors of #ED80C1
Black with #ED80C1
Text Example
Text Example
White with #ED80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80C1; }
p { color: rgb(237,128,193); }
H1.HeaderClassName
{
color: #ED80C1;
}
.AnyTagClassName
{
color: #ED80C1;
}
</style>
background-color css
<style>
a { background-color: #ED80C1; }
a { background-color: rgb(237,128,193); }
div.DivClassName
{
background-color: #ED80C1;
}
.BgClassName
{
background-color: #ED80C1;
}
</style>
border-color css
<style>
span { border-color: #ED80C1; }
span { border-color: rgb(237,128,193); }
td.TdClassName
{
border-color: #ED80C1;
}
.TagClassName
{
border-color: #ED80C1;
}
</style>