Html Css Color HEX #E05DE4 Free Speech Magenta
📋 copy color: '#E05DE4'red 224 ◦ green 93 ◦ blue 228
Shades of Free Speech Magenta #E05DE4
Tints of Free Speech Magenta #E05DE4
RGB
CMYK
RGB Variations
Color information
#E05DE4 (or 0xE05DE4) is known color: Free Speech Magenta. HEX triplet: E0, 5D and E4. RGB value is (224,93,228). Sum of RGB (Red+Green+Blue) = 224+93+228=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #E05DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DE4 is #1FA21B. Grayscale: #939393. Windows color (decimal): -2073116 or 14966240. OLE color: 14966240.
HSL color Cylindrical-coordinate representation of color #E05DE4: hue angle of 298.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05DE4 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 93 | 228 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.11 |
| HSL | 298.22º | 0.71% | 0.63% | - |
| HSV(B) | 298.22º | 0.59% | 0.89% | - |
| XYZ | 48.66 | 29.28 | 76.49 | - |
| YUV | 147.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 228 | 0.02 | 0.59 | 0 | 0.11 | 298.22 | 0.71 | 0.63 |
| Hex | E0 | 5D | E4 | 2 | 3B | 0 | B | 12A | 47 | 3F |
| Octal | 340 | 135 | 344 | 2 | 73 | 0 | 13 | 452 | 107 | 77 |
| Binary | 11100000 | 1011101 | 11100100 | 10 | 111011 | 0 | 1011 | 100101010 | 1000111 | 111111 |
Color Harmonies of #E05DE4
Complementary color
Monochromatic Colors of #E05DE4
Black with #E05DE4
Text Example
Text Example
White with #E05DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DE4; }
p { color: rgb(224,93,228); }
H1.HeaderClassName
{
color: #E05DE4;
}
.AnyTagClassName
{
color: #E05DE4;
}
</style>
background-color css
<style>
a { background-color: #E05DE4; }
a { background-color: rgb(224,93,228); }
div.DivClassName
{
background-color: #E05DE4;
}
.BgClassName
{
background-color: #E05DE4;
}
</style>
border-color css
<style>
span { border-color: #E05DE4; }
span { border-color: rgb(224,93,228); }
td.TdClassName
{
border-color: #E05DE4;
}
.TagClassName
{
border-color: #E05DE4;
}
</style>