Shades of Pale Magenta #EF94E5
Tints of Pale Magenta #EF94E5
RGB
CMYK
RGB Variations
Color information
#EF94E5 (or 0xEF94E5) is known color: Pale Magenta. HEX triplet: EF, 94 and E5. RGB value is (239,148,229). Sum of RGB (Red+Green+Blue) = 239+148+229=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94E5 is #106B1A. Grayscale: #B8B8B8. Windows color (decimal): -1075995 or 15045871. OLE color: 15045871.
HSL color Cylindrical-coordinate representation of color #EF94E5: hue angle of 306.59º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94E5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 229 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.06 |
| HSL | 306.59º | 0.74% | 0.76% | - |
| HSV(B) | 306.59º | 0.38% | 0.94% | - |
| XYZ | 60.33 | 45.19 | 79.67 | - |
| YUV | 184.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 229 | 0 | 0.38 | 0.04 | 0.06 | 306.59 | 0.74 | 0.76 |
| Hex | EF | 94 | E5 | 0 | 26 | 4 | 6 | 133 | 4A | 4C |
| Octal | 357 | 224 | 345 | 0 | 46 | 4 | 6 | 463 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11100101 | 0 | 100110 | 100 | 110 | 100110011 | 1001010 | 1001100 |
Color Harmonies of #EF94E5
Complementary color
Monochromatic Colors of #EF94E5
Black with #EF94E5
Text Example
Text Example
White with #EF94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94E5; }
p { color: rgb(239,148,229); }
H1.HeaderClassName
{
color: #EF94E5;
}
.AnyTagClassName
{
color: #EF94E5;
}
</style>
background-color css
<style>
a { background-color: #EF94E5; }
a { background-color: rgb(239,148,229); }
div.DivClassName
{
background-color: #EF94E5;
}
.BgClassName
{
background-color: #EF94E5;
}
</style>
border-color css
<style>
span { border-color: #EF94E5; }
span { border-color: rgb(239,148,229); }
td.TdClassName
{
border-color: #EF94E5;
}
.TagClassName
{
border-color: #EF94E5;
}
</style>