Html Css Color HEX #E149EC Free Speech Magenta
📋 copy color: '#E149EC'red 225 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #E149EC
Tints of Free Speech Magenta #E149EC
RGB
CMYK
RGB Variations
Color information
#E149EC (or 0xE149EC) is known color: Free Speech Magenta. HEX triplet: E1, 49 and EC. RGB value is (225,73,236). Sum of RGB (Red+Green+Blue) = 225+73+236=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #E149EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149EC is #1EB613. Grayscale: #888888. Windows color (decimal): -2012692 or 15485409. OLE color: 15485409.
HSL color Cylindrical-coordinate representation of color #E149EC: hue angle of 295.95º degrees, saturation: 0.81, 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 #E149EC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 73 | 236 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.07 |
| HSL | 295.95º | 0.81% | 0.61% | - |
| HSV(B) | 295.95º | 0.69% | 0.93% | - |
| XYZ | 48.57 | 26.83 | 81.98 | - |
| YUV | 137.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 236 | 0.05 | 0.69 | 0 | 0.07 | 295.95 | 0.81 | 0.61 |
| Hex | E1 | 49 | EC | 5 | 45 | 0 | 7 | 128 | 51 | 3D |
| Octal | 341 | 111 | 354 | 5 | 105 | 0 | 7 | 450 | 121 | 75 |
| Binary | 11100001 | 1001001 | 11101100 | 101 | 1000101 | 0 | 111 | 100101000 | 1010001 | 111101 |
Color Harmonies of #E149EC
Complementary color
Monochromatic Colors of #E149EC
Black with #E149EC
Text Example
Text Example
White with #E149EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149EC; }
p { color: rgb(225,73,236); }
H1.HeaderClassName
{
color: #E149EC;
}
.AnyTagClassName
{
color: #E149EC;
}
</style>
background-color css
<style>
a { background-color: #E149EC; }
a { background-color: rgb(225,73,236); }
div.DivClassName
{
background-color: #E149EC;
}
.BgClassName
{
background-color: #E149EC;
}
</style>
border-color css
<style>
span { border-color: #E149EC; }
span { border-color: rgb(225,73,236); }
td.TdClassName
{
border-color: #E149EC;
}
.TagClassName
{
border-color: #E149EC;
}
</style>