Html Css Color HEX #E541EF Free Speech Magenta
📋 copy color: '#E541EF'red 229 ◦ green 65 ◦ blue 239
Shades of Free Speech Magenta #E541EF
Tints of Free Speech Magenta #E541EF
RGB
CMYK
RGB Variations
Color information
#E541EF (or 0xE541EF) is known color: Free Speech Magenta. HEX triplet: E5, 41 and EF. RGB value is (229,65,239). Sum of RGB (Red+Green+Blue) = 229+65+239=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 65 (25.78% from 255 or 12.20% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #E541EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541EF is #1ABE10. Grayscale: #858585. Windows color (decimal): -1752593 or 15679973. OLE color: 15679973.
HSL color Cylindrical-coordinate representation of color #E541EF: hue angle of 296.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E541EF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 65 | 239 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.06 |
| HSL | 296.55º | 0.84% | 0.6% | - |
| HSV(B) | 296.55º | 0.73% | 0.94% | - |
| XYZ | 49.78 | 26.67 | 84.19 | - |
| YUV | 133.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 239 | 0.04 | 0.73 | 0 | 0.06 | 296.55 | 0.84 | 0.6 |
| Hex | E5 | 41 | EF | 4 | 49 | 0 | 6 | 129 | 54 | 3C |
| Octal | 345 | 101 | 357 | 4 | 111 | 0 | 6 | 451 | 124 | 74 |
| Binary | 11100101 | 1000001 | 11101111 | 100 | 1001001 | 0 | 110 | 100101001 | 1010100 | 111100 |
Color Harmonies of #E541EF
Complementary color
Monochromatic Colors of #E541EF
Black with #E541EF
Text Example
Text Example
White with #E541EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541EF; }
p { color: rgb(229,65,239); }
H1.HeaderClassName
{
color: #E541EF;
}
.AnyTagClassName
{
color: #E541EF;
}
</style>
background-color css
<style>
a { background-color: #E541EF; }
a { background-color: rgb(229,65,239); }
div.DivClassName
{
background-color: #E541EF;
}
.BgClassName
{
background-color: #E541EF;
}
</style>
border-color css
<style>
span { border-color: #E541EF; }
span { border-color: rgb(229,65,239); }
td.TdClassName
{
border-color: #E541EF;
}
.TagClassName
{
border-color: #E541EF;
}
</style>