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