Html Css Color HEX #EF3CEF Free Speech Magenta
📋 copy color: '#EF3CEF'red 239 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #EF3CEF
Tints of Free Speech Magenta #EF3CEF
RGB
CMYK
RGB Variations
Color information
#EF3CEF (or 0xEF3CEF) is known color: Free Speech Magenta. HEX triplet: EF, 3C and EF. RGB value is (239,60,239). Sum of RGB (Red+Green+Blue) = 239+60+239=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 60 (23.83% from 255 or 11.15% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF3CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CEF is #10C310. Grayscale: #858585. Windows color (decimal): -1098513 or 15678703. OLE color: 15678703.
HSL color Cylindrical-coordinate representation of color #EF3CEF: hue angle of 300º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CEF is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 239 | - |
| CMYK | 0 | 0.75 | 0 | 0.06 |
| HSL | 300º | 0.85% | 0.59% | - |
| HSV(B) | 300º | 0.75% | 0.94% | - |
| XYZ | 52.79 | 27.81 | 84.25 | - |
| YUV | 133.93 | 187.3 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 239 | 0 | 0.75 | 0 | 0.06 | 300 | 0.85 | 0.59 |
| Hex | EF | 3C | EF | 0 | 4B | 0 | 6 | 12C | 55 | 3B |
| Octal | 357 | 74 | 357 | 0 | 113 | 0 | 6 | 454 | 125 | 73 |
| Binary | 11101111 | 111100 | 11101111 | 0 | 1001011 | 0 | 110 | 100101100 | 1010101 | 111011 |
Color Harmonies of #EF3CEF
Complementary color
Monochromatic Colors of #EF3CEF
Black with #EF3CEF
Text Example
Text Example
White with #EF3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3CEF; }
p { color: rgb(239,60,239); }
H1.HeaderClassName
{
color: #EF3CEF;
}
.AnyTagClassName
{
color: #EF3CEF;
}
</style>
background-color css
<style>
a { background-color: #EF3CEF; }
a { background-color: rgb(239,60,239); }
div.DivClassName
{
background-color: #EF3CEF;
}
.BgClassName
{
background-color: #EF3CEF;
}
</style>
border-color css
<style>
span { border-color: #EF3CEF; }
span { border-color: rgb(239,60,239); }
td.TdClassName
{
border-color: #EF3CEF;
}
.TagClassName
{
border-color: #EF3CEF;
}
</style>