Shades of Persian Pink #ED7FC0
Tints of Persian Pink #ED7FC0
RGB
CMYK
RGB Variations
Color information
#ED7FC0 (or 0xED7FC0) is known color: Persian Pink. HEX triplet: ED, 7F and C0. RGB value is (237,127,192). Sum of RGB (Red+Green+Blue) = 237+127+192=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FC0 is #12803F. Grayscale: #A7A7A7. Windows color (decimal): -1212480 or 12615661. OLE color: 12615661.
HSL color Cylindrical-coordinate representation of color #ED7FC0: hue angle of 324.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FC0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 192 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.07 |
| HSL | 324.55º | 0.75% | 0.71% | - |
| HSV(B) | 324.55º | 0.46% | 0.93% | - |
| XYZ | 52.03 | 36.99 | 54.27 | - |
| YUV | 167.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 192 | 0 | 0.46 | 0.19 | 0.07 | 324.55 | 0.75 | 0.71 |
| Hex | ED | 7F | C0 | 0 | 2E | 13 | 7 | 145 | 4B | 47 |
| Octal | 355 | 177 | 300 | 0 | 56 | 23 | 7 | 505 | 113 | 107 |
| Binary | 11101101 | 1111111 | 11000000 | 0 | 101110 | 10011 | 111 | 101000101 | 1001011 | 1000111 |
Color Harmonies of #ED7FC0
Complementary color
Monochromatic Colors of #ED7FC0
Black with #ED7FC0
Text Example
Text Example
White with #ED7FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FC0; }
p { color: rgb(237,127,192); }
H1.HeaderClassName
{
color: #ED7FC0;
}
.AnyTagClassName
{
color: #ED7FC0;
}
</style>
background-color css
<style>
a { background-color: #ED7FC0; }
a { background-color: rgb(237,127,192); }
div.DivClassName
{
background-color: #ED7FC0;
}
.BgClassName
{
background-color: #ED7FC0;
}
</style>
border-color css
<style>
span { border-color: #ED7FC0; }
span { border-color: rgb(237,127,192); }
td.TdClassName
{
border-color: #ED7FC0;
}
.TagClassName
{
border-color: #ED7FC0;
}
</style>