Html Css Color HEX #E542FA Free Speech Magenta
📋 copy color: '#E542FA'red 229 ◦ green 66 ◦ blue 250
Shades of Free Speech Magenta #E542FA
Tints of Free Speech Magenta #E542FA
RGB
CMYK
RGB Variations
Color information
#E542FA (or 0xE542FA) is known color: Free Speech Magenta. HEX triplet: E5, 42 and FA. RGB value is (229,66,250). Sum of RGB (Red+Green+Blue) = 229+66+250=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #E542FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542FA is #1ABD05. Grayscale: #878787. Windows color (decimal): -1752326 or 16401125. OLE color: 16401125.
HSL color Cylindrical-coordinate representation of color #E542FA: hue angle of 293.15º 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 #E542FA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 66 | 250 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.02 |
| HSL | 293.15º | 0.95% | 0.62% | - |
| HSV(B) | 293.15º | 0.74% | 0.98% | - |
| XYZ | 51.52 | 27.46 | 93.03 | - |
| YUV | 135.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 250 | 0.08 | 0.74 | 0 | 0.02 | 293.15 | 0.95 | 0.62 |
| Hex | E5 | 42 | FA | 8 | 4A | 0 | 2 | 125 | 5F | 3E |
| Octal | 345 | 102 | 372 | 10 | 112 | 0 | 2 | 445 | 137 | 76 |
| Binary | 11100101 | 1000010 | 11111010 | 1000 | 1001010 | 0 | 10 | 100100101 | 1011111 | 111110 |
Color Harmonies of #E542FA
Complementary color
Monochromatic Colors of #E542FA
Black with #E542FA
Text Example
Text Example
White with #E542FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542FA; }
p { color: rgb(229,66,250); }
H1.HeaderClassName
{
color: #E542FA;
}
.AnyTagClassName
{
color: #E542FA;
}
</style>
background-color css
<style>
a { background-color: #E542FA; }
a { background-color: rgb(229,66,250); }
div.DivClassName
{
background-color: #E542FA;
}
.BgClassName
{
background-color: #E542FA;
}
</style>
border-color css
<style>
span { border-color: #E542FA; }
span { border-color: rgb(229,66,250); }
td.TdClassName
{
border-color: #E542FA;
}
.TagClassName
{
border-color: #E542FA;
}
</style>