Html Css Color HEX #E540FA Free Speech Magenta
📋 copy color: '#E540FA'red 229 ◦ green 64 ◦ blue 250
Shades of Free Speech Magenta #E540FA
Tints of Free Speech Magenta #E540FA
RGB
CMYK
RGB Variations
Color information
#E540FA (or 0xE540FA) is known color: Free Speech Magenta. HEX triplet: E5, 40 and FA. RGB value is (229,64,250). Sum of RGB (Red+Green+Blue) = 229+64+250=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #E540FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540FA is #1ABF05. Grayscale: #858585. Windows color (decimal): -1752838 or 16400613. OLE color: 16400613.
HSL color Cylindrical-coordinate representation of color #E540FA: hue angle of 293.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E540FA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 64 | 250 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.02 |
| HSL | 293.23º | 0.95% | 0.62% | - |
| HSV(B) | 293.23º | 0.74% | 0.98% | - |
| XYZ | 51.4 | 27.23 | 92.99 | - |
| YUV | 134.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 250 | 0.08 | 0.74 | 0 | 0.02 | 293.23 | 0.95 | 0.62 |
| Hex | E5 | 40 | FA | 8 | 4A | 0 | 2 | 125 | 5F | 3E |
| Octal | 345 | 100 | 372 | 10 | 112 | 0 | 2 | 445 | 137 | 76 |
| Binary | 11100101 | 1000000 | 11111010 | 1000 | 1001010 | 0 | 10 | 100100101 | 1011111 | 111110 |
Color Harmonies of #E540FA
Complementary color
Monochromatic Colors of #E540FA
Black with #E540FA
Text Example
Text Example
White with #E540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540FA; }
p { color: rgb(229,64,250); }
H1.HeaderClassName
{
color: #E540FA;
}
.AnyTagClassName
{
color: #E540FA;
}
</style>
background-color css
<style>
a { background-color: #E540FA; }
a { background-color: rgb(229,64,250); }
div.DivClassName
{
background-color: #E540FA;
}
.BgClassName
{
background-color: #E540FA;
}
</style>
border-color css
<style>
span { border-color: #E540FA; }
span { border-color: rgb(229,64,250); }
td.TdClassName
{
border-color: #E540FA;
}
.TagClassName
{
border-color: #E540FA;
}
</style>