Html Css Color HEX #E85BEE Free Speech Magenta
📋 copy color: '#E85BEE'red 232 ◦ green 91 ◦ blue 238
Shades of Free Speech Magenta #E85BEE
Tints of Free Speech Magenta #E85BEE
RGB
CMYK
RGB Variations
Color information
#E85BEE (or 0xE85BEE) is known color: Free Speech Magenta. HEX triplet: E8, 5B and EE. RGB value is (232,91,238). Sum of RGB (Red+Green+Blue) = 232+91+238=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #E85BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BEE is #17A411. Grayscale: #959595. Windows color (decimal): -1549330 or 15621096. OLE color: 15621096.
HSL color Cylindrical-coordinate representation of color #E85BEE: hue angle of 297.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85BEE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 91 | 238 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.07 |
| HSL | 297.55º | 0.81% | 0.65% | - |
| HSV(B) | 297.55º | 0.62% | 0.93% | - |
| XYZ | 52.45 | 30.81 | 84.07 | - |
| YUV | 149.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 238 | 0.03 | 0.62 | 0 | 0.07 | 297.55 | 0.81 | 0.65 |
| Hex | E8 | 5B | EE | 3 | 3E | 0 | 7 | 12A | 51 | 41 |
| Octal | 350 | 133 | 356 | 3 | 76 | 0 | 7 | 452 | 121 | 101 |
| Binary | 11101000 | 1011011 | 11101110 | 11 | 111110 | 0 | 111 | 100101010 | 1010001 | 1000001 |
Color Harmonies of #E85BEE
Complementary color
Monochromatic Colors of #E85BEE
Black with #E85BEE
Text Example
Text Example
White with #E85BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BEE; }
p { color: rgb(232,91,238); }
H1.HeaderClassName
{
color: #E85BEE;
}
.AnyTagClassName
{
color: #E85BEE;
}
</style>
background-color css
<style>
a { background-color: #E85BEE; }
a { background-color: rgb(232,91,238); }
div.DivClassName
{
background-color: #E85BEE;
}
.BgClassName
{
background-color: #E85BEE;
}
</style>
border-color css
<style>
span { border-color: #E85BEE; }
span { border-color: rgb(232,91,238); }
td.TdClassName
{
border-color: #E85BEE;
}
.TagClassName
{
border-color: #E85BEE;
}
</style>