Shades of Persian Pink #ED80B8
Tints of Persian Pink #ED80B8
RGB
CMYK
RGB Variations
Color information
#ED80B8 (or 0xED80B8) is known color: Persian Pink. HEX triplet: ED, 80 and B8. RGB value is (237,128,184). Sum of RGB (Red+Green+Blue) = 237+128+184=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80B8 is #127F47. Grayscale: #A6A6A6. Windows color (decimal): -1212232 or 12091629. OLE color: 12091629.
HSL color Cylindrical-coordinate representation of color #ED80B8: hue angle of 329.17º 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 #ED80B8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 184 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 329.17º | 0.75% | 0.72% | - |
| HSV(B) | 329.17º | 0.46% | 0.93% | - |
| XYZ | 51.3 | 36.9 | 49.77 | - |
| YUV | 166.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 184 | 0 | 0.46 | 0.22 | 0.07 | 329.17 | 0.75 | 0.72 |
| Hex | ED | 80 | B8 | 0 | 2E | 16 | 7 | 149 | 4B | 48 |
| Octal | 355 | 200 | 270 | 0 | 56 | 26 | 7 | 511 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10111000 | 0 | 101110 | 10110 | 111 | 101001001 | 1001011 | 1001000 |
Color Harmonies of #ED80B8
Complementary color
Monochromatic Colors of #ED80B8
Black with #ED80B8
Text Example
Text Example
White with #ED80B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80B8; }
p { color: rgb(237,128,184); }
H1.HeaderClassName
{
color: #ED80B8;
}
.AnyTagClassName
{
color: #ED80B8;
}
</style>
background-color css
<style>
a { background-color: #ED80B8; }
a { background-color: rgb(237,128,184); }
div.DivClassName
{
background-color: #ED80B8;
}
.BgClassName
{
background-color: #ED80B8;
}
</style>
border-color css
<style>
span { border-color: #ED80B8; }
span { border-color: rgb(237,128,184); }
td.TdClassName
{
border-color: #ED80B8;
}
.TagClassName
{
border-color: #ED80B8;
}
</style>