Html Css Color HEX #E149E4 Free Speech Magenta
📋 copy color: '#E149E4'red 225 ◦ green 73 ◦ blue 228
Shades of Free Speech Magenta #E149E4
Tints of Free Speech Magenta #E149E4
RGB
CMYK
RGB Variations
Color information
#E149E4 (or 0xE149E4) is known color: Free Speech Magenta. HEX triplet: E1, 49 and E4. RGB value is (225,73,228). Sum of RGB (Red+Green+Blue) = 225+73+228=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #E149E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149E4 is #1EB61B. Grayscale: #878787. Windows color (decimal): -2012700 or 14961121. OLE color: 14961121.
HSL color Cylindrical-coordinate representation of color #E149E4: hue angle of 298.84º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149E4 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 73 | 228 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.11 |
| HSL | 298.84º | 0.74% | 0.59% | - |
| HSV(B) | 298.84º | 0.68% | 0.89% | - |
| XYZ | 47.44 | 26.37 | 75.99 | - |
| YUV | 136.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 228 | 0.01 | 0.68 | 0 | 0.11 | 298.84 | 0.74 | 0.59 |
| Hex | E1 | 49 | E4 | 1 | 44 | 0 | B | 12B | 4A | 3B |
| Octal | 341 | 111 | 344 | 1 | 104 | 0 | 13 | 453 | 112 | 73 |
| Binary | 11100001 | 1001001 | 11100100 | 1 | 1000100 | 0 | 1011 | 100101011 | 1001010 | 111011 |
Color Harmonies of #E149E4
Complementary color
Monochromatic Colors of #E149E4
Black with #E149E4
Text Example
Text Example
White with #E149E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149E4; }
p { color: rgb(225,73,228); }
H1.HeaderClassName
{
color: #E149E4;
}
.AnyTagClassName
{
color: #E149E4;
}
</style>
background-color css
<style>
a { background-color: #E149E4; }
a { background-color: rgb(225,73,228); }
div.DivClassName
{
background-color: #E149E4;
}
.BgClassName
{
background-color: #E149E4;
}
</style>
border-color css
<style>
span { border-color: #E149E4; }
span { border-color: rgb(225,73,228); }
td.TdClassName
{
border-color: #E149E4;
}
.TagClassName
{
border-color: #E149E4;
}
</style>