Html Css Color HEX #E351ED Free Speech Magenta
📋 copy color: '#E351ED'red 227 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #E351ED
Tints of Free Speech Magenta #E351ED
RGB
CMYK
RGB Variations
Color information
#E351ED (or 0xE351ED) is known color: Free Speech Magenta. HEX triplet: E3, 51 and ED. RGB value is (227,81,237). Sum of RGB (Red+Green+Blue) = 227+81+237=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 81 (32.03% from 255 or 14.86% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #E351ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E351ED is #1CAE12. Grayscale: #8D8D8D. Windows color (decimal): -1879571 or 15552995. OLE color: 15552995.
HSL color Cylindrical-coordinate representation of color #E351ED: hue angle of 296.15º 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 #E351ED is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 81 | 237 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.07 |
| HSL | 296.15º | 0.81% | 0.62% | - |
| HSV(B) | 296.15º | 0.66% | 0.93% | - |
| XYZ | 49.91 | 28.33 | 82.96 | - |
| YUV | 142.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 237 | 0.04 | 0.66 | 0 | 0.07 | 296.15 | 0.81 | 0.62 |
| Hex | E3 | 51 | ED | 4 | 42 | 0 | 7 | 128 | 51 | 3E |
| Octal | 343 | 121 | 355 | 4 | 102 | 0 | 7 | 450 | 121 | 76 |
| Binary | 11100011 | 1010001 | 11101101 | 100 | 1000010 | 0 | 111 | 100101000 | 1010001 | 111110 |
Color Harmonies of #E351ED
Complementary color
Monochromatic Colors of #E351ED
Black with #E351ED
Text Example
Text Example
White with #E351ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E351ED; }
p { color: rgb(227,81,237); }
H1.HeaderClassName
{
color: #E351ED;
}
.AnyTagClassName
{
color: #E351ED;
}
</style>
background-color css
<style>
a { background-color: #E351ED; }
a { background-color: rgb(227,81,237); }
div.DivClassName
{
background-color: #E351ED;
}
.BgClassName
{
background-color: #E351ED;
}
</style>
border-color css
<style>
span { border-color: #E351ED; }
span { border-color: rgb(227,81,237); }
td.TdClassName
{
border-color: #E351ED;
}
.TagClassName
{
border-color: #E351ED;
}
</style>