Shades of Persian Pink #ED80BF
Tints of Persian Pink #ED80BF
RGB
CMYK
RGB Variations
Color information
#ED80BF (or 0xED80BF) is known color: Persian Pink. HEX triplet: ED, 80 and BF. RGB value is (237,128,191). Sum of RGB (Red+Green+Blue) = 237+128+191=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80BF is #127F40. Grayscale: #A7A7A7. Windows color (decimal): -1212225 or 12550381. OLE color: 12550381.
HSL color Cylindrical-coordinate representation of color #ED80BF: hue angle of 325.32º 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 #ED80BF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 191 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 325.32º | 0.75% | 0.72% | - |
| HSV(B) | 325.32º | 0.46% | 0.93% | - |
| XYZ | 52.05 | 37.2 | 53.73 | - |
| YUV | 167.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 191 | 0 | 0.46 | 0.19 | 0.07 | 325.32 | 0.75 | 0.72 |
| Hex | ED | 80 | BF | 0 | 2E | 13 | 7 | 145 | 4B | 48 |
| Octal | 355 | 200 | 277 | 0 | 56 | 23 | 7 | 505 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10111111 | 0 | 101110 | 10011 | 111 | 101000101 | 1001011 | 1001000 |
Color Harmonies of #ED80BF
Complementary color
Monochromatic Colors of #ED80BF
Black with #ED80BF
Text Example
Text Example
White with #ED80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80BF; }
p { color: rgb(237,128,191); }
H1.HeaderClassName
{
color: #ED80BF;
}
.AnyTagClassName
{
color: #ED80BF;
}
</style>
background-color css
<style>
a { background-color: #ED80BF; }
a { background-color: rgb(237,128,191); }
div.DivClassName
{
background-color: #ED80BF;
}
.BgClassName
{
background-color: #ED80BF;
}
</style>
border-color css
<style>
span { border-color: #ED80BF; }
span { border-color: rgb(237,128,191); }
td.TdClassName
{
border-color: #ED80BF;
}
.TagClassName
{
border-color: #ED80BF;
}
</style>