Html Css Color HEX #E24FDD Free Speech Magenta
📋 copy color: '#E24FDD'red 226 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #E24FDD
Tints of Free Speech Magenta #E24FDD
RGB
CMYK
RGB Variations
Color information
#E24FDD (or 0xE24FDD) is known color: Free Speech Magenta. HEX triplet: E2, 4F and DD. RGB value is (226,79,221). Sum of RGB (Red+Green+Blue) = 226+79+221=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FDD is #1DB022. Grayscale: #8A8A8A. Windows color (decimal): -1945635 or 14503906. OLE color: 14503906.
HSL color Cylindrical-coordinate representation of color #E24FDD: hue angle of 302.04º 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 #E24FDD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 221 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.11 |
| HSL | 302.04º | 0.72% | 0.6% | - |
| HSV(B) | 302.04º | 0.65% | 0.89% | - |
| XYZ | 47.21 | 26.98 | 71.13 | - |
| YUV | 139.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 221 | 0 | 0.65 | 0.02 | 0.11 | 302.04 | 0.72 | 0.6 |
| Hex | E2 | 4F | DD | 0 | 41 | 2 | B | 12E | 48 | 3C |
| Octal | 342 | 117 | 335 | 0 | 101 | 2 | 13 | 456 | 110 | 74 |
| Binary | 11100010 | 1001111 | 11011101 | 0 | 1000001 | 10 | 1011 | 100101110 | 1001000 | 111100 |
Color Harmonies of #E24FDD
Complementary color
Monochromatic Colors of #E24FDD
Black with #E24FDD
Text Example
Text Example
White with #E24FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FDD; }
p { color: rgb(226,79,221); }
H1.HeaderClassName
{
color: #E24FDD;
}
.AnyTagClassName
{
color: #E24FDD;
}
</style>
background-color css
<style>
a { background-color: #E24FDD; }
a { background-color: rgb(226,79,221); }
div.DivClassName
{
background-color: #E24FDD;
}
.BgClassName
{
background-color: #E24FDD;
}
</style>
border-color css
<style>
span { border-color: #E24FDD; }
span { border-color: rgb(226,79,221); }
td.TdClassName
{
border-color: #E24FDD;
}
.TagClassName
{
border-color: #E24FDD;
}
</style>