Html Css Color HEX #E85CEA Free Speech Magenta
📋 copy color: '#E85CEA'red 232 ◦ green 92 ◦ blue 234
Shades of Free Speech Magenta #E85CEA
Tints of Free Speech Magenta #E85CEA
RGB
CMYK
RGB Variations
Color information
#E85CEA (or 0xE85CEA) is known color: Free Speech Magenta. HEX triplet: E8, 5C and EA. RGB value is (232,92,234). Sum of RGB (Red+Green+Blue) = 232+92+234=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #E85CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CEA is #17A315. Grayscale: #959595. Windows color (decimal): -1549078 or 15359208. OLE color: 15359208.
HSL color Cylindrical-coordinate representation of color #E85CEA: hue angle of 299.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85CEA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 92 | 234 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.08 |
| HSL | 299.15º | 0.77% | 0.64% | - |
| HSV(B) | 299.15º | 0.61% | 0.92% | - |
| XYZ | 51.96 | 30.75 | 81.04 | - |
| YUV | 150.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 234 | 0.01 | 0.61 | 0 | 0.08 | 299.15 | 0.77 | 0.64 |
| Hex | E8 | 5C | EA | 1 | 3D | 0 | 8 | 12B | 4D | 40 |
| Octal | 350 | 134 | 352 | 1 | 75 | 0 | 10 | 453 | 115 | 100 |
| Binary | 11101000 | 1011100 | 11101010 | 1 | 111101 | 0 | 1000 | 100101011 | 1001101 | 1000000 |
Color Harmonies of #E85CEA
Complementary color
Monochromatic Colors of #E85CEA
Black with #E85CEA
Text Example
Text Example
White with #E85CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CEA; }
p { color: rgb(232,92,234); }
H1.HeaderClassName
{
color: #E85CEA;
}
.AnyTagClassName
{
color: #E85CEA;
}
</style>
background-color css
<style>
a { background-color: #E85CEA; }
a { background-color: rgb(232,92,234); }
div.DivClassName
{
background-color: #E85CEA;
}
.BgClassName
{
background-color: #E85CEA;
}
</style>
border-color css
<style>
span { border-color: #E85CEA; }
span { border-color: rgb(232,92,234); }
td.TdClassName
{
border-color: #E85CEA;
}
.TagClassName
{
border-color: #E85CEA;
}
</style>