Shades of Persian Pink #ED70BA
Tints of Persian Pink #ED70BA
RGB
CMYK
RGB Variations
Color information
#ED70BA (or 0xED70BA) is known color: Persian Pink. HEX triplet: ED, 70 and BA. RGB value is (237,112,186). Sum of RGB (Red+Green+Blue) = 237+112+186=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70BA is #128F45. Grayscale: #9D9D9D. Windows color (decimal): -1216326 or 12218605. OLE color: 12218605.
HSL color Cylindrical-coordinate representation of color #ED70BA: hue angle of 324.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70BA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 186 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.07 |
| HSL | 324.48º | 0.78% | 0.68% | - |
| HSV(B) | 324.48º | 0.53% | 0.93% | - |
| XYZ | 49.58 | 33.14 | 50.24 | - |
| YUV | 157.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 186 | 0 | 0.53 | 0.22 | 0.07 | 324.48 | 0.78 | 0.68 |
| Hex | ED | 70 | BA | 0 | 35 | 16 | 7 | 144 | 4E | 44 |
| Octal | 355 | 160 | 272 | 0 | 65 | 26 | 7 | 504 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10111010 | 0 | 110101 | 10110 | 111 | 101000100 | 1001110 | 1000100 |
Color Harmonies of #ED70BA
Complementary color
Monochromatic Colors of #ED70BA
Black with #ED70BA
Text Example
Text Example
White with #ED70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70BA; }
p { color: rgb(237,112,186); }
H1.HeaderClassName
{
color: #ED70BA;
}
.AnyTagClassName
{
color: #ED70BA;
}
</style>
background-color css
<style>
a { background-color: #ED70BA; }
a { background-color: rgb(237,112,186); }
div.DivClassName
{
background-color: #ED70BA;
}
.BgClassName
{
background-color: #ED70BA;
}
</style>
border-color css
<style>
span { border-color: #ED70BA; }
span { border-color: rgb(237,112,186); }
td.TdClassName
{
border-color: #ED70BA;
}
.TagClassName
{
border-color: #ED70BA;
}
</style>