Html Css Color HEX #E85DEA Free Speech Magenta
📋 copy color: '#E85DEA'red 232 ◦ green 93 ◦ blue 234
Shades of Free Speech Magenta #E85DEA
Tints of Free Speech Magenta #E85DEA
RGB
CMYK
RGB Variations
Color information
#E85DEA (or 0xE85DEA) is known color: Free Speech Magenta. HEX triplet: E8, 5D and EA. RGB value is (232,93,234). Sum of RGB (Red+Green+Blue) = 232+93+234=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #E85DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DEA is #17A215. Grayscale: #969696. Windows color (decimal): -1548822 or 15359464. OLE color: 15359464.
HSL color Cylindrical-coordinate representation of color #E85DEA: 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.6%. Process color model (Four color, CMYK) of #E85DEA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 93 | 234 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.08 |
| HSL | 299.15º | 0.77% | 0.64% | - |
| HSV(B) | 299.15º | 0.6% | 0.92% | - |
| XYZ | 52.04 | 30.93 | 81.07 | - |
| YUV | 150.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 234 | 0.01 | 0.60 | 0 | 0.08 | 299.15 | 0.77 | 0.64 |
| Hex | E8 | 5D | EA | 1 | 3C | 0 | 8 | 12B | 4D | 40 |
| Octal | 350 | 135 | 352 | 1 | 74 | 0 | 10 | 453 | 115 | 100 |
| Binary | 11101000 | 1011101 | 11101010 | 1 | 111100 | 0 | 1000 | 100101011 | 1001101 | 1000000 |
Color Harmonies of #E85DEA
Complementary color
Monochromatic Colors of #E85DEA
Black with #E85DEA
Text Example
Text Example
White with #E85DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DEA; }
p { color: rgb(232,93,234); }
H1.HeaderClassName
{
color: #E85DEA;
}
.AnyTagClassName
{
color: #E85DEA;
}
</style>
background-color css
<style>
a { background-color: #E85DEA; }
a { background-color: rgb(232,93,234); }
div.DivClassName
{
background-color: #E85DEA;
}
.BgClassName
{
background-color: #E85DEA;
}
</style>
border-color css
<style>
span { border-color: #E85DEA; }
span { border-color: rgb(232,93,234); }
td.TdClassName
{
border-color: #E85DEA;
}
.TagClassName
{
border-color: #E85DEA;
}
</style>