Html Css Color HEX #E85ADE Free Speech Magenta
📋 copy color: '#E85ADE'red 232 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E85ADE
Tints of Free Speech Magenta #E85ADE
RGB
CMYK
RGB Variations
Color information
#E85ADE (or 0xE85ADE) is known color: Free Speech Magenta. HEX triplet: E8, 5A and DE. RGB value is (232,90,222). Sum of RGB (Red+Green+Blue) = 232+90+222=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADE is #17A521. Grayscale: #939393. Windows color (decimal): -1549602 or 14572264. OLE color: 14572264.
HSL color Cylindrical-coordinate representation of color #E85ADE: hue angle of 304.23º 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 #E85ADE is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 222 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.09 |
| HSL | 304.23º | 0.76% | 0.63% | - |
| HSV(B) | 304.23º | 0.61% | 0.91% | - |
| XYZ | 50.12 | 29.74 | 72.21 | - |
| YUV | 147.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 222 | 0 | 0.61 | 0.04 | 0.09 | 304.23 | 0.76 | 0.63 |
| Hex | E8 | 5A | DE | 0 | 3D | 4 | 9 | 130 | 4C | 3F |
| Octal | 350 | 132 | 336 | 0 | 75 | 4 | 11 | 460 | 114 | 77 |
| Binary | 11101000 | 1011010 | 11011110 | 0 | 111101 | 100 | 1001 | 100110000 | 1001100 | 111111 |
Color Harmonies of #E85ADE
Complementary color
Monochromatic Colors of #E85ADE
Black with #E85ADE
Text Example
Text Example
White with #E85ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ADE; }
p { color: rgb(232,90,222); }
H1.HeaderClassName
{
color: #E85ADE;
}
.AnyTagClassName
{
color: #E85ADE;
}
</style>
background-color css
<style>
a { background-color: #E85ADE; }
a { background-color: rgb(232,90,222); }
div.DivClassName
{
background-color: #E85ADE;
}
.BgClassName
{
background-color: #E85ADE;
}
</style>
border-color css
<style>
span { border-color: #E85ADE; }
span { border-color: rgb(232,90,222); }
td.TdClassName
{
border-color: #E85ADE;
}
.TagClassName
{
border-color: #E85ADE;
}
</style>