Html Css Color HEX #E85EEF Free Speech Magenta
📋 copy color: '#E85EEF'red 232 ◦ green 94 ◦ blue 239
Shades of Free Speech Magenta #E85EEF
Tints of Free Speech Magenta #E85EEF
RGB
CMYK
RGB Variations
Color information
#E85EEF (or 0xE85EEF) is known color: Free Speech Magenta. HEX triplet: E8, 5E and EF. RGB value is (232,94,239). Sum of RGB (Red+Green+Blue) = 232+94+239=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #E85EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EEF is #17A110. Grayscale: #979797. Windows color (decimal): -1548561 or 15687400. OLE color: 15687400.
HSL color Cylindrical-coordinate representation of color #E85EEF: hue angle of 297.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85EEF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 94 | 239 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.06 |
| HSL | 297.1º | 0.82% | 0.65% | - |
| HSV(B) | 297.1º | 0.61% | 0.94% | - |
| XYZ | 52.86 | 31.39 | 84.93 | - |
| YUV | 151.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 239 | 0.03 | 0.61 | 0 | 0.06 | 297.1 | 0.82 | 0.65 |
| Hex | E8 | 5E | EF | 3 | 3D | 0 | 6 | 129 | 52 | 41 |
| Octal | 350 | 136 | 357 | 3 | 75 | 0 | 6 | 451 | 122 | 101 |
| Binary | 11101000 | 1011110 | 11101111 | 11 | 111101 | 0 | 110 | 100101001 | 1010010 | 1000001 |
Color Harmonies of #E85EEF
Complementary color
Monochromatic Colors of #E85EEF
Black with #E85EEF
Text Example
Text Example
White with #E85EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EEF; }
p { color: rgb(232,94,239); }
H1.HeaderClassName
{
color: #E85EEF;
}
.AnyTagClassName
{
color: #E85EEF;
}
</style>
background-color css
<style>
a { background-color: #E85EEF; }
a { background-color: rgb(232,94,239); }
div.DivClassName
{
background-color: #E85EEF;
}
.BgClassName
{
background-color: #E85EEF;
}
</style>
border-color css
<style>
span { border-color: #E85EEF; }
span { border-color: rgb(232,94,239); }
td.TdClassName
{
border-color: #E85EEF;
}
.TagClassName
{
border-color: #E85EEF;
}
</style>