Html Css Color HEX #EE40EA Free Speech Magenta
📋 copy color: '#EE40EA'red 238 ◦ green 64 ◦ blue 234
Shades of Free Speech Magenta #EE40EA
Tints of Free Speech Magenta #EE40EA
RGB
CMYK
RGB Variations
Color information
#EE40EA (or 0xEE40EA) is known color: Free Speech Magenta. HEX triplet: EE, 40 and EA. RGB value is (238,64,234). Sum of RGB (Red+Green+Blue) = 238+64+234=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE40EA is #11BF15. Grayscale: #868686. Windows color (decimal): -1163030 or 15352046. OLE color: 15352046.
HSL color Cylindrical-coordinate representation of color #EE40EA: hue angle of 301.38º 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 #EE40EA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 234 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.07 |
| HSL | 301.38º | 0.84% | 0.59% | - |
| HSV(B) | 301.38º | 0.73% | 0.93% | - |
| XYZ | 51.94 | 27.78 | 80.47 | - |
| YUV | 135.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 234 | 0 | 0.73 | 0.02 | 0.07 | 301.38 | 0.84 | 0.59 |
| Hex | EE | 40 | EA | 0 | 49 | 2 | 7 | 12D | 54 | 3B |
| Octal | 356 | 100 | 352 | 0 | 111 | 2 | 7 | 455 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11101010 | 0 | 1001001 | 10 | 111 | 100101101 | 1010100 | 111011 |
Color Harmonies of #EE40EA
Complementary color
Monochromatic Colors of #EE40EA
Black with #EE40EA
Text Example
Text Example
White with #EE40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40EA; }
p { color: rgb(238,64,234); }
H1.HeaderClassName
{
color: #EE40EA;
}
.AnyTagClassName
{
color: #EE40EA;
}
</style>
background-color css
<style>
a { background-color: #EE40EA; }
a { background-color: rgb(238,64,234); }
div.DivClassName
{
background-color: #EE40EA;
}
.BgClassName
{
background-color: #EE40EA;
}
</style>
border-color css
<style>
span { border-color: #EE40EA; }
span { border-color: rgb(238,64,234); }
td.TdClassName
{
border-color: #EE40EA;
}
.TagClassName
{
border-color: #EE40EA;
}
</style>