Html Css Color HEX #E85AED Free Speech Magenta
📋 copy color: '#E85AED'red 232 ◦ green 90 ◦ blue 237
Shades of Free Speech Magenta #E85AED
Tints of Free Speech Magenta #E85AED
RGB
CMYK
RGB Variations
Color information
#E85AED (or 0xE85AED) is known color: Free Speech Magenta. HEX triplet: E8, 5A and ED. RGB value is (232,90,237). Sum of RGB (Red+Green+Blue) = 232+90+237=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #E85AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AED is #17A512. Grayscale: #949494. Windows color (decimal): -1549587 or 15555304. OLE color: 15555304.
HSL color Cylindrical-coordinate representation of color #E85AED: hue angle of 297.96º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85AED is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 90 | 237 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.07 |
| HSL | 297.96º | 0.8% | 0.64% | - |
| HSV(B) | 297.96º | 0.62% | 0.93% | - |
| XYZ | 52.22 | 30.58 | 83.27 | - |
| YUV | 149.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 237 | 0.02 | 0.62 | 0 | 0.07 | 297.96 | 0.8 | 0.64 |
| Hex | E8 | 5A | ED | 2 | 3E | 0 | 7 | 12A | 50 | 40 |
| Octal | 350 | 132 | 355 | 2 | 76 | 0 | 7 | 452 | 120 | 100 |
| Binary | 11101000 | 1011010 | 11101101 | 10 | 111110 | 0 | 111 | 100101010 | 1010000 | 1000000 |
Color Harmonies of #E85AED
Complementary color
Monochromatic Colors of #E85AED
Black with #E85AED
Text Example
Text Example
White with #E85AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AED; }
p { color: rgb(232,90,237); }
H1.HeaderClassName
{
color: #E85AED;
}
.AnyTagClassName
{
color: #E85AED;
}
</style>
background-color css
<style>
a { background-color: #E85AED; }
a { background-color: rgb(232,90,237); }
div.DivClassName
{
background-color: #E85AED;
}
.BgClassName
{
background-color: #E85AED;
}
</style>
border-color css
<style>
span { border-color: #E85AED; }
span { border-color: rgb(232,90,237); }
td.TdClassName
{
border-color: #E85AED;
}
.TagClassName
{
border-color: #E85AED;
}
</style>