Shades of Persian Pink #ED80AF
Tints of Persian Pink #ED80AF
RGB
CMYK
RGB Variations
Color information
#ED80AF (or 0xED80AF) is known color: Persian Pink. HEX triplet: ED, 80 and AF. RGB value is (237,128,175). Sum of RGB (Red+Green+Blue) = 237+128+175=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80AF is #127F50. Grayscale: #A5A5A5. Windows color (decimal): -1212241 or 11501805. OLE color: 11501805.
HSL color Cylindrical-coordinate representation of color #ED80AF: hue angle of 334.13º 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 #ED80AF is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 175 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.07 |
| HSL | 334.13º | 0.75% | 0.72% | - |
| HSV(B) | 334.13º | 0.46% | 0.93% | - |
| XYZ | 50.38 | 36.54 | 44.95 | - |
| YUV | 165.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 175 | 0 | 0.46 | 0.26 | 0.07 | 334.13 | 0.75 | 0.72 |
| Hex | ED | 80 | AF | 0 | 2E | 1A | 7 | 14E | 4B | 48 |
| Octal | 355 | 200 | 257 | 0 | 56 | 32 | 7 | 516 | 113 | 110 |
| Binary | 11101101 | 10000000 | 10101111 | 0 | 101110 | 11010 | 111 | 101001110 | 1001011 | 1001000 |
Color Harmonies of #ED80AF
Complementary color
Monochromatic Colors of #ED80AF
Black with #ED80AF
Text Example
Text Example
White with #ED80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80AF; }
p { color: rgb(237,128,175); }
H1.HeaderClassName
{
color: #ED80AF;
}
.AnyTagClassName
{
color: #ED80AF;
}
</style>
background-color css
<style>
a { background-color: #ED80AF; }
a { background-color: rgb(237,128,175); }
div.DivClassName
{
background-color: #ED80AF;
}
.BgClassName
{
background-color: #ED80AF;
}
</style>
border-color css
<style>
span { border-color: #ED80AF; }
span { border-color: rgb(237,128,175); }
td.TdClassName
{
border-color: #ED80AF;
}
.TagClassName
{
border-color: #ED80AF;
}
</style>