Shades of Pale Magenta #EF93E5
Tints of Pale Magenta #EF93E5
RGB
CMYK
RGB Variations
Color information
#EF93E5 (or 0xEF93E5) is known color: Pale Magenta. HEX triplet: EF, 93 and E5. RGB value is (239,147,229). Sum of RGB (Red+Green+Blue) = 239+147+229=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93E5 is #106C1A. Grayscale: #B7B7B7. Windows color (decimal): -1076251 or 15045615. OLE color: 15045615.
HSL color Cylindrical-coordinate representation of color #EF93E5: hue angle of 306.52º 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 #EF93E5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 229 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.06 |
| HSL | 306.52º | 0.74% | 0.76% | - |
| HSV(B) | 306.52º | 0.38% | 0.94% | - |
| XYZ | 60.17 | 44.88 | 79.62 | - |
| YUV | 183.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 229 | 0 | 0.38 | 0.04 | 0.06 | 306.52 | 0.74 | 0.76 |
| Hex | EF | 93 | E5 | 0 | 26 | 4 | 6 | 133 | 4A | 4C |
| Octal | 357 | 223 | 345 | 0 | 46 | 4 | 6 | 463 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11100101 | 0 | 100110 | 100 | 110 | 100110011 | 1001010 | 1001100 |
Color Harmonies of #EF93E5
Complementary color
Monochromatic Colors of #EF93E5
Black with #EF93E5
Text Example
Text Example
White with #EF93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93E5; }
p { color: rgb(239,147,229); }
H1.HeaderClassName
{
color: #EF93E5;
}
.AnyTagClassName
{
color: #EF93E5;
}
</style>
background-color css
<style>
a { background-color: #EF93E5; }
a { background-color: rgb(239,147,229); }
div.DivClassName
{
background-color: #EF93E5;
}
.BgClassName
{
background-color: #EF93E5;
}
</style>
border-color css
<style>
span { border-color: #EF93E5; }
span { border-color: rgb(239,147,229); }
td.TdClassName
{
border-color: #EF93E5;
}
.TagClassName
{
border-color: #EF93E5;
}
</style>