Shades of Pale Magenta #EF7BE0
Tints of Pale Magenta #EF7BE0
RGB
CMYK
RGB Variations
Color information
#EF7BE0 (or 0xEF7BE0) is known color: Pale Magenta. HEX triplet: EF, 7B and E0. RGB value is (239,123,224). Sum of RGB (Red+Green+Blue) = 239+123+224=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BE0 is #10841F. Grayscale: #A8A8A8. Windows color (decimal): -1082400 or 14711791. OLE color: 14711791.
HSL color Cylindrical-coordinate representation of color #EF7BE0: hue angle of 307.76º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BE0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 224 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.06 |
| HSL | 307.76º | 0.78% | 0.71% | - |
| HSV(B) | 307.76º | 0.49% | 0.94% | - |
| XYZ | 56.13 | 37.9 | 74.88 | - |
| YUV | 169.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 224 | 0 | 0.49 | 0.06 | 0.06 | 307.76 | 0.78 | 0.71 |
| Hex | EF | 7B | E0 | 0 | 31 | 6 | 6 | 134 | 4E | 47 |
| Octal | 357 | 173 | 340 | 0 | 61 | 6 | 6 | 464 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11100000 | 0 | 110001 | 110 | 110 | 100110100 | 1001110 | 1000111 |
Color Harmonies of #EF7BE0
Complementary color
Monochromatic Colors of #EF7BE0
Black with #EF7BE0
Text Example
Text Example
White with #EF7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BE0; }
p { color: rgb(239,123,224); }
H1.HeaderClassName
{
color: #EF7BE0;
}
.AnyTagClassName
{
color: #EF7BE0;
}
</style>
background-color css
<style>
a { background-color: #EF7BE0; }
a { background-color: rgb(239,123,224); }
div.DivClassName
{
background-color: #EF7BE0;
}
.BgClassName
{
background-color: #EF7BE0;
}
</style>
border-color css
<style>
span { border-color: #EF7BE0; }
span { border-color: rgb(239,123,224); }
td.TdClassName
{
border-color: #EF7BE0;
}
.TagClassName
{
border-color: #EF7BE0;
}
</style>