Shades of Pale Magenta #EF74E2
Tints of Pale Magenta #EF74E2
RGB
CMYK
RGB Variations
Color information
#EF74E2 (or 0xEF74E2) is known color: Pale Magenta. HEX triplet: EF, 74 and E2. RGB value is (239,116,226). Sum of RGB (Red+Green+Blue) = 239+116+226=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74E2 is #108B1D. Grayscale: #A5A5A5. Windows color (decimal): -1084190 or 14841071. OLE color: 14841071.
HSL color Cylindrical-coordinate representation of color #EF74E2: hue angle of 306.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF74E2 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 226 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.06 |
| HSL | 306.34º | 0.79% | 0.7% | - |
| HSV(B) | 306.34º | 0.51% | 0.94% | - |
| XYZ | 55.57 | 36.33 | 76.04 | - |
| YUV | 165.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 226 | 0 | 0.51 | 0.05 | 0.06 | 306.34 | 0.79 | 0.7 |
| Hex | EF | 74 | E2 | 0 | 33 | 5 | 6 | 132 | 4F | 46 |
| Octal | 357 | 164 | 342 | 0 | 63 | 5 | 6 | 462 | 117 | 106 |
| Binary | 11101111 | 1110100 | 11100010 | 0 | 110011 | 101 | 110 | 100110010 | 1001111 | 1000110 |
Color Harmonies of #EF74E2
Complementary color
Monochromatic Colors of #EF74E2
Black with #EF74E2
Text Example
Text Example
White with #EF74E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF74E2; }
p { color: rgb(239,116,226); }
H1.HeaderClassName
{
color: #EF74E2;
}
.AnyTagClassName
{
color: #EF74E2;
}
</style>
background-color css
<style>
a { background-color: #EF74E2; }
a { background-color: rgb(239,116,226); }
div.DivClassName
{
background-color: #EF74E2;
}
.BgClassName
{
background-color: #EF74E2;
}
</style>
border-color css
<style>
span { border-color: #EF74E2; }
span { border-color: rgb(239,116,226); }
td.TdClassName
{
border-color: #EF74E2;
}
.TagClassName
{
border-color: #EF74E2;
}
</style>