Html Css Color HEX #E05CED Free Speech Magenta
📋 copy color: '#E05CED'red 224 ◦ green 92 ◦ blue 237
Shades of Free Speech Magenta #E05CED
Tints of Free Speech Magenta #E05CED
RGB
CMYK
RGB Variations
Color information
#E05CED (or 0xE05CED) is known color: Free Speech Magenta. HEX triplet: E0, 5C and ED. RGB value is (224,92,237). Sum of RGB (Red+Green+Blue) = 224+92+237=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E05CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CED is #1FA312. Grayscale: #939393. Windows color (decimal): -2073363 or 15555808. OLE color: 15555808.
HSL color Cylindrical-coordinate representation of color #E05CED: hue angle of 294.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05CED is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 92 | 237 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.07 |
| HSL | 294.62º | 0.8% | 0.65% | - |
| HSV(B) | 294.62º | 0.61% | 0.93% | - |
| XYZ | 49.85 | 29.62 | 83.21 | - |
| YUV | 148 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 237 | 0.05 | 0.61 | 0 | 0.07 | 294.62 | 0.8 | 0.65 |
| Hex | E0 | 5C | ED | 5 | 3D | 0 | 7 | 127 | 50 | 41 |
| Octal | 340 | 134 | 355 | 5 | 75 | 0 | 7 | 447 | 120 | 101 |
| Binary | 11100000 | 1011100 | 11101101 | 101 | 111101 | 0 | 111 | 100100111 | 1010000 | 1000001 |
Color Harmonies of #E05CED
Complementary color
Monochromatic Colors of #E05CED
Black with #E05CED
Text Example
Text Example
White with #E05CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CED; }
p { color: rgb(224,92,237); }
H1.HeaderClassName
{
color: #E05CED;
}
.AnyTagClassName
{
color: #E05CED;
}
</style>
background-color css
<style>
a { background-color: #E05CED; }
a { background-color: rgb(224,92,237); }
div.DivClassName
{
background-color: #E05CED;
}
.BgClassName
{
background-color: #E05CED;
}
</style>
border-color css
<style>
span { border-color: #E05CED; }
span { border-color: rgb(224,92,237); }
td.TdClassName
{
border-color: #E05CED;
}
.TagClassName
{
border-color: #E05CED;
}
</style>