Html Css Color HEX #E85AE5 Free Speech Magenta
📋 copy color: '#E85AE5'red 232 ◦ green 90 ◦ blue 229
Shades of Free Speech Magenta #E85AE5
Tints of Free Speech Magenta #E85AE5
RGB
CMYK
RGB Variations
Color information
#E85AE5 (or 0xE85AE5) is known color: Free Speech Magenta. HEX triplet: E8, 5A and E5. RGB value is (232,90,229). Sum of RGB (Red+Green+Blue) = 232+90+229=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85AE5 is #17A51A. Grayscale: #939393. Windows color (decimal): -1549595 or 15031016. OLE color: 15031016.
HSL color Cylindrical-coordinate representation of color #E85AE5: hue angle of 301.27º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AE5 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 229 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.09 |
| HSL | 301.27º | 0.76% | 0.63% | - |
| HSV(B) | 301.27º | 0.61% | 0.91% | - |
| XYZ | 51.08 | 30.13 | 77.25 | - |
| YUV | 148.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 229 | 0 | 0.61 | 0.01 | 0.09 | 301.27 | 0.76 | 0.63 |
| Hex | E8 | 5A | E5 | 0 | 3D | 1 | 9 | 12D | 4C | 3F |
| Octal | 350 | 132 | 345 | 0 | 75 | 1 | 11 | 455 | 114 | 77 |
| Binary | 11101000 | 1011010 | 11100101 | 0 | 111101 | 1 | 1001 | 100101101 | 1001100 | 111111 |
Color Harmonies of #E85AE5
Complementary color
Monochromatic Colors of #E85AE5
Black with #E85AE5
Text Example
Text Example
White with #E85AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85AE5; }
p { color: rgb(232,90,229); }
H1.HeaderClassName
{
color: #E85AE5;
}
.AnyTagClassName
{
color: #E85AE5;
}
</style>
background-color css
<style>
a { background-color: #E85AE5; }
a { background-color: rgb(232,90,229); }
div.DivClassName
{
background-color: #E85AE5;
}
.BgClassName
{
background-color: #E85AE5;
}
</style>
border-color css
<style>
span { border-color: #E85AE5; }
span { border-color: rgb(232,90,229); }
td.TdClassName
{
border-color: #E85AE5;
}
.TagClassName
{
border-color: #E85AE5;
}
</style>