Html Css Color HEX #EA5DE5 Free Speech Magenta
📋 copy color: '#EA5DE5'red 234 ◦ green 93 ◦ blue 229
Shades of Free Speech Magenta #EA5DE5
Tints of Free Speech Magenta #EA5DE5
RGB
CMYK
RGB Variations
Color information
#EA5DE5 (or 0xEA5DE5) is known color: Free Speech Magenta. HEX triplet: EA, 5D and E5. RGB value is (234,93,229). Sum of RGB (Red+Green+Blue) = 234+93+229=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DE5 is #15A21A. Grayscale: #969696. Windows color (decimal): -1417755 or 15031786. OLE color: 15031786.
HSL color Cylindrical-coordinate representation of color #EA5DE5: hue angle of 302.13º 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 #EA5DE5 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 229 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.08 |
| HSL | 302.13º | 0.77% | 0.64% | - |
| HSV(B) | 302.13º | 0.6% | 0.92% | - |
| XYZ | 51.99 | 30.98 | 77.37 | - |
| YUV | 150.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 229 | 0 | 0.60 | 0.02 | 0.08 | 302.13 | 0.77 | 0.64 |
| Hex | EA | 5D | E5 | 0 | 3C | 2 | 8 | 12E | 4D | 40 |
| Octal | 352 | 135 | 345 | 0 | 74 | 2 | 10 | 456 | 115 | 100 |
| Binary | 11101010 | 1011101 | 11100101 | 0 | 111100 | 10 | 1000 | 100101110 | 1001101 | 1000000 |
Color Harmonies of #EA5DE5
Complementary color
Monochromatic Colors of #EA5DE5
Black with #EA5DE5
Text Example
Text Example
White with #EA5DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DE5; }
p { color: rgb(234,93,229); }
H1.HeaderClassName
{
color: #EA5DE5;
}
.AnyTagClassName
{
color: #EA5DE5;
}
</style>
background-color css
<style>
a { background-color: #EA5DE5; }
a { background-color: rgb(234,93,229); }
div.DivClassName
{
background-color: #EA5DE5;
}
.BgClassName
{
background-color: #EA5DE5;
}
</style>
border-color css
<style>
span { border-color: #EA5DE5; }
span { border-color: rgb(234,93,229); }
td.TdClassName
{
border-color: #EA5DE5;
}
.TagClassName
{
border-color: #EA5DE5;
}
</style>