Html Css Color HEX #E83CDA Free Speech Magenta
📋 copy color: '#E83CDA'red 232 ◦ green 60 ◦ blue 218
Shades of Free Speech Magenta #E83CDA
Tints of Free Speech Magenta #E83CDA
RGB
CMYK
RGB Variations
Color information
#E83CDA (or 0xE83CDA) is known color: Free Speech Magenta. HEX triplet: E8, 3C and DA. RGB value is (232,60,218). Sum of RGB (Red+Green+Blue) = 232+60+218=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E83CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83CDA is #17C325. Grayscale: #808080. Windows color (decimal): -1557286 or 14302440. OLE color: 14302440.
HSL color Cylindrical-coordinate representation of color #E83CDA: hue angle of 304.88º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83CDA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 60 | 218 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.09 |
| HSL | 304.88º | 0.79% | 0.57% | - |
| HSV(B) | 304.88º | 0.74% | 0.91% | - |
| XYZ | 47.55 | 25.45 | 68.74 | - |
| YUV | 129.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 60 | 218 | 0 | 0.74 | 0.06 | 0.09 | 304.88 | 0.79 | 0.57 |
| Hex | E8 | 3C | DA | 0 | 4A | 6 | 9 | 131 | 4F | 39 |
| Octal | 350 | 74 | 332 | 0 | 112 | 6 | 11 | 461 | 117 | 71 |
| Binary | 11101000 | 111100 | 11011010 | 0 | 1001010 | 110 | 1001 | 100110001 | 1001111 | 111001 |
Color Harmonies of #E83CDA
Complementary color
Monochromatic Colors of #E83CDA
Black with #E83CDA
Text Example
Text Example
White with #E83CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83CDA; }
p { color: rgb(232,60,218); }
H1.HeaderClassName
{
color: #E83CDA;
}
.AnyTagClassName
{
color: #E83CDA;
}
</style>
background-color css
<style>
a { background-color: #E83CDA; }
a { background-color: rgb(232,60,218); }
div.DivClassName
{
background-color: #E83CDA;
}
.BgClassName
{
background-color: #E83CDA;
}
</style>
border-color css
<style>
span { border-color: #E83CDA; }
span { border-color: rgb(232,60,218); }
td.TdClassName
{
border-color: #E83CDA;
}
.TagClassName
{
border-color: #E83CDA;
}
</style>