Html Css Color HEX #E54AF1 Free Speech Magenta
📋 copy color: '#E54AF1'red 229 ◦ green 74 ◦ blue 241
Shades of Free Speech Magenta #E54AF1
Tints of Free Speech Magenta #E54AF1
RGB
CMYK
RGB Variations
Color information
#E54AF1 (or 0xE54AF1) is known color: Free Speech Magenta. HEX triplet: E5, 4A and F1. RGB value is (229,74,241). Sum of RGB (Red+Green+Blue) = 229+74+241=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #E54AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AF1 is #1AB50E. Grayscale: #8A8A8A. Windows color (decimal): -1750287 or 15813349. OLE color: 15813349.
HSL color Cylindrical-coordinate representation of color #E54AF1: hue angle of 295.69º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54AF1 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 74 | 241 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.05 |
| HSL | 295.69º | 0.86% | 0.62% | - |
| HSV(B) | 295.69º | 0.69% | 0.95% | - |
| XYZ | 50.64 | 27.91 | 85.94 | - |
| YUV | 139.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 241 | 0.05 | 0.69 | 0 | 0.05 | 295.69 | 0.86 | 0.62 |
| Hex | E5 | 4A | F1 | 5 | 45 | 0 | 5 | 128 | 56 | 3E |
| Octal | 345 | 112 | 361 | 5 | 105 | 0 | 5 | 450 | 126 | 76 |
| Binary | 11100101 | 1001010 | 11110001 | 101 | 1000101 | 0 | 101 | 100101000 | 1010110 | 111110 |
Color Harmonies of #E54AF1
Complementary color
Monochromatic Colors of #E54AF1
Black with #E54AF1
Text Example
Text Example
White with #E54AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AF1; }
p { color: rgb(229,74,241); }
H1.HeaderClassName
{
color: #E54AF1;
}
.AnyTagClassName
{
color: #E54AF1;
}
</style>
background-color css
<style>
a { background-color: #E54AF1; }
a { background-color: rgb(229,74,241); }
div.DivClassName
{
background-color: #E54AF1;
}
.BgClassName
{
background-color: #E54AF1;
}
</style>
border-color css
<style>
span { border-color: #E54AF1; }
span { border-color: rgb(229,74,241); }
td.TdClassName
{
border-color: #E54AF1;
}
.TagClassName
{
border-color: #E54AF1;
}
</style>