Shades of Persian Pink #ED7BBC
Tints of Persian Pink #ED7BBC
RGB
CMYK
RGB Variations
Color information
#ED7BBC (or 0xED7BBC) is known color: Persian Pink. HEX triplet: ED, 7B and BC. RGB value is (237,123,188). Sum of RGB (Red+Green+Blue) = 237+123+188=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BBC is #128443. Grayscale: #A4A4A4. Windows color (decimal): -1213508 or 12352493. OLE color: 12352493.
HSL color Cylindrical-coordinate representation of color #ED7BBC: hue angle of 325.79º 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 #ED7BBC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 188 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 325.79º | 0.76% | 0.71% | - |
| HSV(B) | 325.79º | 0.48% | 0.93% | - |
| XYZ | 51.09 | 35.8 | 51.79 | - |
| YUV | 164.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 188 | 0 | 0.48 | 0.21 | 0.07 | 325.79 | 0.76 | 0.71 |
| Hex | ED | 7B | BC | 0 | 30 | 15 | 7 | 146 | 4C | 47 |
| Octal | 355 | 173 | 274 | 0 | 60 | 25 | 7 | 506 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10111100 | 0 | 110000 | 10101 | 111 | 101000110 | 1001100 | 1000111 |
Color Harmonies of #ED7BBC
Complementary color
Monochromatic Colors of #ED7BBC
Black with #ED7BBC
Text Example
Text Example
White with #ED7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BBC; }
p { color: rgb(237,123,188); }
H1.HeaderClassName
{
color: #ED7BBC;
}
.AnyTagClassName
{
color: #ED7BBC;
}
</style>
background-color css
<style>
a { background-color: #ED7BBC; }
a { background-color: rgb(237,123,188); }
div.DivClassName
{
background-color: #ED7BBC;
}
.BgClassName
{
background-color: #ED7BBC;
}
</style>
border-color css
<style>
span { border-color: #ED7BBC; }
span { border-color: rgb(237,123,188); }
td.TdClassName
{
border-color: #ED7BBC;
}
.TagClassName
{
border-color: #ED7BBC;
}
</style>