Html Css Color HEX #E349ED Free Speech Magenta
📋 copy color: '#E349ED'red 227 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #E349ED
Tints of Free Speech Magenta #E349ED
RGB
CMYK
RGB Variations
Color information
#E349ED (or 0xE349ED) is known color: Free Speech Magenta. HEX triplet: E3, 49 and ED. RGB value is (227,73,237). Sum of RGB (Red+Green+Blue) = 227+73+237=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #E349ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349ED is #1CB612. Grayscale: #898989. Windows color (decimal): -1881619 or 15550947. OLE color: 15550947.
HSL color Cylindrical-coordinate representation of color #E349ED: hue angle of 296.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E349ED is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 73 | 237 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.07 |
| HSL | 296.34º | 0.82% | 0.61% | - |
| HSV(B) | 296.34º | 0.69% | 0.93% | - |
| XYZ | 49.35 | 27.21 | 82.77 | - |
| YUV | 137.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 237 | 0.04 | 0.69 | 0 | 0.07 | 296.34 | 0.82 | 0.61 |
| Hex | E3 | 49 | ED | 4 | 45 | 0 | 7 | 128 | 52 | 3D |
| Octal | 343 | 111 | 355 | 4 | 105 | 0 | 7 | 450 | 122 | 75 |
| Binary | 11100011 | 1001001 | 11101101 | 100 | 1000101 | 0 | 111 | 100101000 | 1010010 | 111101 |
Color Harmonies of #E349ED
Complementary color
Monochromatic Colors of #E349ED
Black with #E349ED
Text Example
Text Example
White with #E349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349ED; }
p { color: rgb(227,73,237); }
H1.HeaderClassName
{
color: #E349ED;
}
.AnyTagClassName
{
color: #E349ED;
}
</style>
background-color css
<style>
a { background-color: #E349ED; }
a { background-color: rgb(227,73,237); }
div.DivClassName
{
background-color: #E349ED;
}
.BgClassName
{
background-color: #E349ED;
}
</style>
border-color css
<style>
span { border-color: #E349ED; }
span { border-color: rgb(227,73,237); }
td.TdClassName
{
border-color: #E349ED;
}
.TagClassName
{
border-color: #E349ED;
}
</style>