Shades of Pale Magenta #ED7BE1
Tints of Pale Magenta #ED7BE1
RGB
CMYK
RGB Variations
Color information
#ED7BE1 (or 0xED7BE1) is known color: Pale Magenta. HEX triplet: ED, 7B and E1. RGB value is (237,123,225). Sum of RGB (Red+Green+Blue) = 237+123+225=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BE1 is #12841E. Grayscale: #A8A8A8. Windows color (decimal): -1213471 or 14777325. OLE color: 14777325.
HSL color Cylindrical-coordinate representation of color #ED7BE1: hue angle of 306.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 #ED7BE1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 225 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.07 |
| HSL | 306.32º | 0.76% | 0.71% | - |
| HSV(B) | 306.32º | 0.48% | 0.93% | - |
| XYZ | 55.6 | 37.61 | 75.56 | - |
| YUV | 168.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 225 | 0 | 0.48 | 0.05 | 0.07 | 306.32 | 0.76 | 0.71 |
| Hex | ED | 7B | E1 | 0 | 30 | 5 | 7 | 132 | 4C | 47 |
| Octal | 355 | 173 | 341 | 0 | 60 | 5 | 7 | 462 | 114 | 107 |
| Binary | 11101101 | 1111011 | 11100001 | 0 | 110000 | 101 | 111 | 100110010 | 1001100 | 1000111 |
Color Harmonies of #ED7BE1
Complementary color
Monochromatic Colors of #ED7BE1
Black with #ED7BE1
Text Example
Text Example
White with #ED7BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7BE1; }
p { color: rgb(237,123,225); }
H1.HeaderClassName
{
color: #ED7BE1;
}
.AnyTagClassName
{
color: #ED7BE1;
}
</style>
background-color css
<style>
a { background-color: #ED7BE1; }
a { background-color: rgb(237,123,225); }
div.DivClassName
{
background-color: #ED7BE1;
}
.BgClassName
{
background-color: #ED7BE1;
}
</style>
border-color css
<style>
span { border-color: #ED7BE1; }
span { border-color: rgb(237,123,225); }
td.TdClassName
{
border-color: #ED7BE1;
}
.TagClassName
{
border-color: #ED7BE1;
}
</style>