Html Css Color HEX #EE40EF Free Speech Magenta
📋 copy color: '#EE40EF'red 238 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #EE40EF
Tints of Free Speech Magenta #EE40EF
RGB
CMYK
RGB Variations
Color information
#EE40EF (or 0xEE40EF) is known color: Free Speech Magenta. HEX triplet: EE, 40 and EF. RGB value is (238,64,239). Sum of RGB (Red+Green+Blue) = 238+64+239=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE40EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40EF is #11BF10. Grayscale: #878787. Windows color (decimal): -1163025 or 15679726. OLE color: 15679726.
HSL color Cylindrical-coordinate representation of color #EE40EF: hue angle of 299.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40EF is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 64 | 239 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.06 |
| HSL | 299.66º | 0.85% | 0.59% | - |
| HSV(B) | 299.66º | 0.73% | 0.94% | - |
| XYZ | 52.67 | 28.08 | 84.3 | - |
| YUV | 135.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 239 | 0.00 | 0.73 | 0 | 0.06 | 299.66 | 0.85 | 0.59 |
| Hex | EE | 40 | EF | 0 | 49 | 0 | 6 | 12C | 55 | 3B |
| Octal | 356 | 100 | 357 | 0 | 111 | 0 | 6 | 454 | 125 | 73 |
| Binary | 11101110 | 1000000 | 11101111 | 0 | 1001001 | 0 | 110 | 100101100 | 1010101 | 111011 |
Color Harmonies of #EE40EF
Complementary color
Monochromatic Colors of #EE40EF
Black with #EE40EF
Text Example
Text Example
White with #EE40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40EF; }
p { color: rgb(238,64,239); }
H1.HeaderClassName
{
color: #EE40EF;
}
.AnyTagClassName
{
color: #EE40EF;
}
</style>
background-color css
<style>
a { background-color: #EE40EF; }
a { background-color: rgb(238,64,239); }
div.DivClassName
{
background-color: #EE40EF;
}
.BgClassName
{
background-color: #EE40EF;
}
</style>
border-color css
<style>
span { border-color: #EE40EF; }
span { border-color: rgb(238,64,239); }
td.TdClassName
{
border-color: #EE40EF;
}
.TagClassName
{
border-color: #EE40EF;
}
</style>