Shades of Persian Pink #ED7DB8
Tints of Persian Pink #ED7DB8
RGB
CMYK
RGB Variations
Color information
#ED7DB8 (or 0xED7DB8) is known color: Persian Pink. HEX triplet: ED, 7D and B8. RGB value is (237,125,184). Sum of RGB (Red+Green+Blue) = 237+125+184=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DB8 is #128247. Grayscale: #A5A5A5. Windows color (decimal): -1213000 or 12090861. OLE color: 12090861.
HSL color Cylindrical-coordinate representation of color #ED7DB8: hue angle of 328.39º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DB8 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 184 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.07 |
| HSL | 328.39º | 0.76% | 0.71% | - |
| HSV(B) | 328.39º | 0.47% | 0.93% | - |
| XYZ | 50.91 | 36.13 | 49.64 | - |
| YUV | 165.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 184 | 0 | 0.47 | 0.22 | 0.07 | 328.39 | 0.76 | 0.71 |
| Hex | ED | 7D | B8 | 0 | 2F | 16 | 7 | 148 | 4C | 47 |
| Octal | 355 | 175 | 270 | 0 | 57 | 26 | 7 | 510 | 114 | 107 |
| Binary | 11101101 | 1111101 | 10111000 | 0 | 101111 | 10110 | 111 | 101001000 | 1001100 | 1000111 |
Color Harmonies of #ED7DB8
Complementary color
Monochromatic Colors of #ED7DB8
Black with #ED7DB8
Text Example
Text Example
White with #ED7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7DB8; }
p { color: rgb(237,125,184); }
H1.HeaderClassName
{
color: #ED7DB8;
}
.AnyTagClassName
{
color: #ED7DB8;
}
</style>
background-color css
<style>
a { background-color: #ED7DB8; }
a { background-color: rgb(237,125,184); }
div.DivClassName
{
background-color: #ED7DB8;
}
.BgClassName
{
background-color: #ED7DB8;
}
</style>
border-color css
<style>
span { border-color: #ED7DB8; }
span { border-color: rgb(237,125,184); }
td.TdClassName
{
border-color: #ED7DB8;
}
.TagClassName
{
border-color: #ED7DB8;
}
</style>