Html Css Color HEX #E85DF1 Free Speech Magenta
📋 copy color: '#E85DF1'red 232 ◦ green 93 ◦ blue 241
Shades of Free Speech Magenta #E85DF1
Tints of Free Speech Magenta #E85DF1
RGB
CMYK
RGB Variations
Color information
#E85DF1 (or 0xE85DF1) is known color: Free Speech Magenta. HEX triplet: E8, 5D and F1. RGB value is (232,93,241). Sum of RGB (Red+Green+Blue) = 232+93+241=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #E85DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DF1 is #17A20E. Grayscale: #969696. Windows color (decimal): -1548815 or 15818216. OLE color: 15818216.
HSL color Cylindrical-coordinate representation of color #E85DF1: hue angle of 296.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85DF1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 93 | 241 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.05 |
| HSL | 296.35º | 0.84% | 0.65% | - |
| HSV(B) | 296.35º | 0.61% | 0.95% | - |
| XYZ | 53.07 | 31.34 | 86.47 | - |
| YUV | 151.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 241 | 0.04 | 0.61 | 0 | 0.05 | 296.35 | 0.84 | 0.65 |
| Hex | E8 | 5D | F1 | 4 | 3D | 0 | 5 | 128 | 54 | 41 |
| Octal | 350 | 135 | 361 | 4 | 75 | 0 | 5 | 450 | 124 | 101 |
| Binary | 11101000 | 1011101 | 11110001 | 100 | 111101 | 0 | 101 | 100101000 | 1010100 | 1000001 |
Color Harmonies of #E85DF1
Complementary color
Monochromatic Colors of #E85DF1
Black with #E85DF1
Text Example
Text Example
White with #E85DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DF1; }
p { color: rgb(232,93,241); }
H1.HeaderClassName
{
color: #E85DF1;
}
.AnyTagClassName
{
color: #E85DF1;
}
</style>
background-color css
<style>
a { background-color: #E85DF1; }
a { background-color: rgb(232,93,241); }
div.DivClassName
{
background-color: #E85DF1;
}
.BgClassName
{
background-color: #E85DF1;
}
</style>
border-color css
<style>
span { border-color: #E85DF1; }
span { border-color: rgb(232,93,241); }
td.TdClassName
{
border-color: #E85DF1;
}
.TagClassName
{
border-color: #E85DF1;
}
</style>