Html Css Color HEX #EA5EDD Free Speech Magenta
📋 copy color: '#EA5EDD'red 234 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #EA5EDD
Tints of Free Speech Magenta #EA5EDD
RGB
CMYK
RGB Variations
Color information
#EA5EDD (or 0xEA5EDD) is known color: Free Speech Magenta. HEX triplet: EA, 5E and DD. RGB value is (234,94,221). Sum of RGB (Red+Green+Blue) = 234+94+221=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5EDD is #15A122. Grayscale: #959595. Windows color (decimal): -1417507 or 14507754. OLE color: 14507754.
HSL color Cylindrical-coordinate representation of color #EA5EDD: hue angle of 305.57º 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 #EA5EDD is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 221 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.08 |
| HSL | 305.57º | 0.77% | 0.64% | - |
| HSV(B) | 305.57º | 0.6% | 0.92% | - |
| XYZ | 50.99 | 30.72 | 71.65 | - |
| YUV | 150.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 221 | 0 | 0.60 | 0.06 | 0.08 | 305.57 | 0.77 | 0.64 |
| Hex | EA | 5E | DD | 0 | 3C | 6 | 8 | 132 | 4D | 40 |
| Octal | 352 | 136 | 335 | 0 | 74 | 6 | 10 | 462 | 115 | 100 |
| Binary | 11101010 | 1011110 | 11011101 | 0 | 111100 | 110 | 1000 | 100110010 | 1001101 | 1000000 |
Color Harmonies of #EA5EDD
Complementary color
Monochromatic Colors of #EA5EDD
Black with #EA5EDD
Text Example
Text Example
White with #EA5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5EDD; }
p { color: rgb(234,94,221); }
H1.HeaderClassName
{
color: #EA5EDD;
}
.AnyTagClassName
{
color: #EA5EDD;
}
</style>
background-color css
<style>
a { background-color: #EA5EDD; }
a { background-color: rgb(234,94,221); }
div.DivClassName
{
background-color: #EA5EDD;
}
.BgClassName
{
background-color: #EA5EDD;
}
</style>
border-color css
<style>
span { border-color: #EA5EDD; }
span { border-color: rgb(234,94,221); }
td.TdClassName
{
border-color: #EA5EDD;
}
.TagClassName
{
border-color: #EA5EDD;
}
</style>