Html Css Color HEX #E24DC8 Free Speech Magenta
📋 copy color: '#E24DC8'red 226 ◦ green 77 ◦ blue 200
Shades of Free Speech Magenta #E24DC8
Tints of Free Speech Magenta #E24DC8
RGB
CMYK
RGB Variations
Color information
#E24DC8 (or 0xE24DC8) is known color: Free Speech Magenta. HEX triplet: E2, 4D and C8. RGB value is (226,77,200). Sum of RGB (Red+Green+Blue) = 226+77+200=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DC8 is #1DB237. Grayscale: #878787. Windows color (decimal): -1946168 or 13127138. OLE color: 13127138.
HSL color Cylindrical-coordinate representation of color #E24DC8: hue angle of 310.47º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DC8 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 200 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.11 |
| HSL | 310.47º | 0.72% | 0.59% | - |
| HSV(B) | 310.47º | 0.66% | 0.89% | - |
| XYZ | 44.44 | 25.65 | 57.25 | - |
| YUV | 135.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 200 | 0 | 0.66 | 0.12 | 0.11 | 310.47 | 0.72 | 0.59 |
| Hex | E2 | 4D | C8 | 0 | 42 | C | B | 136 | 48 | 3B |
| Octal | 342 | 115 | 310 | 0 | 102 | 14 | 13 | 466 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11001000 | 0 | 1000010 | 1100 | 1011 | 100110110 | 1001000 | 111011 |
Color Harmonies of #E24DC8
Complementary color
Monochromatic Colors of #E24DC8
Black with #E24DC8
Text Example
Text Example
White with #E24DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DC8; }
p { color: rgb(226,77,200); }
H1.HeaderClassName
{
color: #E24DC8;
}
.AnyTagClassName
{
color: #E24DC8;
}
</style>
background-color css
<style>
a { background-color: #E24DC8; }
a { background-color: rgb(226,77,200); }
div.DivClassName
{
background-color: #E24DC8;
}
.BgClassName
{
background-color: #E24DC8;
}
</style>
border-color css
<style>
span { border-color: #E24DC8; }
span { border-color: rgb(226,77,200); }
td.TdClassName
{
border-color: #E24DC8;
}
.TagClassName
{
border-color: #E24DC8;
}
</style>