Shades of Pale Magenta #EF95E5
Tints of Pale Magenta #EF95E5
RGB
CMYK
RGB Variations
Color information
#EF95E5 (or 0xEF95E5) is known color: Pale Magenta. HEX triplet: EF, 95 and E5. RGB value is (239,149,229). Sum of RGB (Red+Green+Blue) = 239+149+229=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95E5 is #106A1A. Grayscale: #B8B8B8. Windows color (decimal): -1075739 or 15046127. OLE color: 15046127.
HSL color Cylindrical-coordinate representation of color #EF95E5: hue angle of 306.67º 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 #EF95E5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 229 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.06 |
| HSL | 306.67º | 0.74% | 0.76% | - |
| HSV(B) | 306.67º | 0.38% | 0.94% | - |
| XYZ | 60.49 | 45.5 | 79.72 | - |
| YUV | 185.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 229 | 0 | 0.38 | 0.04 | 0.06 | 306.67 | 0.74 | 0.76 |
| Hex | EF | 95 | E5 | 0 | 26 | 4 | 6 | 133 | 4A | 4C |
| Octal | 357 | 225 | 345 | 0 | 46 | 4 | 6 | 463 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11100101 | 0 | 100110 | 100 | 110 | 100110011 | 1001010 | 1001100 |
Color Harmonies of #EF95E5
Complementary color
Monochromatic Colors of #EF95E5
Black with #EF95E5
Text Example
Text Example
White with #EF95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95E5; }
p { color: rgb(239,149,229); }
H1.HeaderClassName
{
color: #EF95E5;
}
.AnyTagClassName
{
color: #EF95E5;
}
</style>
background-color css
<style>
a { background-color: #EF95E5; }
a { background-color: rgb(239,149,229); }
div.DivClassName
{
background-color: #EF95E5;
}
.BgClassName
{
background-color: #EF95E5;
}
</style>
border-color css
<style>
span { border-color: #EF95E5; }
span { border-color: rgb(239,149,229); }
td.TdClassName
{
border-color: #EF95E5;
}
.TagClassName
{
border-color: #EF95E5;
}
</style>