Html Css Color HEX #EA5EDE Free Speech Magenta
📋 copy color: '#EA5EDE'red 234 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #EA5EDE
Tints of Free Speech Magenta #EA5EDE
RGB
CMYK
RGB Variations
Color information
#EA5EDE (or 0xEA5EDE) is known color: Free Speech Magenta. HEX triplet: EA, 5E and DE. RGB value is (234,94,222). Sum of RGB (Red+Green+Blue) = 234+94+222=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5EDE is #15A121. Grayscale: #969696. Windows color (decimal): -1417506 or 14573290. OLE color: 14573290.
HSL color Cylindrical-coordinate representation of color #EA5EDE: hue angle of 305.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5EDE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 222 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.08 |
| HSL | 305.14º | 0.77% | 0.64% | - |
| HSV(B) | 305.14º | 0.6% | 0.92% | - |
| XYZ | 51.12 | 30.77 | 72.35 | - |
| YUV | 150.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 222 | 0 | 0.60 | 0.05 | 0.08 | 305.14 | 0.77 | 0.64 |
| Hex | EA | 5E | DE | 0 | 3C | 5 | 8 | 131 | 4D | 40 |
| Octal | 352 | 136 | 336 | 0 | 74 | 5 | 10 | 461 | 115 | 100 |
| Binary | 11101010 | 1011110 | 11011110 | 0 | 111100 | 101 | 1000 | 100110001 | 1001101 | 1000000 |
Color Harmonies of #EA5EDE
Complementary color
Monochromatic Colors of #EA5EDE
Black with #EA5EDE
Text Example
Text Example
White with #EA5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5EDE; }
p { color: rgb(234,94,222); }
H1.HeaderClassName
{
color: #EA5EDE;
}
.AnyTagClassName
{
color: #EA5EDE;
}
</style>
background-color css
<style>
a { background-color: #EA5EDE; }
a { background-color: rgb(234,94,222); }
div.DivClassName
{
background-color: #EA5EDE;
}
.BgClassName
{
background-color: #EA5EDE;
}
</style>
border-color css
<style>
span { border-color: #EA5EDE; }
span { border-color: rgb(234,94,222); }
td.TdClassName
{
border-color: #EA5EDE;
}
.TagClassName
{
border-color: #EA5EDE;
}
</style>