Html Css Color HEX #EA51EA Free Speech Magenta
📋 copy color: '#EA51EA'red 234 ◦ green 81 ◦ blue 234
Shades of Free Speech Magenta #EA51EA
Tints of Free Speech Magenta #EA51EA
RGB
CMYK
RGB Variations
Color information
#EA51EA (or 0xEA51EA) is known color: Free Speech Magenta. HEX triplet: EA, 51 and EA. RGB value is (234,81,234). Sum of RGB (Red+Green+Blue) = 234+81+234=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA51EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA51EA is #15AE15. Grayscale: #8F8F8F. Windows color (decimal): -1420822 or 15356394. OLE color: 15356394.
HSL color Cylindrical-coordinate representation of color #EA51EA: hue angle of 300º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51EA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 81 | 234 | - |
| CMYK | 0 | 0.65 | 0 | 0.08 |
| HSL | 300º | 0.78% | 0.62% | - |
| HSV(B) | 300º | 0.65% | 0.92% | - |
| XYZ | 51.73 | 29.32 | 80.77 | - |
| YUV | 144.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 81 | 234 | 0 | 0.65 | 0 | 0.08 | 300 | 0.78 | 0.62 |
| Hex | EA | 51 | EA | 0 | 41 | 0 | 8 | 12C | 4E | 3E |
| Octal | 352 | 121 | 352 | 0 | 101 | 0 | 10 | 454 | 116 | 76 |
| Binary | 11101010 | 1010001 | 11101010 | 0 | 1000001 | 0 | 1000 | 100101100 | 1001110 | 111110 |
Color Harmonies of #EA51EA
Complementary color
Monochromatic Colors of #EA51EA
Black with #EA51EA
Text Example
Text Example
White with #EA51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA51EA; }
p { color: rgb(234,81,234); }
H1.HeaderClassName
{
color: #EA51EA;
}
.AnyTagClassName
{
color: #EA51EA;
}
</style>
background-color css
<style>
a { background-color: #EA51EA; }
a { background-color: rgb(234,81,234); }
div.DivClassName
{
background-color: #EA51EA;
}
.BgClassName
{
background-color: #EA51EA;
}
</style>
border-color css
<style>
span { border-color: #EA51EA; }
span { border-color: rgb(234,81,234); }
td.TdClassName
{
border-color: #EA51EA;
}
.TagClassName
{
border-color: #EA51EA;
}
</style>