Html Css Color HEX #EA5DE8 Free Speech Magenta
📋 copy color: '#EA5DE8'red 234 ◦ green 93 ◦ blue 232
Shades of Free Speech Magenta #EA5DE8
Tints of Free Speech Magenta #EA5DE8
RGB
CMYK
RGB Variations
Color information
#EA5DE8 (or 0xEA5DE8) is known color: Free Speech Magenta. HEX triplet: EA, 5D and E8. RGB value is (234,93,232). Sum of RGB (Red+Green+Blue) = 234+93+232=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DE8 is #15A217. Grayscale: #969696. Windows color (decimal): -1417752 or 15228394. OLE color: 15228394.
HSL color Cylindrical-coordinate representation of color #EA5DE8: hue angle of 300.85º 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 #EA5DE8 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 232 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.08 |
| HSL | 300.85º | 0.77% | 0.64% | - |
| HSV(B) | 300.85º | 0.6% | 0.92% | - |
| XYZ | 52.41 | 31.15 | 79.59 | - |
| YUV | 151.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 232 | 0 | 0.60 | 0.01 | 0.08 | 300.85 | 0.77 | 0.64 |
| Hex | EA | 5D | E8 | 0 | 3C | 1 | 8 | 12D | 4D | 40 |
| Octal | 352 | 135 | 350 | 0 | 74 | 1 | 10 | 455 | 115 | 100 |
| Binary | 11101010 | 1011101 | 11101000 | 0 | 111100 | 1 | 1000 | 100101101 | 1001101 | 1000000 |
Color Harmonies of #EA5DE8
Complementary color
Monochromatic Colors of #EA5DE8
Black with #EA5DE8
Text Example
Text Example
White with #EA5DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DE8; }
p { color: rgb(234,93,232); }
H1.HeaderClassName
{
color: #EA5DE8;
}
.AnyTagClassName
{
color: #EA5DE8;
}
</style>
background-color css
<style>
a { background-color: #EA5DE8; }
a { background-color: rgb(234,93,232); }
div.DivClassName
{
background-color: #EA5DE8;
}
.BgClassName
{
background-color: #EA5DE8;
}
</style>
border-color css
<style>
span { border-color: #EA5DE8; }
span { border-color: rgb(234,93,232); }
td.TdClassName
{
border-color: #EA5DE8;
}
.TagClassName
{
border-color: #EA5DE8;
}
</style>