Html Css Color HEX #E354ED Free Speech Magenta
📋 copy color: '#E354ED'red 227 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #E354ED
Tints of Free Speech Magenta #E354ED
RGB
CMYK
RGB Variations
Color information
#E354ED (or 0xE354ED) is known color: Free Speech Magenta. HEX triplet: E3, 54 and ED. RGB value is (227,84,237). Sum of RGB (Red+Green+Blue) = 227+84+237=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #E354ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E354ED is #1CAB12. Grayscale: #8F8F8F. Windows color (decimal): -1878803 or 15553763. OLE color: 15553763.
HSL color Cylindrical-coordinate representation of color #E354ED: hue angle of 296.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E354ED is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 84 | 237 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.08º | 0.81% | 0.63% | - |
| HSV(B) | 296.08º | 0.65% | 0.93% | - |
| XYZ | 50.13 | 28.79 | 83.03 | - |
| YUV | 144.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 237 | 0.04 | 0.65 | 0 | 0.07 | 296.08 | 0.81 | 0.63 |
| Hex | E3 | 54 | ED | 4 | 41 | 0 | 7 | 128 | 51 | 3F |
| Octal | 343 | 124 | 355 | 4 | 101 | 0 | 7 | 450 | 121 | 77 |
| Binary | 11100011 | 1010100 | 11101101 | 100 | 1000001 | 0 | 111 | 100101000 | 1010001 | 111111 |
Color Harmonies of #E354ED
Complementary color
Monochromatic Colors of #E354ED
Black with #E354ED
Text Example
Text Example
White with #E354ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E354ED; }
p { color: rgb(227,84,237); }
H1.HeaderClassName
{
color: #E354ED;
}
.AnyTagClassName
{
color: #E354ED;
}
</style>
background-color css
<style>
a { background-color: #E354ED; }
a { background-color: rgb(227,84,237); }
div.DivClassName
{
background-color: #E354ED;
}
.BgClassName
{
background-color: #E354ED;
}
</style>
border-color css
<style>
span { border-color: #E354ED; }
span { border-color: rgb(227,84,237); }
td.TdClassName
{
border-color: #E354ED;
}
.TagClassName
{
border-color: #E354ED;
}
</style>