Html Css Color HEX #EA60E7 Free Speech Magenta
📋 copy color: '#EA60E7'red 234 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #EA60E7
Tints of Free Speech Magenta #EA60E7
RGB
CMYK
RGB Variations
Color information
#EA60E7 (or 0xEA60E7) is known color: Free Speech Magenta. HEX triplet: EA, 60 and E7. RGB value is (234,96,231). Sum of RGB (Red+Green+Blue) = 234+96+231=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA60E7 is #159F18. Grayscale: #989898. Windows color (decimal): -1416985 or 15163626. OLE color: 15163626.
HSL color Cylindrical-coordinate representation of color #EA60E7: hue angle of 301.3º 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 #EA60E7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 231 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.08 |
| HSL | 301.3º | 0.77% | 0.65% | - |
| HSV(B) | 301.3º | 0.59% | 0.92% | - |
| XYZ | 52.54 | 31.63 | 78.94 | - |
| YUV | 152.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 231 | 0 | 0.59 | 0.01 | 0.08 | 301.3 | 0.77 | 0.65 |
| Hex | EA | 60 | E7 | 0 | 3B | 1 | 8 | 12D | 4D | 41 |
| Octal | 352 | 140 | 347 | 0 | 73 | 1 | 10 | 455 | 115 | 101 |
| Binary | 11101010 | 1100000 | 11100111 | 0 | 111011 | 1 | 1000 | 100101101 | 1001101 | 1000001 |
Color Harmonies of #EA60E7
Complementary color
Monochromatic Colors of #EA60E7
Black with #EA60E7
Text Example
Text Example
White with #EA60E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60E7; }
p { color: rgb(234,96,231); }
H1.HeaderClassName
{
color: #EA60E7;
}
.AnyTagClassName
{
color: #EA60E7;
}
</style>
background-color css
<style>
a { background-color: #EA60E7; }
a { background-color: rgb(234,96,231); }
div.DivClassName
{
background-color: #EA60E7;
}
.BgClassName
{
background-color: #EA60E7;
}
</style>
border-color css
<style>
span { border-color: #EA60E7; }
span { border-color: rgb(234,96,231); }
td.TdClassName
{
border-color: #EA60E7;
}
.TagClassName
{
border-color: #EA60E7;
}
</style>