Html Css Color HEX #E541E6 Free Speech Magenta
📋 copy color: '#E541E6'red 229 ◦ green 65 ◦ blue 230
Shades of Free Speech Magenta #E541E6
Tints of Free Speech Magenta #E541E6
RGB
CMYK
RGB Variations
Color information
#E541E6 (or 0xE541E6) is known color: Free Speech Magenta. HEX triplet: E5, 41 and E6. RGB value is (229,65,230). Sum of RGB (Red+Green+Blue) = 229+65+230=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #E541E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541E6 is #1ABE19. Grayscale: #848484. Windows color (decimal): -1752602 or 15090149. OLE color: 15090149.
HSL color Cylindrical-coordinate representation of color #E541E6: hue angle of 299.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541E6 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 230 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.10 |
| HSL | 299.64º | 0.77% | 0.58% | - |
| HSV(B) | 299.64º | 0.72% | 0.9% | - |
| XYZ | 48.49 | 26.15 | 77.36 | - |
| YUV | 132.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 230 | 0.00 | 0.72 | 0 | 0.10 | 299.64 | 0.77 | 0.58 |
| Hex | E5 | 41 | E6 | 0 | 48 | 0 | A | 12C | 4D | 3A |
| Octal | 345 | 101 | 346 | 0 | 110 | 0 | 12 | 454 | 115 | 72 |
| Binary | 11100101 | 1000001 | 11100110 | 0 | 1001000 | 0 | 1010 | 100101100 | 1001101 | 111010 |
Color Harmonies of #E541E6
Complementary color
Monochromatic Colors of #E541E6
Black with #E541E6
Text Example
Text Example
White with #E541E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541E6; }
p { color: rgb(229,65,230); }
H1.HeaderClassName
{
color: #E541E6;
}
.AnyTagClassName
{
color: #E541E6;
}
</style>
background-color css
<style>
a { background-color: #E541E6; }
a { background-color: rgb(229,65,230); }
div.DivClassName
{
background-color: #E541E6;
}
.BgClassName
{
background-color: #E541E6;
}
</style>
border-color css
<style>
span { border-color: #E541E6; }
span { border-color: rgb(229,65,230); }
td.TdClassName
{
border-color: #E541E6;
}
.TagClassName
{
border-color: #E541E6;
}
</style>