Html Css Color HEX #E350ED Free Speech Magenta
📋 copy color: '#E350ED'red 227 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #E350ED
Tints of Free Speech Magenta #E350ED
RGB
CMYK
RGB Variations
Color information
#E350ED (or 0xE350ED) is known color: Free Speech Magenta. HEX triplet: E3, 50 and ED. RGB value is (227,80,237). Sum of RGB (Red+Green+Blue) = 227+80+237=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #E350ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350ED is #1CAF12. Grayscale: #8D8D8D. Windows color (decimal): -1879827 or 15552739. OLE color: 15552739.
HSL color Cylindrical-coordinate representation of color #E350ED: hue angle of 296.18º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E350ED is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 80 | 237 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.07 |
| HSL | 296.18º | 0.81% | 0.62% | - |
| HSV(B) | 296.18º | 0.66% | 0.93% | - |
| XYZ | 49.83 | 28.18 | 82.93 | - |
| YUV | 141.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 237 | 0.04 | 0.66 | 0 | 0.07 | 296.18 | 0.81 | 0.62 |
| Hex | E3 | 50 | ED | 4 | 42 | 0 | 7 | 128 | 51 | 3E |
| Octal | 343 | 120 | 355 | 4 | 102 | 0 | 7 | 450 | 121 | 76 |
| Binary | 11100011 | 1010000 | 11101101 | 100 | 1000010 | 0 | 111 | 100101000 | 1010001 | 111110 |
Color Harmonies of #E350ED
Complementary color
Monochromatic Colors of #E350ED
Black with #E350ED
Text Example
Text Example
White with #E350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350ED; }
p { color: rgb(227,80,237); }
H1.HeaderClassName
{
color: #E350ED;
}
.AnyTagClassName
{
color: #E350ED;
}
</style>
background-color css
<style>
a { background-color: #E350ED; }
a { background-color: rgb(227,80,237); }
div.DivClassName
{
background-color: #E350ED;
}
.BgClassName
{
background-color: #E350ED;
}
</style>
border-color css
<style>
span { border-color: #E350ED; }
span { border-color: rgb(227,80,237); }
td.TdClassName
{
border-color: #E350ED;
}
.TagClassName
{
border-color: #E350ED;
}
</style>