Html Css Color HEX #EA55E5 Free Speech Magenta
📋 copy color: '#EA55E5'red 234 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #EA55E5
Tints of Free Speech Magenta #EA55E5
RGB
CMYK
RGB Variations
Color information
#EA55E5 (or 0xEA55E5) is known color: Free Speech Magenta. HEX triplet: EA, 55 and E5. RGB value is (234,85,229). Sum of RGB (Red+Green+Blue) = 234+85+229=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55E5 is #15AA1A. Grayscale: #919191. Windows color (decimal): -1419803 or 15029738. OLE color: 15029738.
HSL color Cylindrical-coordinate representation of color #EA55E5: hue angle of 302.01º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55E5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 229 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.08 |
| HSL | 302.01º | 0.78% | 0.63% | - |
| HSV(B) | 302.01º | 0.64% | 0.92% | - |
| XYZ | 51.32 | 29.65 | 77.15 | - |
| YUV | 145.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 229 | 0 | 0.64 | 0.02 | 0.08 | 302.01 | 0.78 | 0.63 |
| Hex | EA | 55 | E5 | 0 | 40 | 2 | 8 | 12E | 4E | 3F |
| Octal | 352 | 125 | 345 | 0 | 100 | 2 | 10 | 456 | 116 | 77 |
| Binary | 11101010 | 1010101 | 11100101 | 0 | 1000000 | 10 | 1000 | 100101110 | 1001110 | 111111 |
Color Harmonies of #EA55E5
Complementary color
Monochromatic Colors of #EA55E5
Black with #EA55E5
Text Example
Text Example
White with #EA55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55E5; }
p { color: rgb(234,85,229); }
H1.HeaderClassName
{
color: #EA55E5;
}
.AnyTagClassName
{
color: #EA55E5;
}
</style>
background-color css
<style>
a { background-color: #EA55E5; }
a { background-color: rgb(234,85,229); }
div.DivClassName
{
background-color: #EA55E5;
}
.BgClassName
{
background-color: #EA55E5;
}
</style>
border-color css
<style>
span { border-color: #EA55E5; }
span { border-color: rgb(234,85,229); }
td.TdClassName
{
border-color: #EA55E5;
}
.TagClassName
{
border-color: #EA55E5;
}
</style>