Html Css Color HEX #EE40F0 Free Speech Magenta
📋 copy color: '#EE40F0'red 238 ◦ green 64 ◦ blue 240
Shades of Free Speech Magenta #EE40F0
Tints of Free Speech Magenta #EE40F0
RGB
CMYK
RGB Variations
Color information
#EE40F0 (or 0xEE40F0) is known color: Free Speech Magenta. HEX triplet: EE, 40 and F0. RGB value is (238,64,240). Sum of RGB (Red+Green+Blue) = 238+64+240=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE40F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40F0 is #11BF0F. Grayscale: #878787. Windows color (decimal): -1163024 or 15745262. OLE color: 15745262.
HSL color Cylindrical-coordinate representation of color #EE40F0: hue angle of 299.32º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40F0 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 64 | 240 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.06 |
| HSL | 299.32º | 0.85% | 0.6% | - |
| HSV(B) | 299.32º | 0.73% | 0.94% | - |
| XYZ | 52.82 | 28.14 | 85.08 | - |
| YUV | 136.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 240 | 0.01 | 0.73 | 0 | 0.06 | 299.32 | 0.85 | 0.6 |
| Hex | EE | 40 | F0 | 1 | 49 | 0 | 6 | 12B | 55 | 3C |
| Octal | 356 | 100 | 360 | 1 | 111 | 0 | 6 | 453 | 125 | 74 |
| Binary | 11101110 | 1000000 | 11110000 | 1 | 1001001 | 0 | 110 | 100101011 | 1010101 | 111100 |
Color Harmonies of #EE40F0
Complementary color
Monochromatic Colors of #EE40F0
Black with #EE40F0
Text Example
Text Example
White with #EE40F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40F0; }
p { color: rgb(238,64,240); }
H1.HeaderClassName
{
color: #EE40F0;
}
.AnyTagClassName
{
color: #EE40F0;
}
</style>
background-color css
<style>
a { background-color: #EE40F0; }
a { background-color: rgb(238,64,240); }
div.DivClassName
{
background-color: #EE40F0;
}
.BgClassName
{
background-color: #EE40F0;
}
</style>
border-color css
<style>
span { border-color: #EE40F0; }
span { border-color: rgb(238,64,240); }
td.TdClassName
{
border-color: #EE40F0;
}
.TagClassName
{
border-color: #EE40F0;
}
</style>