Html Css Color HEX #EE40E9 Free Speech Magenta
📋 copy color: '#EE40E9'red 238 ◦ green 64 ◦ blue 233
Shades of Free Speech Magenta #EE40E9
Tints of Free Speech Magenta #EE40E9
RGB
CMYK
RGB Variations
Color information
#EE40E9 (or 0xEE40E9) is known color: Free Speech Magenta. HEX triplet: EE, 40 and E9. RGB value is (238,64,233). Sum of RGB (Red+Green+Blue) = 238+64+233=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40E9 is #11BF16. Grayscale: #868686. Windows color (decimal): -1163031 or 15286510. OLE color: 15286510.
HSL color Cylindrical-coordinate representation of color #EE40E9: hue angle of 301.72º 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 #EE40E9 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 233 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.07 |
| HSL | 301.72º | 0.84% | 0.59% | - |
| HSV(B) | 301.72º | 0.73% | 0.93% | - |
| XYZ | 51.8 | 27.73 | 79.71 | - |
| YUV | 135.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 233 | 0 | 0.73 | 0.02 | 0.07 | 301.72 | 0.84 | 0.59 |
| Hex | EE | 40 | E9 | 0 | 49 | 2 | 7 | 12E | 54 | 3B |
| Octal | 356 | 100 | 351 | 0 | 111 | 2 | 7 | 456 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11101001 | 0 | 1001001 | 10 | 111 | 100101110 | 1010100 | 111011 |
Color Harmonies of #EE40E9
Complementary color
Monochromatic Colors of #EE40E9
Black with #EE40E9
Text Example
Text Example
White with #EE40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40E9; }
p { color: rgb(238,64,233); }
H1.HeaderClassName
{
color: #EE40E9;
}
.AnyTagClassName
{
color: #EE40E9;
}
</style>
background-color css
<style>
a { background-color: #EE40E9; }
a { background-color: rgb(238,64,233); }
div.DivClassName
{
background-color: #EE40E9;
}
.BgClassName
{
background-color: #EE40E9;
}
</style>
border-color css
<style>
span { border-color: #EE40E9; }
span { border-color: rgb(238,64,233); }
td.TdClassName
{
border-color: #EE40E9;
}
.TagClassName
{
border-color: #EE40E9;
}
</style>