Html Css Color HEX #E24EEF Free Speech Magenta
📋 copy color: '#E24EEF'red 226 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #E24EEF
Tints of Free Speech Magenta #E24EEF
RGB
CMYK
RGB Variations
Color information
#E24EEF (or 0xE24EEF) is known color: Free Speech Magenta. HEX triplet: E2, 4E and EF. RGB value is (226,78,239). Sum of RGB (Red+Green+Blue) = 226+78+239=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #E24EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E24EEF is #1DB110. Grayscale: #8C8C8C. Windows color (decimal): -1945873 or 15683298. OLE color: 15683298.
HSL color Cylindrical-coordinate representation of color #E24EEF: hue angle of 295.16º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24EEF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 78 | 239 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.06 |
| HSL | 295.16º | 0.83% | 0.62% | - |
| HSV(B) | 295.16º | 0.67% | 0.94% | - |
| XYZ | 49.67 | 27.85 | 84.42 | - |
| YUV | 140.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 78 | 239 | 0.05 | 0.67 | 0 | 0.06 | 295.16 | 0.83 | 0.62 |
| Hex | E2 | 4E | EF | 5 | 43 | 0 | 6 | 127 | 53 | 3E |
| Octal | 342 | 116 | 357 | 5 | 103 | 0 | 6 | 447 | 123 | 76 |
| Binary | 11100010 | 1001110 | 11101111 | 101 | 1000011 | 0 | 110 | 100100111 | 1010011 | 111110 |
Color Harmonies of #E24EEF
Complementary color
Monochromatic Colors of #E24EEF
Black with #E24EEF
Text Example
Text Example
White with #E24EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24EEF; }
p { color: rgb(226,78,239); }
H1.HeaderClassName
{
color: #E24EEF;
}
.AnyTagClassName
{
color: #E24EEF;
}
</style>
background-color css
<style>
a { background-color: #E24EEF; }
a { background-color: rgb(226,78,239); }
div.DivClassName
{
background-color: #E24EEF;
}
.BgClassName
{
background-color: #E24EEF;
}
</style>
border-color css
<style>
span { border-color: #E24EEF; }
span { border-color: rgb(226,78,239); }
td.TdClassName
{
border-color: #E24EEF;
}
.TagClassName
{
border-color: #E24EEF;
}
</style>