Html Css Color HEX #E05DE0 Free Speech Magenta
📋 copy color: '#E05DE0'red 224 ◦ green 93 ◦ blue 224
Shades of Free Speech Magenta #E05DE0
Tints of Free Speech Magenta #E05DE0
RGB
CMYK
RGB Variations
Color information
#E05DE0 (or 0xE05DE0) is known color: Free Speech Magenta. HEX triplet: E0, 5D and E0. RGB value is (224,93,224). Sum of RGB (Red+Green+Blue) = 224+93+224=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E05DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DE0 is #1FA21F. Grayscale: #929292. Windows color (decimal): -2073120 or 14704096. OLE color: 14704096.
HSL color Cylindrical-coordinate representation of color #E05DE0: hue angle of 300º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DE0 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 224 | - |
| CMYK | 0 | 0.58 | 0 | 0.12 |
| HSL | 300º | 0.68% | 0.62% | - |
| HSV(B) | 300º | 0.58% | 0.88% | - |
| XYZ | 48.11 | 29.06 | 73.59 | - |
| YUV | 147.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 224 | 0 | 0.58 | 0 | 0.12 | 300 | 0.68 | 0.62 |
| Hex | E0 | 5D | E0 | 0 | 3A | 0 | C | 12C | 44 | 3E |
| Octal | 340 | 135 | 340 | 0 | 72 | 0 | 14 | 454 | 104 | 76 |
| Binary | 11100000 | 1011101 | 11100000 | 0 | 111010 | 0 | 1100 | 100101100 | 1000100 | 111110 |
Color Harmonies of #E05DE0
Complementary color
Monochromatic Colors of #E05DE0
Black with #E05DE0
Text Example
Text Example
White with #E05DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DE0; }
p { color: rgb(224,93,224); }
H1.HeaderClassName
{
color: #E05DE0;
}
.AnyTagClassName
{
color: #E05DE0;
}
</style>
background-color css
<style>
a { background-color: #E05DE0; }
a { background-color: rgb(224,93,224); }
div.DivClassName
{
background-color: #E05DE0;
}
.BgClassName
{
background-color: #E05DE0;
}
</style>
border-color css
<style>
span { border-color: #E05DE0; }
span { border-color: rgb(224,93,224); }
td.TdClassName
{
border-color: #E05DE0;
}
.TagClassName
{
border-color: #E05DE0;
}
</style>