Shades of Pale Magenta #EF92E5
Tints of Pale Magenta #EF92E5
RGB
CMYK
RGB Variations
Color information
#EF92E5 (or 0xEF92E5) is known color: Pale Magenta. HEX triplet: EF, 92 and E5. RGB value is (239,146,229). Sum of RGB (Red+Green+Blue) = 239+146+229=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92E5 is #106D1A. Grayscale: #B7B7B7. Windows color (decimal): -1076507 or 15045359. OLE color: 15045359.
HSL color Cylindrical-coordinate representation of color #EF92E5: hue angle of 306.45º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92E5 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 229 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.06 |
| HSL | 306.45º | 0.74% | 0.75% | - |
| HSV(B) | 306.45º | 0.39% | 0.94% | - |
| XYZ | 60.02 | 44.57 | 79.57 | - |
| YUV | 183.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 229 | 0 | 0.39 | 0.04 | 0.06 | 306.45 | 0.74 | 0.75 |
| Hex | EF | 92 | E5 | 0 | 27 | 4 | 6 | 132 | 4A | 4B |
| Octal | 357 | 222 | 345 | 0 | 47 | 4 | 6 | 462 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11100101 | 0 | 100111 | 100 | 110 | 100110010 | 1001010 | 1001011 |
Color Harmonies of #EF92E5
Complementary color
Monochromatic Colors of #EF92E5
Black with #EF92E5
Text Example
Text Example
White with #EF92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92E5; }
p { color: rgb(239,146,229); }
H1.HeaderClassName
{
color: #EF92E5;
}
.AnyTagClassName
{
color: #EF92E5;
}
</style>
background-color css
<style>
a { background-color: #EF92E5; }
a { background-color: rgb(239,146,229); }
div.DivClassName
{
background-color: #EF92E5;
}
.BgClassName
{
background-color: #EF92E5;
}
</style>
border-color css
<style>
span { border-color: #EF92E5; }
span { border-color: rgb(239,146,229); }
td.TdClassName
{
border-color: #EF92E5;
}
.TagClassName
{
border-color: #EF92E5;
}
</style>