Html Css Color HEX #EF3FEE Free Speech Magenta
📋 copy color: '#EF3FEE'red 239 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #EF3FEE
Tints of Free Speech Magenta #EF3FEE
RGB
CMYK
RGB Variations
Color information
#EF3FEE (or 0xEF3FEE) is known color: Free Speech Magenta. HEX triplet: EF, 3F and EE. RGB value is (239,63,238). Sum of RGB (Red+Green+Blue) = 239+63+238=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 63 (25% from 255 or 11.67% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FEE is #10C011. Grayscale: #878787. Windows color (decimal): -1097746 or 15613935. OLE color: 15613935.
HSL color Cylindrical-coordinate representation of color #EF3FEE: hue angle of 300.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FEE is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 238 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.06 |
| HSL | 300.34º | 0.85% | 0.59% | - |
| HSV(B) | 300.34º | 0.74% | 0.94% | - |
| XYZ | 52.81 | 28.08 | 83.53 | - |
| YUV | 135.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 238 | 0 | 0.74 | 0.00 | 0.06 | 300.34 | 0.85 | 0.59 |
| Hex | EF | 3F | EE | 0 | 4A | 0 | 6 | 12C | 55 | 3B |
| Octal | 357 | 77 | 356 | 0 | 112 | 0 | 6 | 454 | 125 | 73 |
| Binary | 11101111 | 111111 | 11101110 | 0 | 1001010 | 0 | 110 | 100101100 | 1010101 | 111011 |
Color Harmonies of #EF3FEE
Complementary color
Monochromatic Colors of #EF3FEE
Black with #EF3FEE
Text Example
Text Example
White with #EF3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3FEE; }
p { color: rgb(239,63,238); }
H1.HeaderClassName
{
color: #EF3FEE;
}
.AnyTagClassName
{
color: #EF3FEE;
}
</style>
background-color css
<style>
a { background-color: #EF3FEE; }
a { background-color: rgb(239,63,238); }
div.DivClassName
{
background-color: #EF3FEE;
}
.BgClassName
{
background-color: #EF3FEE;
}
</style>
border-color css
<style>
span { border-color: #EF3FEE; }
span { border-color: rgb(239,63,238); }
td.TdClassName
{
border-color: #EF3FEE;
}
.TagClassName
{
border-color: #EF3FEE;
}
</style>