Html Css Color HEX #EE42F0 Free Speech Magenta
📋 copy color: '#EE42F0'red 238 ◦ green 66 ◦ blue 240
Shades of Free Speech Magenta #EE42F0
Tints of Free Speech Magenta #EE42F0
RGB
CMYK
RGB Variations
Color information
#EE42F0 (or 0xEE42F0) is known color: Free Speech Magenta. HEX triplet: EE, 42 and F0. RGB value is (238,66,240). Sum of RGB (Red+Green+Blue) = 238+66+240=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 66 (26.17% from 255 or 12.13% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE42F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42F0 is #11BD0F. Grayscale: #888888. Windows color (decimal): -1162512 or 15745774. OLE color: 15745774.
HSL color Cylindrical-coordinate representation of color #EE42F0: hue angle of 299.31º 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 #EE42F0 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 66 | 240 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.06 |
| HSL | 299.31º | 0.85% | 0.6% | - |
| HSV(B) | 299.31º | 0.73% | 0.94% | - |
| XYZ | 52.94 | 28.36 | 85.12 | - |
| YUV | 137.26 | 185.98 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 240 | 0.01 | 0.72 | 0 | 0.06 | 299.31 | 0.85 | 0.6 |
| Hex | EE | 42 | F0 | 1 | 48 | 0 | 6 | 12B | 55 | 3C |
| Octal | 356 | 102 | 360 | 1 | 110 | 0 | 6 | 453 | 125 | 74 |
| Binary | 11101110 | 1000010 | 11110000 | 1 | 1001000 | 0 | 110 | 100101011 | 1010101 | 111100 |
Color Harmonies of #EE42F0
Complementary color
Monochromatic Colors of #EE42F0
Black with #EE42F0
Text Example
Text Example
White with #EE42F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42F0; }
p { color: rgb(238,66,240); }
H1.HeaderClassName
{
color: #EE42F0;
}
.AnyTagClassName
{
color: #EE42F0;
}
</style>
background-color css
<style>
a { background-color: #EE42F0; }
a { background-color: rgb(238,66,240); }
div.DivClassName
{
background-color: #EE42F0;
}
.BgClassName
{
background-color: #EE42F0;
}
</style>
border-color css
<style>
span { border-color: #EE42F0; }
span { border-color: rgb(238,66,240); }
td.TdClassName
{
border-color: #EE42F0;
}
.TagClassName
{
border-color: #EE42F0;
}
</style>