Html Css Color HEX #E059ED Free Speech Magenta
📋 copy color: '#E059ED'red 224 ◦ green 89 ◦ blue 237
Shades of Free Speech Magenta #E059ED
Tints of Free Speech Magenta #E059ED
RGB
CMYK
RGB Variations
Color information
#E059ED (or 0xE059ED) is known color: Free Speech Magenta. HEX triplet: E0, 59 and ED. RGB value is (224,89,237). Sum of RGB (Red+Green+Blue) = 224+89+237=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 89 (35.16% from 255 or 16.18% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #E059ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059ED is #1FA612. Grayscale: #919191. Windows color (decimal): -2074131 or 15555040. OLE color: 15555040.
HSL color Cylindrical-coordinate representation of color #E059ED: hue angle of 294.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E059ED is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 89 | 237 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.07 |
| HSL | 294.73º | 0.8% | 0.64% | - |
| HSV(B) | 294.73º | 0.62% | 0.93% | - |
| XYZ | 49.6 | 29.11 | 83.12 | - |
| YUV | 146.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 237 | 0.05 | 0.62 | 0 | 0.07 | 294.73 | 0.8 | 0.64 |
| Hex | E0 | 59 | ED | 5 | 3E | 0 | 7 | 127 | 50 | 40 |
| Octal | 340 | 131 | 355 | 5 | 76 | 0 | 7 | 447 | 120 | 100 |
| Binary | 11100000 | 1011001 | 11101101 | 101 | 111110 | 0 | 111 | 100100111 | 1010000 | 1000000 |
Color Harmonies of #E059ED
Complementary color
Monochromatic Colors of #E059ED
Black with #E059ED
Text Example
Text Example
White with #E059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059ED; }
p { color: rgb(224,89,237); }
H1.HeaderClassName
{
color: #E059ED;
}
.AnyTagClassName
{
color: #E059ED;
}
</style>
background-color css
<style>
a { background-color: #E059ED; }
a { background-color: rgb(224,89,237); }
div.DivClassName
{
background-color: #E059ED;
}
.BgClassName
{
background-color: #E059ED;
}
</style>
border-color css
<style>
span { border-color: #E059ED; }
span { border-color: rgb(224,89,237); }
td.TdClassName
{
border-color: #E059ED;
}
.TagClassName
{
border-color: #E059ED;
}
</style>