Html Css Color HEX #EA5DDE Free Speech Magenta
📋 copy color: '#EA5DDE'red 234 ◦ green 93 ◦ blue 222
Shades of Free Speech Magenta #EA5DDE
Tints of Free Speech Magenta #EA5DDE
RGB
CMYK
RGB Variations
Color information
#EA5DDE (or 0xEA5DDE) is known color: Free Speech Magenta. HEX triplet: EA, 5D and DE. RGB value is (234,93,222). Sum of RGB (Red+Green+Blue) = 234+93+222=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DDE is #15A221. Grayscale: #959595. Windows color (decimal): -1417762 or 14573034. OLE color: 14573034.
HSL color Cylindrical-coordinate representation of color #EA5DDE: hue angle of 305.11º 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 #EA5DDE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 222 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.08 |
| HSL | 305.11º | 0.77% | 0.64% | - |
| HSV(B) | 305.11º | 0.6% | 0.92% | - |
| XYZ | 51.03 | 30.6 | 72.32 | - |
| YUV | 149.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 222 | 0 | 0.60 | 0.05 | 0.08 | 305.11 | 0.77 | 0.64 |
| Hex | EA | 5D | DE | 0 | 3C | 5 | 8 | 131 | 4D | 40 |
| Octal | 352 | 135 | 336 | 0 | 74 | 5 | 10 | 461 | 115 | 100 |
| Binary | 11101010 | 1011101 | 11011110 | 0 | 111100 | 101 | 1000 | 100110001 | 1001101 | 1000000 |
Color Harmonies of #EA5DDE
Complementary color
Monochromatic Colors of #EA5DDE
Black with #EA5DDE
Text Example
Text Example
White with #EA5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DDE; }
p { color: rgb(234,93,222); }
H1.HeaderClassName
{
color: #EA5DDE;
}
.AnyTagClassName
{
color: #EA5DDE;
}
</style>
background-color css
<style>
a { background-color: #EA5DDE; }
a { background-color: rgb(234,93,222); }
div.DivClassName
{
background-color: #EA5DDE;
}
.BgClassName
{
background-color: #EA5DDE;
}
</style>
border-color css
<style>
span { border-color: #EA5DDE; }
span { border-color: rgb(234,93,222); }
td.TdClassName
{
border-color: #EA5DDE;
}
.TagClassName
{
border-color: #EA5DDE;
}
</style>