Html Css Color HEX #EE40EC Free Speech Magenta
📋 copy color: '#EE40EC'red 238 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #EE40EC
Tints of Free Speech Magenta #EE40EC
RGB
CMYK
RGB Variations
Color information
#EE40EC (or 0xEE40EC) is known color: Free Speech Magenta. HEX triplet: EE, 40 and EC. RGB value is (238,64,236). Sum of RGB (Red+Green+Blue) = 238+64+236=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40EC is #11BF13. Grayscale: #878787. Windows color (decimal): -1163028 or 15483118. OLE color: 15483118.
HSL color Cylindrical-coordinate representation of color #EE40EC: hue angle of 300.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40EC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 236 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.07 |
| HSL | 300.69º | 0.84% | 0.59% | - |
| HSV(B) | 300.69º | 0.73% | 0.93% | - |
| XYZ | 52.23 | 27.9 | 81.99 | - |
| YUV | 135.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 236 | 0 | 0.73 | 0.01 | 0.07 | 300.69 | 0.84 | 0.59 |
| Hex | EE | 40 | EC | 0 | 49 | 1 | 7 | 12D | 54 | 3B |
| Octal | 356 | 100 | 354 | 0 | 111 | 1 | 7 | 455 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11101100 | 0 | 1001001 | 1 | 111 | 100101101 | 1010100 | 111011 |
Color Harmonies of #EE40EC
Complementary color
Monochromatic Colors of #EE40EC
Black with #EE40EC
Text Example
Text Example
White with #EE40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40EC; }
p { color: rgb(238,64,236); }
H1.HeaderClassName
{
color: #EE40EC;
}
.AnyTagClassName
{
color: #EE40EC;
}
</style>
background-color css
<style>
a { background-color: #EE40EC; }
a { background-color: rgb(238,64,236); }
div.DivClassName
{
background-color: #EE40EC;
}
.BgClassName
{
background-color: #EE40EC;
}
</style>
border-color css
<style>
span { border-color: #EE40EC; }
span { border-color: rgb(238,64,236); }
td.TdClassName
{
border-color: #EE40EC;
}
.TagClassName
{
border-color: #EE40EC;
}
</style>