Html Css Color HEX #E85ADD Free Speech Magenta
📋 copy color: '#E85ADD'red 232 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #E85ADD
Tints of Free Speech Magenta #E85ADD
RGB
CMYK
RGB Variations
Color information
#E85ADD (or 0xE85ADD) is known color: Free Speech Magenta. HEX triplet: E8, 5A and DD. RGB value is (232,90,221). Sum of RGB (Red+Green+Blue) = 232+90+221=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADD is #17A522. Grayscale: #939393. Windows color (decimal): -1549603 or 14506728. OLE color: 14506728.
HSL color Cylindrical-coordinate representation of color #E85ADD: hue angle of 304.65º 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 #E85ADD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 221 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.09 |
| HSL | 304.65º | 0.76% | 0.63% | - |
| HSV(B) | 304.65º | 0.61% | 0.91% | - |
| XYZ | 49.99 | 29.69 | 71.5 | - |
| YUV | 147.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 221 | 0 | 0.61 | 0.05 | 0.09 | 304.65 | 0.76 | 0.63 |
| Hex | E8 | 5A | DD | 0 | 3D | 5 | 9 | 131 | 4C | 3F |
| Octal | 350 | 132 | 335 | 0 | 75 | 5 | 11 | 461 | 114 | 77 |
| Binary | 11101000 | 1011010 | 11011101 | 0 | 111101 | 101 | 1001 | 100110001 | 1001100 | 111111 |
Color Harmonies of #E85ADD
Complementary color
Monochromatic Colors of #E85ADD
Black with #E85ADD
Text Example
Text Example
White with #E85ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ADD; }
p { color: rgb(232,90,221); }
H1.HeaderClassName
{
color: #E85ADD;
}
.AnyTagClassName
{
color: #E85ADD;
}
</style>
background-color css
<style>
a { background-color: #E85ADD; }
a { background-color: rgb(232,90,221); }
div.DivClassName
{
background-color: #E85ADD;
}
.BgClassName
{
background-color: #E85ADD;
}
</style>
border-color css
<style>
span { border-color: #E85ADD; }
span { border-color: rgb(232,90,221); }
td.TdClassName
{
border-color: #E85ADD;
}
.TagClassName
{
border-color: #E85ADD;
}
</style>