Html Css Color HEX #E54CF2 Free Speech Magenta
📋 copy color: '#E54CF2'red 229 ◦ green 76 ◦ blue 242
Shades of Free Speech Magenta #E54CF2
Tints of Free Speech Magenta #E54CF2
RGB
CMYK
RGB Variations
Color information
#E54CF2 (or 0xE54CF2) is known color: Free Speech Magenta. HEX triplet: E5, 4C and F2. RGB value is (229,76,242). Sum of RGB (Red+Green+Blue) = 229+76+242=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #E54CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CF2 is #1AB30D. Grayscale: #8C8C8C. Windows color (decimal): -1749774 or 15879397. OLE color: 15879397.
HSL color Cylindrical-coordinate representation of color #E54CF2: hue angle of 295.3º 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 #E54CF2 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 76 | 242 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.05 |
| HSL | 295.3º | 0.86% | 0.62% | - |
| HSV(B) | 295.3º | 0.69% | 0.95% | - |
| XYZ | 50.92 | 28.24 | 86.77 | - |
| YUV | 140.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 242 | 0.05 | 0.69 | 0 | 0.05 | 295.3 | 0.86 | 0.62 |
| Hex | E5 | 4C | F2 | 5 | 45 | 0 | 5 | 127 | 56 | 3E |
| Octal | 345 | 114 | 362 | 5 | 105 | 0 | 5 | 447 | 126 | 76 |
| Binary | 11100101 | 1001100 | 11110010 | 101 | 1000101 | 0 | 101 | 100100111 | 1010110 | 111110 |
Color Harmonies of #E54CF2
Complementary color
Monochromatic Colors of #E54CF2
Black with #E54CF2
Text Example
Text Example
White with #E54CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CF2; }
p { color: rgb(229,76,242); }
H1.HeaderClassName
{
color: #E54CF2;
}
.AnyTagClassName
{
color: #E54CF2;
}
</style>
background-color css
<style>
a { background-color: #E54CF2; }
a { background-color: rgb(229,76,242); }
div.DivClassName
{
background-color: #E54CF2;
}
.BgClassName
{
background-color: #E54CF2;
}
</style>
border-color css
<style>
span { border-color: #E54CF2; }
span { border-color: rgb(229,76,242); }
td.TdClassName
{
border-color: #E54CF2;
}
.TagClassName
{
border-color: #E54CF2;
}
</style>