Html Css Color HEX #E544E0 Free Speech Magenta
📋 copy color: '#E544E0'red 229 ◦ green 68 ◦ blue 224
Shades of Free Speech Magenta #E544E0
Tints of Free Speech Magenta #E544E0
RGB
CMYK
RGB Variations
Color information
#E544E0 (or 0xE544E0) is known color: Free Speech Magenta. HEX triplet: E5, 44 and E0. RGB value is (229,68,224). Sum of RGB (Red+Green+Blue) = 229+68+224=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E544E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544E0 is #1ABB1F. Grayscale: #858585. Windows color (decimal): -1751840 or 14697701. OLE color: 14697701.
HSL color Cylindrical-coordinate representation of color #E544E0: hue angle of 301.86º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544E0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 224 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.10 |
| HSL | 301.86º | 0.76% | 0.58% | - |
| HSV(B) | 301.86º | 0.7% | 0.9% | - |
| XYZ | 47.83 | 26.17 | 73.05 | - |
| YUV | 133.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 224 | 0 | 0.70 | 0.02 | 0.10 | 301.86 | 0.76 | 0.58 |
| Hex | E5 | 44 | E0 | 0 | 46 | 2 | A | 12E | 4C | 3A |
| Octal | 345 | 104 | 340 | 0 | 106 | 2 | 12 | 456 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11100000 | 0 | 1000110 | 10 | 1010 | 100101110 | 1001100 | 111010 |
Color Harmonies of #E544E0
Complementary color
Monochromatic Colors of #E544E0
Black with #E544E0
Text Example
Text Example
White with #E544E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544E0; }
p { color: rgb(229,68,224); }
H1.HeaderClassName
{
color: #E544E0;
}
.AnyTagClassName
{
color: #E544E0;
}
</style>
background-color css
<style>
a { background-color: #E544E0; }
a { background-color: rgb(229,68,224); }
div.DivClassName
{
background-color: #E544E0;
}
.BgClassName
{
background-color: #E544E0;
}
</style>
border-color css
<style>
span { border-color: #E544E0; }
span { border-color: rgb(229,68,224); }
td.TdClassName
{
border-color: #E544E0;
}
.TagClassName
{
border-color: #E544E0;
}
</style>