Html Css Color HEX #E353ED Free Speech Magenta
📋 copy color: '#E353ED'red 227 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #E353ED
Tints of Free Speech Magenta #E353ED
RGB
CMYK
RGB Variations
Color information
#E353ED (or 0xE353ED) is known color: Free Speech Magenta. HEX triplet: E3, 53 and ED. RGB value is (227,83,237). Sum of RGB (Red+Green+Blue) = 227+83+237=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E353ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E353ED is #1CAC12. Grayscale: #8F8F8F. Windows color (decimal): -1879059 or 15553507. OLE color: 15553507.
HSL color Cylindrical-coordinate representation of color #E353ED: hue angle of 296.1º 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 #E353ED is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 83 | 237 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.1º | 0.81% | 0.63% | - |
| HSV(B) | 296.1º | 0.65% | 0.93% | - |
| XYZ | 50.06 | 28.63 | 83.01 | - |
| YUV | 143.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 237 | 0.04 | 0.65 | 0 | 0.07 | 296.1 | 0.81 | 0.63 |
| Hex | E3 | 53 | ED | 4 | 41 | 0 | 7 | 128 | 51 | 3F |
| Octal | 343 | 123 | 355 | 4 | 101 | 0 | 7 | 450 | 121 | 77 |
| Binary | 11100011 | 1010011 | 11101101 | 100 | 1000001 | 0 | 111 | 100101000 | 1010001 | 111111 |
Color Harmonies of #E353ED
Complementary color
Monochromatic Colors of #E353ED
Black with #E353ED
Text Example
Text Example
White with #E353ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353ED; }
p { color: rgb(227,83,237); }
H1.HeaderClassName
{
color: #E353ED;
}
.AnyTagClassName
{
color: #E353ED;
}
</style>
background-color css
<style>
a { background-color: #E353ED; }
a { background-color: rgb(227,83,237); }
div.DivClassName
{
background-color: #E353ED;
}
.BgClassName
{
background-color: #E353ED;
}
</style>
border-color css
<style>
span { border-color: #E353ED; }
span { border-color: rgb(227,83,237); }
td.TdClassName
{
border-color: #E353ED;
}
.TagClassName
{
border-color: #E353ED;
}
</style>