Html Css Color HEX #E035DF Free Speech Magenta
📋 copy color: '#E035DF'red 224 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #E035DF
Tints of Free Speech Magenta #E035DF
RGB
CMYK
RGB Variations
Color information
#E035DF (or 0xE035DF) is known color: Free Speech Magenta. HEX triplet: E0, 35 and DF. RGB value is (224,53,223). Sum of RGB (Red+Green+Blue) = 224+53+223=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E035DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035DF is #1FCA20. Grayscale: #7B7B7B. Windows color (decimal): -2083361 or 14628320. OLE color: 14628320.
HSL color Cylindrical-coordinate representation of color #E035DF: hue angle of 300.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035DF is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 223 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.12 |
| HSL | 300.35º | 0.73% | 0.54% | - |
| HSV(B) | 300.35º | 0.76% | 0.88% | - |
| XYZ | 45.33 | 23.72 | 72 | - |
| YUV | 123.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 223 | 0 | 0.76 | 0.00 | 0.12 | 300.35 | 0.73 | 0.54 |
| Hex | E0 | 35 | DF | 0 | 4C | 0 | C | 12C | 49 | 36 |
| Octal | 340 | 65 | 337 | 0 | 114 | 0 | 14 | 454 | 111 | 66 |
| Binary | 11100000 | 110101 | 11011111 | 0 | 1001100 | 0 | 1100 | 100101100 | 1001001 | 110110 |
Color Harmonies of #E035DF
Complementary color
Monochromatic Colors of #E035DF
Black with #E035DF
Text Example
Text Example
White with #E035DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E035DF; }
p { color: rgb(224,53,223); }
H1.HeaderClassName
{
color: #E035DF;
}
.AnyTagClassName
{
color: #E035DF;
}
</style>
background-color css
<style>
a { background-color: #E035DF; }
a { background-color: rgb(224,53,223); }
div.DivClassName
{
background-color: #E035DF;
}
.BgClassName
{
background-color: #E035DF;
}
</style>
border-color css
<style>
span { border-color: #E035DF; }
span { border-color: rgb(224,53,223); }
td.TdClassName
{
border-color: #E035DF;
}
.TagClassName
{
border-color: #E035DF;
}
</style>