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