Shades of Persian Pink #ED7FBC
Tints of Persian Pink #ED7FBC
RGB
CMYK
RGB Variations
Color information
#ED7FBC (or 0xED7FBC) is known color: Persian Pink. HEX triplet: ED, 7F and BC. RGB value is (237,127,188). Sum of RGB (Red+Green+Blue) = 237+127+188=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FBC is #128043. Grayscale: #A6A6A6. Windows color (decimal): -1212484 or 12353517. OLE color: 12353517.
HSL color Cylindrical-coordinate representation of color #ED7FBC: hue angle of 326.73º 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 #ED7FBC is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 188 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.07 |
| HSL | 326.73º | 0.75% | 0.71% | - |
| HSV(B) | 326.73º | 0.46% | 0.93% | - |
| XYZ | 51.59 | 36.81 | 51.96 | - |
| YUV | 166.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 188 | 0 | 0.46 | 0.21 | 0.07 | 326.73 | 0.75 | 0.71 |
| Hex | ED | 7F | BC | 0 | 2E | 15 | 7 | 147 | 4B | 47 |
| Octal | 355 | 177 | 274 | 0 | 56 | 25 | 7 | 507 | 113 | 107 |
| Binary | 11101101 | 1111111 | 10111100 | 0 | 101110 | 10101 | 111 | 101000111 | 1001011 | 1000111 |
Color Harmonies of #ED7FBC
Complementary color
Monochromatic Colors of #ED7FBC
Black with #ED7FBC
Text Example
Text Example
White with #ED7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FBC; }
p { color: rgb(237,127,188); }
H1.HeaderClassName
{
color: #ED7FBC;
}
.AnyTagClassName
{
color: #ED7FBC;
}
</style>
background-color css
<style>
a { background-color: #ED7FBC; }
a { background-color: rgb(237,127,188); }
div.DivClassName
{
background-color: #ED7FBC;
}
.BgClassName
{
background-color: #ED7FBC;
}
</style>
border-color css
<style>
span { border-color: #ED7FBC; }
span { border-color: rgb(237,127,188); }
td.TdClassName
{
border-color: #ED7FBC;
}
.TagClassName
{
border-color: #ED7FBC;
}
</style>