Html Css Color HEX #E24CEF Free Speech Magenta
📋 copy color: '#E24CEF'red 226 ◦ green 76 ◦ blue 239
Shades of Free Speech Magenta #E24CEF
Tints of Free Speech Magenta #E24CEF
RGB
CMYK
RGB Variations
Color information
#E24CEF (or 0xE24CEF) is known color: Free Speech Magenta. HEX triplet: E2, 4C and EF. RGB value is (226,76,239). Sum of RGB (Red+Green+Blue) = 226+76+239=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #E24CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24CEF is #1DB310. Grayscale: #8A8A8A. Windows color (decimal): -1946385 or 15682786. OLE color: 15682786.
HSL color Cylindrical-coordinate representation of color #E24CEF: hue angle of 295.21º 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 #E24CEF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 76 | 239 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.06 |
| HSL | 295.21º | 0.84% | 0.62% | - |
| HSV(B) | 295.21º | 0.68% | 0.94% | - |
| XYZ | 49.53 | 27.57 | 84.37 | - |
| YUV | 139.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 239 | 0.05 | 0.68 | 0 | 0.06 | 295.21 | 0.84 | 0.62 |
| Hex | E2 | 4C | EF | 5 | 44 | 0 | 6 | 127 | 54 | 3E |
| Octal | 342 | 114 | 357 | 5 | 104 | 0 | 6 | 447 | 124 | 76 |
| Binary | 11100010 | 1001100 | 11101111 | 101 | 1000100 | 0 | 110 | 100100111 | 1010100 | 111110 |
Color Harmonies of #E24CEF
Complementary color
Monochromatic Colors of #E24CEF
Black with #E24CEF
Text Example
Text Example
White with #E24CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CEF; }
p { color: rgb(226,76,239); }
H1.HeaderClassName
{
color: #E24CEF;
}
.AnyTagClassName
{
color: #E24CEF;
}
</style>
background-color css
<style>
a { background-color: #E24CEF; }
a { background-color: rgb(226,76,239); }
div.DivClassName
{
background-color: #E24CEF;
}
.BgClassName
{
background-color: #E24CEF;
}
</style>
border-color css
<style>
span { border-color: #E24CEF; }
span { border-color: rgb(226,76,239); }
td.TdClassName
{
border-color: #E24CEF;
}
.TagClassName
{
border-color: #E24CEF;
}
</style>