Html Css Color HEX #EA61E1 Free Speech Magenta
📋 copy color: '#EA61E1'red 234 ◦ green 97 ◦ blue 225
Shades of Free Speech Magenta #EA61E1
Tints of Free Speech Magenta #EA61E1
RGB
CMYK
RGB Variations
Color information
#EA61E1 (or 0xEA61E1) is known color: Free Speech Magenta. HEX triplet: EA, 61 and E1. RGB value is (234,97,225). Sum of RGB (Red+Green+Blue) = 234+97+225=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA61E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA61E1 is #159E1E. Grayscale: #989898. Windows color (decimal): -1416735 or 14770666. OLE color: 14770666.
HSL color Cylindrical-coordinate representation of color #EA61E1: hue angle of 303.94º 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 #EA61E1 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 225 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.08 |
| HSL | 303.94º | 0.77% | 0.65% | - |
| HSV(B) | 303.94º | 0.59% | 0.92% | - |
| XYZ | 51.8 | 31.48 | 74.58 | - |
| YUV | 152.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 225 | 0 | 0.59 | 0.04 | 0.08 | 303.94 | 0.77 | 0.65 |
| Hex | EA | 61 | E1 | 0 | 3B | 4 | 8 | 130 | 4D | 41 |
| Octal | 352 | 141 | 341 | 0 | 73 | 4 | 10 | 460 | 115 | 101 |
| Binary | 11101010 | 1100001 | 11100001 | 0 | 111011 | 100 | 1000 | 100110000 | 1001101 | 1000001 |
Color Harmonies of #EA61E1
Complementary color
Monochromatic Colors of #EA61E1
Black with #EA61E1
Text Example
Text Example
White with #EA61E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA61E1; }
p { color: rgb(234,97,225); }
H1.HeaderClassName
{
color: #EA61E1;
}
.AnyTagClassName
{
color: #EA61E1;
}
</style>
background-color css
<style>
a { background-color: #EA61E1; }
a { background-color: rgb(234,97,225); }
div.DivClassName
{
background-color: #EA61E1;
}
.BgClassName
{
background-color: #EA61E1;
}
</style>
border-color css
<style>
span { border-color: #EA61E1; }
span { border-color: rgb(234,97,225); }
td.TdClassName
{
border-color: #EA61E1;
}
.TagClassName
{
border-color: #EA61E1;
}
</style>