Html Css Color HEX #EE4DF0 Free Speech Magenta
📋 copy color: '#EE4DF0'red 238 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #EE4DF0
Tints of Free Speech Magenta #EE4DF0
RGB
CMYK
RGB Variations
Color information
#EE4DF0 (or 0xEE4DF0) is known color: Free Speech Magenta. HEX triplet: EE, 4D and F0. RGB value is (238,77,240). Sum of RGB (Red+Green+Blue) = 238+77+240=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4DF0 is #11B20F. Grayscale: #8F8F8F. Windows color (decimal): -1159696 or 15748590. OLE color: 15748590.
HSL color Cylindrical-coordinate representation of color #EE4DF0: hue angle of 299.26º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DF0 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 77 | 240 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.06 |
| HSL | 299.26º | 0.84% | 0.62% | - |
| HSV(B) | 299.26º | 0.68% | 0.94% | - |
| XYZ | 53.64 | 29.78 | 85.36 | - |
| YUV | 143.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 240 | 0.01 | 0.68 | 0 | 0.06 | 299.26 | 0.84 | 0.62 |
| Hex | EE | 4D | F0 | 1 | 44 | 0 | 6 | 12B | 54 | 3E |
| Octal | 356 | 115 | 360 | 1 | 104 | 0 | 6 | 453 | 124 | 76 |
| Binary | 11101110 | 1001101 | 11110000 | 1 | 1000100 | 0 | 110 | 100101011 | 1010100 | 111110 |
Color Harmonies of #EE4DF0
Complementary color
Monochromatic Colors of #EE4DF0
Black with #EE4DF0
Text Example
Text Example
White with #EE4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DF0; }
p { color: rgb(238,77,240); }
H1.HeaderClassName
{
color: #EE4DF0;
}
.AnyTagClassName
{
color: #EE4DF0;
}
</style>
background-color css
<style>
a { background-color: #EE4DF0; }
a { background-color: rgb(238,77,240); }
div.DivClassName
{
background-color: #EE4DF0;
}
.BgClassName
{
background-color: #EE4DF0;
}
</style>
border-color css
<style>
span { border-color: #EE4DF0; }
span { border-color: rgb(238,77,240); }
td.TdClassName
{
border-color: #EE4DF0;
}
.TagClassName
{
border-color: #EE4DF0;
}
</style>