Html Css Color HEX #EA46E5 Free Speech Magenta
📋 copy color: '#EA46E5'red 234 ◦ green 70 ◦ blue 229
Shades of Free Speech Magenta #EA46E5
Tints of Free Speech Magenta #EA46E5
RGB
CMYK
RGB Variations
Color information
#EA46E5 (or 0xEA46E5) is known color: Free Speech Magenta. HEX triplet: EA, 46 and E5. RGB value is (234,70,229). Sum of RGB (Red+Green+Blue) = 234+70+229=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46E5 is #15B91A. Grayscale: #888888. Windows color (decimal): -1423643 or 15025898. OLE color: 15025898.
HSL color Cylindrical-coordinate representation of color #EA46E5: hue angle of 301.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46E5 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 229 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.08 |
| HSL | 301.83º | 0.8% | 0.6% | - |
| HSV(B) | 301.83º | 0.7% | 0.92% | - |
| XYZ | 50.26 | 27.53 | 76.79 | - |
| YUV | 137.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 229 | 0 | 0.70 | 0.02 | 0.08 | 301.83 | 0.8 | 0.6 |
| Hex | EA | 46 | E5 | 0 | 46 | 2 | 8 | 12E | 50 | 3C |
| Octal | 352 | 106 | 345 | 0 | 106 | 2 | 10 | 456 | 120 | 74 |
| Binary | 11101010 | 1000110 | 11100101 | 0 | 1000110 | 10 | 1000 | 100101110 | 1010000 | 111100 |
Color Harmonies of #EA46E5
Complementary color
Monochromatic Colors of #EA46E5
Black with #EA46E5
Text Example
Text Example
White with #EA46E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA46E5; }
p { color: rgb(234,70,229); }
H1.HeaderClassName
{
color: #EA46E5;
}
.AnyTagClassName
{
color: #EA46E5;
}
</style>
background-color css
<style>
a { background-color: #EA46E5; }
a { background-color: rgb(234,70,229); }
div.DivClassName
{
background-color: #EA46E5;
}
.BgClassName
{
background-color: #EA46E5;
}
</style>
border-color css
<style>
span { border-color: #EA46E5; }
span { border-color: rgb(234,70,229); }
td.TdClassName
{
border-color: #EA46E5;
}
.TagClassName
{
border-color: #EA46E5;
}
</style>