Html Css Color HEX #E85CEE Free Speech Magenta
📋 copy color: '#E85CEE'red 232 ◦ green 92 ◦ blue 238
Shades of Free Speech Magenta #E85CEE
Tints of Free Speech Magenta #E85CEE
RGB
CMYK
RGB Variations
Color information
#E85CEE (or 0xE85CEE) is known color: Free Speech Magenta. HEX triplet: E8, 5C and EE. RGB value is (232,92,238). Sum of RGB (Red+Green+Blue) = 232+92+238=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #E85CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CEE is #17A311. Grayscale: #969696. Windows color (decimal): -1549074 or 15621352. OLE color: 15621352.
HSL color Cylindrical-coordinate representation of color #E85CEE: hue angle of 297.53º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85CEE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 92 | 238 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.07 |
| HSL | 297.53º | 0.81% | 0.65% | - |
| HSV(B) | 297.53º | 0.61% | 0.93% | - |
| XYZ | 52.54 | 30.98 | 84.1 | - |
| YUV | 150.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 238 | 0.03 | 0.61 | 0 | 0.07 | 297.53 | 0.81 | 0.65 |
| Hex | E8 | 5C | EE | 3 | 3D | 0 | 7 | 12A | 51 | 41 |
| Octal | 350 | 134 | 356 | 3 | 75 | 0 | 7 | 452 | 121 | 101 |
| Binary | 11101000 | 1011100 | 11101110 | 11 | 111101 | 0 | 111 | 100101010 | 1010001 | 1000001 |
Color Harmonies of #E85CEE
Complementary color
Monochromatic Colors of #E85CEE
Black with #E85CEE
Text Example
Text Example
White with #E85CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CEE; }
p { color: rgb(232,92,238); }
H1.HeaderClassName
{
color: #E85CEE;
}
.AnyTagClassName
{
color: #E85CEE;
}
</style>
background-color css
<style>
a { background-color: #E85CEE; }
a { background-color: rgb(232,92,238); }
div.DivClassName
{
background-color: #E85CEE;
}
.BgClassName
{
background-color: #E85CEE;
}
</style>
border-color css
<style>
span { border-color: #E85CEE; }
span { border-color: rgb(232,92,238); }
td.TdClassName
{
border-color: #E85CEE;
}
.TagClassName
{
border-color: #E85CEE;
}
</style>