Html Css Color HEX #EA55F1 Free Speech Magenta
📋 copy color: '#EA55F1'red 234 ◦ green 85 ◦ blue 241
Shades of Free Speech Magenta #EA55F1
Tints of Free Speech Magenta #EA55F1
RGB
CMYK
RGB Variations
Color information
#EA55F1 (or 0xEA55F1) is known color: Free Speech Magenta. HEX triplet: EA, 55 and F1. RGB value is (234,85,241). Sum of RGB (Red+Green+Blue) = 234+85+241=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA55F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55F1 is #15AA0E. Grayscale: #929292. Windows color (decimal): -1419791 or 15816170. OLE color: 15816170.
HSL color Cylindrical-coordinate representation of color #EA55F1: hue angle of 297.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA55F1 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 85 | 241 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.05 |
| HSL | 297.31º | 0.85% | 0.64% | - |
| HSV(B) | 297.31º | 0.65% | 0.95% | - |
| XYZ | 53.06 | 30.34 | 86.28 | - |
| YUV | 147.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 241 | 0.03 | 0.65 | 0 | 0.05 | 297.31 | 0.85 | 0.64 |
| Hex | EA | 55 | F1 | 3 | 41 | 0 | 5 | 129 | 55 | 40 |
| Octal | 352 | 125 | 361 | 3 | 101 | 0 | 5 | 451 | 125 | 100 |
| Binary | 11101010 | 1010101 | 11110001 | 11 | 1000001 | 0 | 101 | 100101001 | 1010101 | 1000000 |
Color Harmonies of #EA55F1
Complementary color
Monochromatic Colors of #EA55F1
Black with #EA55F1
Text Example
Text Example
White with #EA55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55F1; }
p { color: rgb(234,85,241); }
H1.HeaderClassName
{
color: #EA55F1;
}
.AnyTagClassName
{
color: #EA55F1;
}
</style>
background-color css
<style>
a { background-color: #EA55F1; }
a { background-color: rgb(234,85,241); }
div.DivClassName
{
background-color: #EA55F1;
}
.BgClassName
{
background-color: #EA55F1;
}
</style>
border-color css
<style>
span { border-color: #EA55F1; }
span { border-color: rgb(234,85,241); }
td.TdClassName
{
border-color: #EA55F1;
}
.TagClassName
{
border-color: #EA55F1;
}
</style>