Html Css Color HEX #EF60E8 Free Speech Magenta
📋 copy color: '#EF60E8'red 239 ◦ green 96 ◦ blue 232
Shades of Free Speech Magenta #EF60E8
Tints of Free Speech Magenta #EF60E8
RGB
CMYK
RGB Variations
Color information
#EF60E8 (or 0xEF60E8) is known color: Free Speech Magenta. HEX triplet: EF, 60 and E8. RGB value is (239,96,232). Sum of RGB (Red+Green+Blue) = 239+96+232=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60E8 is #109F17. Grayscale: #999999. Windows color (decimal): -1089304 or 15229167. OLE color: 15229167.
HSL color Cylindrical-coordinate representation of color #EF60E8: hue angle of 302.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60E8 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 232 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.06 |
| HSL | 302.94º | 0.82% | 0.66% | - |
| HSV(B) | 302.94º | 0.6% | 0.94% | - |
| XYZ | 54.34 | 32.54 | 79.76 | - |
| YUV | 154.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 232 | 0 | 0.60 | 0.03 | 0.06 | 302.94 | 0.82 | 0.66 |
| Hex | EF | 60 | E8 | 0 | 3C | 3 | 6 | 12F | 52 | 42 |
| Octal | 357 | 140 | 350 | 0 | 74 | 3 | 6 | 457 | 122 | 102 |
| Binary | 11101111 | 1100000 | 11101000 | 0 | 111100 | 11 | 110 | 100101111 | 1010010 | 1000010 |
Color Harmonies of #EF60E8
Complementary color
Monochromatic Colors of #EF60E8
Black with #EF60E8
Text Example
Text Example
White with #EF60E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60E8; }
p { color: rgb(239,96,232); }
H1.HeaderClassName
{
color: #EF60E8;
}
.AnyTagClassName
{
color: #EF60E8;
}
</style>
background-color css
<style>
a { background-color: #EF60E8; }
a { background-color: rgb(239,96,232); }
div.DivClassName
{
background-color: #EF60E8;
}
.BgClassName
{
background-color: #EF60E8;
}
</style>
border-color css
<style>
span { border-color: #EF60E8; }
span { border-color: rgb(239,96,232); }
td.TdClassName
{
border-color: #EF60E8;
}
.TagClassName
{
border-color: #EF60E8;
}
</style>