Html Css Color HEX #E850DA Free Speech Magenta
📋 copy color: '#E850DA'red 232 ◦ green 80 ◦ blue 218
Shades of Free Speech Magenta #E850DA
Tints of Free Speech Magenta #E850DA
RGB
CMYK
RGB Variations
Color information
#E850DA (or 0xE850DA) is known color: Free Speech Magenta. HEX triplet: E8, 50 and DA. RGB value is (232,80,218). Sum of RGB (Red+Green+Blue) = 232+80+218=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E850DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850DA is #17AF25. Grayscale: #8C8C8C. Windows color (decimal): -1552166 or 14307560. OLE color: 14307560.
HSL color Cylindrical-coordinate representation of color #E850DA: hue angle of 305.53º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850DA is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 218 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.09 |
| HSL | 305.53º | 0.77% | 0.61% | - |
| HSV(B) | 305.53º | 0.66% | 0.91% | - |
| XYZ | 48.8 | 27.96 | 69.15 | - |
| YUV | 141.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 218 | 0 | 0.66 | 0.06 | 0.09 | 305.53 | 0.77 | 0.61 |
| Hex | E8 | 50 | DA | 0 | 42 | 6 | 9 | 132 | 4D | 3D |
| Octal | 350 | 120 | 332 | 0 | 102 | 6 | 11 | 462 | 115 | 75 |
| Binary | 11101000 | 1010000 | 11011010 | 0 | 1000010 | 110 | 1001 | 100110010 | 1001101 | 111101 |
Color Harmonies of #E850DA
Complementary color
Monochromatic Colors of #E850DA
Black with #E850DA
Text Example
Text Example
White with #E850DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850DA; }
p { color: rgb(232,80,218); }
H1.HeaderClassName
{
color: #E850DA;
}
.AnyTagClassName
{
color: #E850DA;
}
</style>
background-color css
<style>
a { background-color: #E850DA; }
a { background-color: rgb(232,80,218); }
div.DivClassName
{
background-color: #E850DA;
}
.BgClassName
{
background-color: #E850DA;
}
</style>
border-color css
<style>
span { border-color: #E850DA; }
span { border-color: rgb(232,80,218); }
td.TdClassName
{
border-color: #E850DA;
}
.TagClassName
{
border-color: #E850DA;
}
</style>