Shades of Persian Pink #ED7CBC
Tints of Persian Pink #ED7CBC
RGB
CMYK
RGB Variations
Color information
#ED7CBC (or 0xED7CBC) is known color: Persian Pink. HEX triplet: ED, 7C and BC. RGB value is (237,124,188). Sum of RGB (Red+Green+Blue) = 237+124+188=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CBC is #128343. Grayscale: #A4A4A4. Windows color (decimal): -1213252 or 12352749. OLE color: 12352749.
HSL color Cylindrical-coordinate representation of color #ED7CBC: hue angle of 326.02º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7CBC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 124 | 188 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 326.02º | 0.76% | 0.71% | - |
| HSV(B) | 326.02º | 0.48% | 0.93% | - |
| XYZ | 51.21 | 36.05 | 51.84 | - |
| YUV | 165.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 124 | 188 | 0 | 0.48 | 0.21 | 0.07 | 326.02 | 0.76 | 0.71 |
| Hex | ED | 7C | BC | 0 | 30 | 15 | 7 | 146 | 4C | 47 |
| Octal | 355 | 174 | 274 | 0 | 60 | 25 | 7 | 506 | 114 | 107 |
| Binary | 11101101 | 1111100 | 10111100 | 0 | 110000 | 10101 | 111 | 101000110 | 1001100 | 1000111 |
Color Harmonies of #ED7CBC
Complementary color
Monochromatic Colors of #ED7CBC
Black with #ED7CBC
Text Example
Text Example
White with #ED7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7CBC; }
p { color: rgb(237,124,188); }
H1.HeaderClassName
{
color: #ED7CBC;
}
.AnyTagClassName
{
color: #ED7CBC;
}
</style>
background-color css
<style>
a { background-color: #ED7CBC; }
a { background-color: rgb(237,124,188); }
div.DivClassName
{
background-color: #ED7CBC;
}
.BgClassName
{
background-color: #ED7CBC;
}
</style>
border-color css
<style>
span { border-color: #ED7CBC; }
span { border-color: rgb(237,124,188); }
td.TdClassName
{
border-color: #ED7CBC;
}
.TagClassName
{
border-color: #ED7CBC;
}
</style>