Html Css Color HEX #EA62E1 Free Speech Magenta
📋 copy color: '#EA62E1'red 234 ◦ green 98 ◦ blue 225
Shades of Free Speech Magenta #EA62E1
Tints of Free Speech Magenta #EA62E1
RGB
CMYK
RGB Variations
Color information
#EA62E1 (or 0xEA62E1) is known color: Free Speech Magenta. HEX triplet: EA, 62 and E1. RGB value is (234,98,225). Sum of RGB (Red+Green+Blue) = 234+98+225=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA62E1 is #159D1E. Grayscale: #989898. Windows color (decimal): -1416479 or 14770922. OLE color: 14770922.
HSL color Cylindrical-coordinate representation of color #EA62E1: hue angle of 303.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA62E1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 98 | 225 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.08 |
| HSL | 303.97º | 0.76% | 0.65% | - |
| HSV(B) | 303.97º | 0.58% | 0.92% | - |
| XYZ | 51.89 | 31.66 | 74.61 | - |
| YUV | 153.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 225 | 0 | 0.58 | 0.04 | 0.08 | 303.97 | 0.76 | 0.65 |
| Hex | EA | 62 | E1 | 0 | 3A | 4 | 8 | 130 | 4C | 41 |
| Octal | 352 | 142 | 341 | 0 | 72 | 4 | 10 | 460 | 114 | 101 |
| Binary | 11101010 | 1100010 | 11100001 | 0 | 111010 | 100 | 1000 | 100110000 | 1001100 | 1000001 |
Color Harmonies of #EA62E1
Complementary color
Monochromatic Colors of #EA62E1
Black with #EA62E1
Text Example
Text Example
White with #EA62E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA62E1; }
p { color: rgb(234,98,225); }
H1.HeaderClassName
{
color: #EA62E1;
}
.AnyTagClassName
{
color: #EA62E1;
}
</style>
background-color css
<style>
a { background-color: #EA62E1; }
a { background-color: rgb(234,98,225); }
div.DivClassName
{
background-color: #EA62E1;
}
.BgClassName
{
background-color: #EA62E1;
}
</style>
border-color css
<style>
span { border-color: #EA62E1; }
span { border-color: rgb(234,98,225); }
td.TdClassName
{
border-color: #EA62E1;
}
.TagClassName
{
border-color: #EA62E1;
}
</style>