Html Css Color HEX #E849E5 Free Speech Magenta
📋 copy color: '#E849E5'red 232 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #E849E5
Tints of Free Speech Magenta #E849E5
RGB
CMYK
RGB Variations
Color information
#E849E5 (or 0xE849E5) is known color: Free Speech Magenta. HEX triplet: E8, 49 and E5. RGB value is (232,73,229). Sum of RGB (Red+Green+Blue) = 232+73+229=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E849E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849E5 is #17B61A. Grayscale: #898989. Windows color (decimal): -1553947 or 15026664. OLE color: 15026664.
HSL color Cylindrical-coordinate representation of color #E849E5: hue angle of 301.13º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849E5 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 229 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.09 |
| HSL | 301.13º | 0.78% | 0.6% | - |
| HSV(B) | 301.13º | 0.69% | 0.91% | - |
| XYZ | 49.8 | 27.58 | 76.83 | - |
| YUV | 138.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 229 | 0 | 0.69 | 0.01 | 0.09 | 301.13 | 0.78 | 0.6 |
| Hex | E8 | 49 | E5 | 0 | 45 | 1 | 9 | 12D | 4E | 3C |
| Octal | 350 | 111 | 345 | 0 | 105 | 1 | 11 | 455 | 116 | 74 |
| Binary | 11101000 | 1001001 | 11100101 | 0 | 1000101 | 1 | 1001 | 100101101 | 1001110 | 111100 |
Color Harmonies of #E849E5
Complementary color
Monochromatic Colors of #E849E5
Black with #E849E5
Text Example
Text Example
White with #E849E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849E5; }
p { color: rgb(232,73,229); }
H1.HeaderClassName
{
color: #E849E5;
}
.AnyTagClassName
{
color: #E849E5;
}
</style>
background-color css
<style>
a { background-color: #E849E5; }
a { background-color: rgb(232,73,229); }
div.DivClassName
{
background-color: #E849E5;
}
.BgClassName
{
background-color: #E849E5;
}
</style>
border-color css
<style>
span { border-color: #E849E5; }
span { border-color: rgb(232,73,229); }
td.TdClassName
{
border-color: #E849E5;
}
.TagClassName
{
border-color: #E849E5;
}
</style>