Html Css Color HEX #E449ED Free Speech Magenta
📋 copy color: '#E449ED'red 228 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #E449ED
Tints of Free Speech Magenta #E449ED
RGB
CMYK
RGB Variations
Color information
#E449ED (or 0xE449ED) is known color: Free Speech Magenta. HEX triplet: E4, 49 and ED. RGB value is (228,73,237). Sum of RGB (Red+Green+Blue) = 228+73+237=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #E449ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449ED is #1BB612. Grayscale: #898989. Windows color (decimal): -1816083 or 15550948. OLE color: 15550948.
HSL color Cylindrical-coordinate representation of color #E449ED: hue angle of 296.71º 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 #E449ED is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 73 | 237 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.07 |
| HSL | 296.71º | 0.82% | 0.61% | - |
| HSV(B) | 296.71º | 0.69% | 0.93% | - |
| XYZ | 49.66 | 27.37 | 82.79 | - |
| YUV | 138.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 237 | 0.04 | 0.69 | 0 | 0.07 | 296.71 | 0.82 | 0.61 |
| Hex | E4 | 49 | ED | 4 | 45 | 0 | 7 | 129 | 52 | 3D |
| Octal | 344 | 111 | 355 | 4 | 105 | 0 | 7 | 451 | 122 | 75 |
| Binary | 11100100 | 1001001 | 11101101 | 100 | 1000101 | 0 | 111 | 100101001 | 1010010 | 111101 |
Color Harmonies of #E449ED
Complementary color
Monochromatic Colors of #E449ED
Black with #E449ED
Text Example
Text Example
White with #E449ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449ED; }
p { color: rgb(228,73,237); }
H1.HeaderClassName
{
color: #E449ED;
}
.AnyTagClassName
{
color: #E449ED;
}
</style>
background-color css
<style>
a { background-color: #E449ED; }
a { background-color: rgb(228,73,237); }
div.DivClassName
{
background-color: #E449ED;
}
.BgClassName
{
background-color: #E449ED;
}
</style>
border-color css
<style>
span { border-color: #E449ED; }
span { border-color: rgb(228,73,237); }
td.TdClassName
{
border-color: #E449ED;
}
.TagClassName
{
border-color: #E449ED;
}
</style>