Shades of Persian Pink #ED7BBB
Tints of Persian Pink #ED7BBB
RGB
CMYK
RGB Variations
Color information
#ED7BBB (or 0xED7BBB) is known color: Persian Pink. HEX triplet: ED, 7B and BB. RGB value is (237,123,187). Sum of RGB (Red+Green+Blue) = 237+123+187=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BBB is #128444. Grayscale: #A4A4A4. Windows color (decimal): -1213509 or 12286957. OLE color: 12286957.
HSL color Cylindrical-coordinate representation of color #ED7BBB: hue angle of 326.32º 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 #ED7BBB is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 187 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.07 |
| HSL | 326.32º | 0.76% | 0.71% | - |
| HSV(B) | 326.32º | 0.48% | 0.93% | - |
| XYZ | 50.98 | 35.76 | 51.23 | - |
| YUV | 164.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 187 | 0 | 0.48 | 0.21 | 0.07 | 326.32 | 0.76 | 0.71 |
| Hex | ED | 7B | BB | 0 | 30 | 15 | 7 | 146 | 4C | 47 |
| Octal | 355 | 173 | 273 | 0 | 60 | 25 | 7 | 506 | 114 | 107 |
| Binary | 11101101 | 1111011 | 10111011 | 0 | 110000 | 10101 | 111 | 101000110 | 1001100 | 1000111 |
Color Harmonies of #ED7BBB
Complementary color
Monochromatic Colors of #ED7BBB
Black with #ED7BBB
Text Example
Text Example
White with #ED7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BBB; }
p { color: rgb(237,123,187); }
H1.HeaderClassName
{
color: #ED7BBB;
}
.AnyTagClassName
{
color: #ED7BBB;
}
</style>
background-color css
<style>
a { background-color: #ED7BBB; }
a { background-color: rgb(237,123,187); }
div.DivClassName
{
background-color: #ED7BBB;
}
.BgClassName
{
background-color: #ED7BBB;
}
</style>
border-color css
<style>
span { border-color: #ED7BBB; }
span { border-color: rgb(237,123,187); }
td.TdClassName
{
border-color: #ED7BBB;
}
.TagClassName
{
border-color: #ED7BBB;
}
</style>