Html Css Color HEX #E549EE Free Speech Magenta
📋 copy color: '#E549EE'red 229 ◦ green 73 ◦ blue 238
Shades of Free Speech Magenta #E549EE
Tints of Free Speech Magenta #E549EE
RGB
CMYK
RGB Variations
Color information
#E549EE (or 0xE549EE) is known color: Free Speech Magenta. HEX triplet: E5, 49 and EE. RGB value is (229,73,238). Sum of RGB (Red+Green+Blue) = 229+73+238=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #E549EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E549EE is #1AB611. Grayscale: #898989. Windows color (decimal): -1750546 or 15616485. OLE color: 15616485.
HSL color Cylindrical-coordinate representation of color #E549EE: hue angle of 296.73º degrees, saturation: 0.83, 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 #E549EE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 73 | 238 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.07 |
| HSL | 296.73º | 0.83% | 0.61% | - |
| HSV(B) | 296.73º | 0.69% | 0.93% | - |
| XYZ | 50.13 | 27.6 | 83.57 | - |
| YUV | 138.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 238 | 0.04 | 0.69 | 0 | 0.07 | 296.73 | 0.83 | 0.61 |
| Hex | E5 | 49 | EE | 4 | 45 | 0 | 7 | 129 | 53 | 3D |
| Octal | 345 | 111 | 356 | 4 | 105 | 0 | 7 | 451 | 123 | 75 |
| Binary | 11100101 | 1001001 | 11101110 | 100 | 1000101 | 0 | 111 | 100101001 | 1010011 | 111101 |
Color Harmonies of #E549EE
Complementary color
Monochromatic Colors of #E549EE
Black with #E549EE
Text Example
Text Example
White with #E549EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E549EE; }
p { color: rgb(229,73,238); }
H1.HeaderClassName
{
color: #E549EE;
}
.AnyTagClassName
{
color: #E549EE;
}
</style>
background-color css
<style>
a { background-color: #E549EE; }
a { background-color: rgb(229,73,238); }
div.DivClassName
{
background-color: #E549EE;
}
.BgClassName
{
background-color: #E549EE;
}
</style>
border-color css
<style>
span { border-color: #E549EE; }
span { border-color: rgb(229,73,238); }
td.TdClassName
{
border-color: #E549EE;
}
.TagClassName
{
border-color: #E549EE;
}
</style>