Html Css Color HEX #EA60E5 Free Speech Magenta
📋 copy color: '#EA60E5'red 234 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #EA60E5
Tints of Free Speech Magenta #EA60E5
RGB
CMYK
RGB Variations
Color information
#EA60E5 (or 0xEA60E5) is known color: Free Speech Magenta. HEX triplet: EA, 60 and E5. RGB value is (234,96,229). Sum of RGB (Red+Green+Blue) = 234+96+229=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60E5 is #159F1A. Grayscale: #989898. Windows color (decimal): -1416987 or 15032554. OLE color: 15032554.
HSL color Cylindrical-coordinate representation of color #EA60E5: hue angle of 302.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA60E5 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 229 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.08 |
| HSL | 302.17º | 0.77% | 0.65% | - |
| HSV(B) | 302.17º | 0.59% | 0.92% | - |
| XYZ | 52.26 | 31.52 | 77.46 | - |
| YUV | 152.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 229 | 0 | 0.59 | 0.02 | 0.08 | 302.17 | 0.77 | 0.65 |
| Hex | EA | 60 | E5 | 0 | 3B | 2 | 8 | 12E | 4D | 41 |
| Octal | 352 | 140 | 345 | 0 | 73 | 2 | 10 | 456 | 115 | 101 |
| Binary | 11101010 | 1100000 | 11100101 | 0 | 111011 | 10 | 1000 | 100101110 | 1001101 | 1000001 |
Color Harmonies of #EA60E5
Complementary color
Monochromatic Colors of #EA60E5
Black with #EA60E5
Text Example
Text Example
White with #EA60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60E5; }
p { color: rgb(234,96,229); }
H1.HeaderClassName
{
color: #EA60E5;
}
.AnyTagClassName
{
color: #EA60E5;
}
</style>
background-color css
<style>
a { background-color: #EA60E5; }
a { background-color: rgb(234,96,229); }
div.DivClassName
{
background-color: #EA60E5;
}
.BgClassName
{
background-color: #EA60E5;
}
</style>
border-color css
<style>
span { border-color: #EA60E5; }
span { border-color: rgb(234,96,229); }
td.TdClassName
{
border-color: #EA60E5;
}
.TagClassName
{
border-color: #EA60E5;
}
</style>