Shades of Pale Magenta #EF7CE2
Tints of Pale Magenta #EF7CE2
RGB
CMYK
RGB Variations
Color information
#EF7CE2 (or 0xEF7CE2) is known color: Pale Magenta. HEX triplet: EF, 7C and E2. RGB value is (239,124,226). Sum of RGB (Red+Green+Blue) = 239+124+226=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CE2 is #10831D. Grayscale: #A9A9A9. Windows color (decimal): -1082142 or 14843119. OLE color: 14843119.
HSL color Cylindrical-coordinate representation of color #EF7CE2: hue angle of 306.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CE2 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 226 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.06 |
| HSL | 306.78º | 0.78% | 0.71% | - |
| HSV(B) | 306.78º | 0.48% | 0.94% | - |
| XYZ | 56.53 | 38.26 | 76.36 | - |
| YUV | 170.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 226 | 0 | 0.48 | 0.05 | 0.06 | 306.78 | 0.78 | 0.71 |
| Hex | EF | 7C | E2 | 0 | 30 | 5 | 6 | 133 | 4E | 47 |
| Octal | 357 | 174 | 342 | 0 | 60 | 5 | 6 | 463 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11100010 | 0 | 110000 | 101 | 110 | 100110011 | 1001110 | 1000111 |
Color Harmonies of #EF7CE2
Complementary color
Monochromatic Colors of #EF7CE2
Black with #EF7CE2
Text Example
Text Example
White with #EF7CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CE2; }
p { color: rgb(239,124,226); }
H1.HeaderClassName
{
color: #EF7CE2;
}
.AnyTagClassName
{
color: #EF7CE2;
}
</style>
background-color css
<style>
a { background-color: #EF7CE2; }
a { background-color: rgb(239,124,226); }
div.DivClassName
{
background-color: #EF7CE2;
}
.BgClassName
{
background-color: #EF7CE2;
}
</style>
border-color css
<style>
span { border-color: #EF7CE2; }
span { border-color: rgb(239,124,226); }
td.TdClassName
{
border-color: #EF7CE2;
}
.TagClassName
{
border-color: #EF7CE2;
}
</style>