Html Css Color HEX #EA41EC Free Speech Magenta
📋 copy color: '#EA41EC'red 234 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #EA41EC
Tints of Free Speech Magenta #EA41EC
RGB
CMYK
RGB Variations
Color information
#EA41EC (or 0xEA41EC) is known color: Free Speech Magenta. HEX triplet: EA, 41 and EC. RGB value is (234,65,236). Sum of RGB (Red+Green+Blue) = 234+65+236=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA41EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA41EC is #15BE13. Grayscale: #868686. Windows color (decimal): -1424916 or 15483370. OLE color: 15483370.
HSL color Cylindrical-coordinate representation of color #EA41EC: hue angle of 299.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41EC is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 65 | 236 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.07 |
| HSL | 299.3º | 0.82% | 0.59% | - |
| HSV(B) | 299.3º | 0.72% | 0.93% | - |
| XYZ | 50.96 | 27.33 | 81.95 | - |
| YUV | 135.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 236 | 0.01 | 0.72 | 0 | 0.07 | 299.3 | 0.82 | 0.59 |
| Hex | EA | 41 | EC | 1 | 48 | 0 | 7 | 12B | 52 | 3B |
| Octal | 352 | 101 | 354 | 1 | 110 | 0 | 7 | 453 | 122 | 73 |
| Binary | 11101010 | 1000001 | 11101100 | 1 | 1001000 | 0 | 111 | 100101011 | 1010010 | 111011 |
Color Harmonies of #EA41EC
Complementary color
Monochromatic Colors of #EA41EC
Black with #EA41EC
Text Example
Text Example
White with #EA41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41EC; }
p { color: rgb(234,65,236); }
H1.HeaderClassName
{
color: #EA41EC;
}
.AnyTagClassName
{
color: #EA41EC;
}
</style>
background-color css
<style>
a { background-color: #EA41EC; }
a { background-color: rgb(234,65,236); }
div.DivClassName
{
background-color: #EA41EC;
}
.BgClassName
{
background-color: #EA41EC;
}
</style>
border-color css
<style>
span { border-color: #EA41EC; }
span { border-color: rgb(234,65,236); }
td.TdClassName
{
border-color: #EA41EC;
}
.TagClassName
{
border-color: #EA41EC;
}
</style>