Shades of Persian Pink #ED80B7
Tints of Persian Pink #ED80B7
RGB
CMYK
RGB Variations
Color information
#ED80B7 (or 0xED80B7) is known color: Persian Pink. HEX triplet: ED, 80 and B7. RGB value is (237,128,183). Sum of RGB (Red+Green+Blue) = 237+128+183=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80B7 is #127F48. Grayscale: #A6A6A6. Windows color (decimal): -1212233 or 12026093. OLE color: 12026093.
HSL color Cylindrical-coordinate representation of color #ED80B7: hue angle of 329.72º 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 #ED80B7 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 183 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.07 |
| HSL | 329.72º | 0.75% | 0.72% | - |
| HSV(B) | 329.72º | 0.46% | 0.93% | - |
| XYZ | 51.19 | 36.86 | 49.22 | - |
| YUV | 166.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 183 | 0 | 0.46 | 0.23 | 0.07 | 329.72 | 0.75 | 0.72 |
| Hex | ED | 80 | B7 | 0 | 2E | 17 | 7 | 14A | 4B | 48 |
| Octal | 355 | 200 | 267 | 0 | 56 | 27 | 7 | 512 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10110111 | 0 | 101110 | 10111 | 111 | 101001010 | 1001011 | 1001000 |
Color Harmonies of #ED80B7
Complementary color
Monochromatic Colors of #ED80B7
Black with #ED80B7
Text Example
Text Example
White with #ED80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80B7; }
p { color: rgb(237,128,183); }
H1.HeaderClassName
{
color: #ED80B7;
}
.AnyTagClassName
{
color: #ED80B7;
}
</style>
background-color css
<style>
a { background-color: #ED80B7; }
a { background-color: rgb(237,128,183); }
div.DivClassName
{
background-color: #ED80B7;
}
.BgClassName
{
background-color: #ED80B7;
}
</style>
border-color css
<style>
span { border-color: #ED80B7; }
span { border-color: rgb(237,128,183); }
td.TdClassName
{
border-color: #ED80B7;
}
.TagClassName
{
border-color: #ED80B7;
}
</style>