Html Css Color HEX #E039DF Free Speech Magenta
📋 copy color: '#E039DF'red 224 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #E039DF
Tints of Free Speech Magenta #E039DF
RGB
CMYK
RGB Variations
Color information
#E039DF (or 0xE039DF) is known color: Free Speech Magenta. HEX triplet: E0, 39 and DF. RGB value is (224,57,223). Sum of RGB (Red+Green+Blue) = 224+57+223=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E039DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039DF is #1FC620. Grayscale: #7D7D7D. Windows color (decimal): -2082337 or 14629344. OLE color: 14629344.
HSL color Cylindrical-coordinate representation of color #E039DF: hue angle of 300.36º 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 #E039DF is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 223 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.12 |
| HSL | 300.36º | 0.73% | 0.55% | - |
| HSV(B) | 300.36º | 0.75% | 0.88% | - |
| XYZ | 45.52 | 24.1 | 72.06 | - |
| YUV | 125.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 223 | 0 | 0.75 | 0.00 | 0.12 | 300.36 | 0.73 | 0.55 |
| Hex | E0 | 39 | DF | 0 | 4B | 0 | C | 12C | 49 | 37 |
| Octal | 340 | 71 | 337 | 0 | 113 | 0 | 14 | 454 | 111 | 67 |
| Binary | 11100000 | 111001 | 11011111 | 0 | 1001011 | 0 | 1100 | 100101100 | 1001001 | 110111 |
Color Harmonies of #E039DF
Complementary color
Monochromatic Colors of #E039DF
Black with #E039DF
Text Example
Text Example
White with #E039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E039DF; }
p { color: rgb(224,57,223); }
H1.HeaderClassName
{
color: #E039DF;
}
.AnyTagClassName
{
color: #E039DF;
}
</style>
background-color css
<style>
a { background-color: #E039DF; }
a { background-color: rgb(224,57,223); }
div.DivClassName
{
background-color: #E039DF;
}
.BgClassName
{
background-color: #E039DF;
}
</style>
border-color css
<style>
span { border-color: #E039DF; }
span { border-color: rgb(224,57,223); }
td.TdClassName
{
border-color: #E039DF;
}
.TagClassName
{
border-color: #E039DF;
}
</style>