Html Css Color HEX #E039E0 Free Speech Magenta
📋 copy color: '#E039E0'red 224 ◦ green 57 ◦ blue 224
Shades of Free Speech Magenta #E039E0
Tints of Free Speech Magenta #E039E0
RGB
CMYK
RGB Variations
Color information
#E039E0 (or 0xE039E0) is known color: Free Speech Magenta. HEX triplet: E0, 39 and E0. RGB value is (224,57,224). Sum of RGB (Red+Green+Blue) = 224+57+224=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 57 (22.66% from 255 or 11.29% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E039E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039E0 is #1FC61F. Grayscale: #7D7D7D. Windows color (decimal): -2082336 or 14694880. OLE color: 14694880.
HSL color Cylindrical-coordinate representation of color #E039E0: hue angle of 300º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E039E0 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 224 | - |
| CMYK | 0 | 0.75 | 0 | 0.12 |
| HSL | 300º | 0.73% | 0.55% | - |
| HSV(B) | 300º | 0.75% | 0.88% | - |
| XYZ | 45.66 | 24.16 | 72.78 | - |
| YUV | 125.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 224 | 0 | 0.75 | 0 | 0.12 | 300 | 0.73 | 0.55 |
| Hex | E0 | 39 | E0 | 0 | 4B | 0 | C | 12C | 49 | 37 |
| Octal | 340 | 71 | 340 | 0 | 113 | 0 | 14 | 454 | 111 | 67 |
| Binary | 11100000 | 111001 | 11100000 | 0 | 1001011 | 0 | 1100 | 100101100 | 1001001 | 110111 |
Color Harmonies of #E039E0
Complementary color
Monochromatic Colors of #E039E0
Black with #E039E0
Text Example
Text Example
White with #E039E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E039E0; }
p { color: rgb(224,57,224); }
H1.HeaderClassName
{
color: #E039E0;
}
.AnyTagClassName
{
color: #E039E0;
}
</style>
background-color css
<style>
a { background-color: #E039E0; }
a { background-color: rgb(224,57,224); }
div.DivClassName
{
background-color: #E039E0;
}
.BgClassName
{
background-color: #E039E0;
}
</style>
border-color css
<style>
span { border-color: #E039E0; }
span { border-color: rgb(224,57,224); }
td.TdClassName
{
border-color: #E039E0;
}
.TagClassName
{
border-color: #E039E0;
}
</style>