Html Css Color HEX #E24FE0 Free Speech Magenta
📋 copy color: '#E24FE0'red 226 ◦ green 79 ◦ blue 224
Shades of Free Speech Magenta #E24FE0
Tints of Free Speech Magenta #E24FE0
RGB
CMYK
RGB Variations
Color information
#E24FE0 (or 0xE24FE0) is known color: Free Speech Magenta. HEX triplet: E2, 4F and E0. RGB value is (226,79,224). Sum of RGB (Red+Green+Blue) = 226+79+224=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FE0 is #1DB01F. Grayscale: #8B8B8B. Windows color (decimal): -1945632 or 14700514. OLE color: 14700514.
HSL color Cylindrical-coordinate representation of color #E24FE0: hue angle of 300.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FE0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 224 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.11 |
| HSL | 300.82º | 0.72% | 0.6% | - |
| HSV(B) | 300.82º | 0.65% | 0.89% | - |
| XYZ | 47.61 | 27.14 | 73.25 | - |
| YUV | 139.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 224 | 0 | 0.65 | 0.01 | 0.11 | 300.82 | 0.72 | 0.6 |
| Hex | E2 | 4F | E0 | 0 | 41 | 1 | B | 12D | 48 | 3C |
| Octal | 342 | 117 | 340 | 0 | 101 | 1 | 13 | 455 | 110 | 74 |
| Binary | 11100010 | 1001111 | 11100000 | 0 | 1000001 | 1 | 1011 | 100101101 | 1001000 | 111100 |
Color Harmonies of #E24FE0
Complementary color
Monochromatic Colors of #E24FE0
Black with #E24FE0
Text Example
Text Example
White with #E24FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FE0; }
p { color: rgb(226,79,224); }
H1.HeaderClassName
{
color: #E24FE0;
}
.AnyTagClassName
{
color: #E24FE0;
}
</style>
background-color css
<style>
a { background-color: #E24FE0; }
a { background-color: rgb(226,79,224); }
div.DivClassName
{
background-color: #E24FE0;
}
.BgClassName
{
background-color: #E24FE0;
}
</style>
border-color css
<style>
span { border-color: #E24FE0; }
span { border-color: rgb(226,79,224); }
td.TdClassName
{
border-color: #E24FE0;
}
.TagClassName
{
border-color: #E24FE0;
}
</style>