Html Css Color HEX #E540F4 Free Speech Magenta
📋 copy color: '#E540F4'red 229 ◦ green 64 ◦ blue 244
Shades of Free Speech Magenta #E540F4
Tints of Free Speech Magenta #E540F4
RGB
CMYK
RGB Variations
Color information
#E540F4 (or 0xE540F4) is known color: Free Speech Magenta. HEX triplet: E5, 40 and F4. RGB value is (229,64,244). Sum of RGB (Red+Green+Blue) = 229+64+244=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #E540F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540F4 is #1ABF0B. Grayscale: #858585. Windows color (decimal): -1752844 or 16007397. OLE color: 16007397.
HSL color Cylindrical-coordinate representation of color #E540F4: hue angle of 295º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E540F4 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 64 | 244 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.04 |
| HSL | 295º | 0.89% | 0.6% | - |
| HSV(B) | 295º | 0.74% | 0.96% | - |
| XYZ | 50.48 | 26.86 | 88.11 | - |
| YUV | 133.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 244 | 0.06 | 0.74 | 0 | 0.04 | 295 | 0.89 | 0.6 |
| Hex | E5 | 40 | F4 | 6 | 4A | 0 | 4 | 127 | 59 | 3C |
| Octal | 345 | 100 | 364 | 6 | 112 | 0 | 4 | 447 | 131 | 74 |
| Binary | 11100101 | 1000000 | 11110100 | 110 | 1001010 | 0 | 100 | 100100111 | 1011001 | 111100 |
Color Harmonies of #E540F4
Complementary color
Monochromatic Colors of #E540F4
Black with #E540F4
Text Example
Text Example
White with #E540F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540F4; }
p { color: rgb(229,64,244); }
H1.HeaderClassName
{
color: #E540F4;
}
.AnyTagClassName
{
color: #E540F4;
}
</style>
background-color css
<style>
a { background-color: #E540F4; }
a { background-color: rgb(229,64,244); }
div.DivClassName
{
background-color: #E540F4;
}
.BgClassName
{
background-color: #E540F4;
}
</style>
border-color css
<style>
span { border-color: #E540F4; }
span { border-color: rgb(229,64,244); }
td.TdClassName
{
border-color: #E540F4;
}
.TagClassName
{
border-color: #E540F4;
}
</style>