Html Css Color HEX #E85BDA Free Speech Magenta
📋 copy color: '#E85BDA'red 232 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #E85BDA
Tints of Free Speech Magenta #E85BDA
RGB
CMYK
RGB Variations
Color information
#E85BDA (or 0xE85BDA) is known color: Free Speech Magenta. HEX triplet: E8, 5B and DA. RGB value is (232,91,218). Sum of RGB (Red+Green+Blue) = 232+91+218=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85BDA is #17A425. Grayscale: #939393. Windows color (decimal): -1549350 or 14310376. OLE color: 14310376.
HSL color Cylindrical-coordinate representation of color #E85BDA: hue angle of 305.96º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85BDA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 218 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.09 |
| HSL | 305.96º | 0.75% | 0.63% | - |
| HSV(B) | 305.96º | 0.61% | 0.91% | - |
| XYZ | 49.67 | 29.7 | 69.44 | - |
| YUV | 147.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 218 | 0 | 0.61 | 0.06 | 0.09 | 305.96 | 0.75 | 0.63 |
| Hex | E8 | 5B | DA | 0 | 3D | 6 | 9 | 132 | 4B | 3F |
| Octal | 350 | 133 | 332 | 0 | 75 | 6 | 11 | 462 | 113 | 77 |
| Binary | 11101000 | 1011011 | 11011010 | 0 | 111101 | 110 | 1001 | 100110010 | 1001011 | 111111 |
Color Harmonies of #E85BDA
Complementary color
Monochromatic Colors of #E85BDA
Black with #E85BDA
Text Example
Text Example
White with #E85BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BDA; }
p { color: rgb(232,91,218); }
H1.HeaderClassName
{
color: #E85BDA;
}
.AnyTagClassName
{
color: #E85BDA;
}
</style>
background-color css
<style>
a { background-color: #E85BDA; }
a { background-color: rgb(232,91,218); }
div.DivClassName
{
background-color: #E85BDA;
}
.BgClassName
{
background-color: #E85BDA;
}
</style>
border-color css
<style>
span { border-color: #E85BDA; }
span { border-color: rgb(232,91,218); }
td.TdClassName
{
border-color: #E85BDA;
}
.TagClassName
{
border-color: #E85BDA;
}
</style>