Shades of Persian Pink #ED80B9
Tints of Persian Pink #ED80B9
RGB
CMYK
RGB Variations
Color information
#ED80B9 (or 0xED80B9) is known color: Persian Pink. HEX triplet: ED, 80 and B9. RGB value is (237,128,185). Sum of RGB (Red+Green+Blue) = 237+128+185=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80B9 is #127F46. Grayscale: #A6A6A6. Windows color (decimal): -1212231 or 12157165. OLE color: 12157165.
HSL color Cylindrical-coordinate representation of color #ED80B9: hue angle of 328.62º 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 #ED80B9 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 185 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.07 |
| HSL | 328.62º | 0.75% | 0.72% | - |
| HSV(B) | 328.62º | 0.46% | 0.93% | - |
| XYZ | 51.4 | 36.95 | 50.32 | - |
| YUV | 167.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 185 | 0 | 0.46 | 0.22 | 0.07 | 328.62 | 0.75 | 0.72 |
| Hex | ED | 80 | B9 | 0 | 2E | 16 | 7 | 149 | 4B | 48 |
| Octal | 355 | 200 | 271 | 0 | 56 | 26 | 7 | 511 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10111001 | 0 | 101110 | 10110 | 111 | 101001001 | 1001011 | 1001000 |
Color Harmonies of #ED80B9
Complementary color
Monochromatic Colors of #ED80B9
Black with #ED80B9
Text Example
Text Example
White with #ED80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80B9; }
p { color: rgb(237,128,185); }
H1.HeaderClassName
{
color: #ED80B9;
}
.AnyTagClassName
{
color: #ED80B9;
}
</style>
background-color css
<style>
a { background-color: #ED80B9; }
a { background-color: rgb(237,128,185); }
div.DivClassName
{
background-color: #ED80B9;
}
.BgClassName
{
background-color: #ED80B9;
}
</style>
border-color css
<style>
span { border-color: #ED80B9; }
span { border-color: rgb(237,128,185); }
td.TdClassName
{
border-color: #ED80B9;
}
.TagClassName
{
border-color: #ED80B9;
}
</style>