Html Css Color HEX #E149EA Free Speech Magenta
📋 copy color: '#E149EA'red 225 ◦ green 73 ◦ blue 234
Shades of Free Speech Magenta #E149EA
Tints of Free Speech Magenta #E149EA
RGB
CMYK
RGB Variations
Color information
#E149EA (or 0xE149EA) is known color: Free Speech Magenta. HEX triplet: E1, 49 and EA. RGB value is (225,73,234). Sum of RGB (Red+Green+Blue) = 225+73+234=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #E149EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149EA is #1EB615. Grayscale: #888888. Windows color (decimal): -2012694 or 15354337. OLE color: 15354337.
HSL color Cylindrical-coordinate representation of color #E149EA: hue angle of 296.65º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E149EA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 73 | 234 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.08 |
| HSL | 296.65º | 0.79% | 0.6% | - |
| HSV(B) | 296.65º | 0.69% | 0.92% | - |
| XYZ | 48.29 | 26.71 | 80.45 | - |
| YUV | 136.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 234 | 0.04 | 0.69 | 0 | 0.08 | 296.65 | 0.79 | 0.6 |
| Hex | E1 | 49 | EA | 4 | 45 | 0 | 8 | 129 | 4F | 3C |
| Octal | 341 | 111 | 352 | 4 | 105 | 0 | 10 | 451 | 117 | 74 |
| Binary | 11100001 | 1001001 | 11101010 | 100 | 1000101 | 0 | 1000 | 100101001 | 1001111 | 111100 |
Color Harmonies of #E149EA
Complementary color
Monochromatic Colors of #E149EA
Black with #E149EA
Text Example
Text Example
White with #E149EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149EA; }
p { color: rgb(225,73,234); }
H1.HeaderClassName
{
color: #E149EA;
}
.AnyTagClassName
{
color: #E149EA;
}
</style>
background-color css
<style>
a { background-color: #E149EA; }
a { background-color: rgb(225,73,234); }
div.DivClassName
{
background-color: #E149EA;
}
.BgClassName
{
background-color: #E149EA;
}
</style>
border-color css
<style>
span { border-color: #E149EA; }
span { border-color: rgb(225,73,234); }
td.TdClassName
{
border-color: #E149EA;
}
.TagClassName
{
border-color: #E149EA;
}
</style>