Shades of Pale Magenta #EF93E2
Tints of Pale Magenta #EF93E2
RGB
CMYK
RGB Variations
Color information
#EF93E2 (or 0xEF93E2) is known color: Pale Magenta. HEX triplet: EF, 93 and E2. RGB value is (239,147,226). Sum of RGB (Red+Green+Blue) = 239+147+226=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93E2 is #106C1D. Grayscale: #B7B7B7. Windows color (decimal): -1076254 or 14849007. OLE color: 14849007.
HSL color Cylindrical-coordinate representation of color #EF93E2: hue angle of 308.48º 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 #EF93E2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 226 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.06 |
| HSL | 308.48º | 0.74% | 0.76% | - |
| HSV(B) | 308.48º | 0.38% | 0.94% | - |
| XYZ | 59.76 | 44.71 | 77.43 | - |
| YUV | 183.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 226 | 0 | 0.38 | 0.05 | 0.06 | 308.48 | 0.74 | 0.76 |
| Hex | EF | 93 | E2 | 0 | 26 | 5 | 6 | 134 | 4A | 4C |
| Octal | 357 | 223 | 342 | 0 | 46 | 5 | 6 | 464 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11100010 | 0 | 100110 | 101 | 110 | 100110100 | 1001010 | 1001100 |
Color Harmonies of #EF93E2
Complementary color
Monochromatic Colors of #EF93E2
Black with #EF93E2
Text Example
Text Example
White with #EF93E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93E2; }
p { color: rgb(239,147,226); }
H1.HeaderClassName
{
color: #EF93E2;
}
.AnyTagClassName
{
color: #EF93E2;
}
</style>
background-color css
<style>
a { background-color: #EF93E2; }
a { background-color: rgb(239,147,226); }
div.DivClassName
{
background-color: #EF93E2;
}
.BgClassName
{
background-color: #EF93E2;
}
</style>
border-color css
<style>
span { border-color: #EF93E2; }
span { border-color: rgb(239,147,226); }
td.TdClassName
{
border-color: #EF93E2;
}
.TagClassName
{
border-color: #EF93E2;
}
</style>