Html Css Color HEX #E049EA Free Speech Magenta
📋 copy color: '#E049EA'red 224 ◦ green 73 ◦ blue 234
Shades of Free Speech Magenta #E049EA
Tints of Free Speech Magenta #E049EA
RGB
CMYK
RGB Variations
Color information
#E049EA (or 0xE049EA) is known color: Free Speech Magenta. HEX triplet: E0, 49 and EA. RGB value is (224,73,234). Sum of RGB (Red+Green+Blue) = 224+73+234=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #E049EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049EA is #1FB615. Grayscale: #888888. Windows color (decimal): -2078230 or 15354336. OLE color: 15354336.
HSL color Cylindrical-coordinate representation of color #E049EA: hue angle of 296.27º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E049EA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 73 | 234 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.08 |
| HSL | 296.27º | 0.79% | 0.6% | - |
| HSV(B) | 296.27º | 0.69% | 0.92% | - |
| XYZ | 47.97 | 26.55 | 80.44 | - |
| YUV | 136.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 234 | 0.04 | 0.69 | 0 | 0.08 | 296.27 | 0.79 | 0.6 |
| Hex | E0 | 49 | EA | 4 | 45 | 0 | 8 | 128 | 4F | 3C |
| Octal | 340 | 111 | 352 | 4 | 105 | 0 | 10 | 450 | 117 | 74 |
| Binary | 11100000 | 1001001 | 11101010 | 100 | 1000101 | 0 | 1000 | 100101000 | 1001111 | 111100 |
Color Harmonies of #E049EA
Complementary color
Monochromatic Colors of #E049EA
Black with #E049EA
Text Example
Text Example
White with #E049EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E049EA; }
p { color: rgb(224,73,234); }
H1.HeaderClassName
{
color: #E049EA;
}
.AnyTagClassName
{
color: #E049EA;
}
</style>
background-color css
<style>
a { background-color: #E049EA; }
a { background-color: rgb(224,73,234); }
div.DivClassName
{
background-color: #E049EA;
}
.BgClassName
{
background-color: #E049EA;
}
</style>
border-color css
<style>
span { border-color: #E049EA; }
span { border-color: rgb(224,73,234); }
td.TdClassName
{
border-color: #E049EA;
}
.TagClassName
{
border-color: #E049EA;
}
</style>