Html Css Color HEX #E24DC7 Free Speech Magenta
📋 copy color: '#E24DC7'red 226 ◦ green 77 ◦ blue 199
Shades of Free Speech Magenta #E24DC7
Tints of Free Speech Magenta #E24DC7
RGB
CMYK
RGB Variations
Color information
#E24DC7 (or 0xE24DC7) is known color: Free Speech Magenta. HEX triplet: E2, 4D and C7. RGB value is (226,77,199). Sum of RGB (Red+Green+Blue) = 226+77+199=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DC7 is #1DB238. Grayscale: #878787. Windows color (decimal): -1946169 or 13061602. OLE color: 13061602.
HSL color Cylindrical-coordinate representation of color #E24DC7: hue angle of 310.87º 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 #E24DC7 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 199 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.11 |
| HSL | 310.87º | 0.72% | 0.59% | - |
| HSV(B) | 310.87º | 0.66% | 0.89% | - |
| XYZ | 44.33 | 25.6 | 56.64 | - |
| YUV | 135.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 199 | 0 | 0.66 | 0.12 | 0.11 | 310.87 | 0.72 | 0.59 |
| Hex | E2 | 4D | C7 | 0 | 42 | C | B | 137 | 48 | 3B |
| Octal | 342 | 115 | 307 | 0 | 102 | 14 | 13 | 467 | 110 | 73 |
| Binary | 11100010 | 1001101 | 11000111 | 0 | 1000010 | 1100 | 1011 | 100110111 | 1001000 | 111011 |
Color Harmonies of #E24DC7
Complementary color
Monochromatic Colors of #E24DC7
Black with #E24DC7
Text Example
Text Example
White with #E24DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DC7; }
p { color: rgb(226,77,199); }
H1.HeaderClassName
{
color: #E24DC7;
}
.AnyTagClassName
{
color: #E24DC7;
}
</style>
background-color css
<style>
a { background-color: #E24DC7; }
a { background-color: rgb(226,77,199); }
div.DivClassName
{
background-color: #E24DC7;
}
.BgClassName
{
background-color: #E24DC7;
}
</style>
border-color css
<style>
span { border-color: #E24DC7; }
span { border-color: rgb(226,77,199); }
td.TdClassName
{
border-color: #E24DC7;
}
.TagClassName
{
border-color: #E24DC7;
}
</style>