Html Css Color HEX #EA41F4 Free Speech Magenta
📋 copy color: '#EA41F4'red 234 ◦ green 65 ◦ blue 244
Shades of Free Speech Magenta #EA41F4
Tints of Free Speech Magenta #EA41F4
RGB
CMYK
RGB Variations
Color information
#EA41F4 (or 0xEA41F4) is known color: Free Speech Magenta. HEX triplet: EA, 41 and F4. RGB value is (234,65,244). Sum of RGB (Red+Green+Blue) = 234+65+244=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA41F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA41F4 is #15BE0B. Grayscale: #878787. Windows color (decimal): -1424908 or 16007658. OLE color: 16007658.
HSL color Cylindrical-coordinate representation of color #EA41F4: hue angle of 296.65º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA41F4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 65 | 244 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.04 |
| HSL | 296.65º | 0.89% | 0.61% | - |
| HSV(B) | 296.65º | 0.73% | 0.96% | - |
| XYZ | 52.15 | 27.8 | 88.21 | - |
| YUV | 135.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 244 | 0.04 | 0.73 | 0 | 0.04 | 296.65 | 0.89 | 0.61 |
| Hex | EA | 41 | F4 | 4 | 49 | 0 | 4 | 129 | 59 | 3D |
| Octal | 352 | 101 | 364 | 4 | 111 | 0 | 4 | 451 | 131 | 75 |
| Binary | 11101010 | 1000001 | 11110100 | 100 | 1001001 | 0 | 100 | 100101001 | 1011001 | 111101 |
Color Harmonies of #EA41F4
Complementary color
Monochromatic Colors of #EA41F4
Black with #EA41F4
Text Example
Text Example
White with #EA41F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41F4; }
p { color: rgb(234,65,244); }
H1.HeaderClassName
{
color: #EA41F4;
}
.AnyTagClassName
{
color: #EA41F4;
}
</style>
background-color css
<style>
a { background-color: #EA41F4; }
a { background-color: rgb(234,65,244); }
div.DivClassName
{
background-color: #EA41F4;
}
.BgClassName
{
background-color: #EA41F4;
}
</style>
border-color css
<style>
span { border-color: #EA41F4; }
span { border-color: rgb(234,65,244); }
td.TdClassName
{
border-color: #EA41F4;
}
.TagClassName
{
border-color: #EA41F4;
}
</style>