Html Css Color HEX #E841D8 Free Speech Magenta
📋 copy color: '#E841D8'red 232 ◦ green 65 ◦ blue 216
Shades of Free Speech Magenta #E841D8
Tints of Free Speech Magenta #E841D8
RGB
CMYK
RGB Variations
Color information
#E841D8 (or 0xE841D8) is known color: Free Speech Magenta. HEX triplet: E8, 41 and D8. RGB value is (232,65,216). Sum of RGB (Red+Green+Blue) = 232+65+216=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E841D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841D8 is #17BE27. Grayscale: #838383. Windows color (decimal): -1556008 or 14172648. OLE color: 14172648.
HSL color Cylindrical-coordinate representation of color #E841D8: hue angle of 305.75º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E841D8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 216 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.09 |
| HSL | 305.75º | 0.78% | 0.58% | - |
| HSV(B) | 305.75º | 0.72% | 0.91% | - |
| XYZ | 47.56 | 25.89 | 67.46 | - |
| YUV | 132.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 216 | 0 | 0.72 | 0.07 | 0.09 | 305.75 | 0.78 | 0.58 |
| Hex | E8 | 41 | D8 | 0 | 48 | 7 | 9 | 132 | 4E | 3A |
| Octal | 350 | 101 | 330 | 0 | 110 | 7 | 11 | 462 | 116 | 72 |
| Binary | 11101000 | 1000001 | 11011000 | 0 | 1001000 | 111 | 1001 | 100110010 | 1001110 | 111010 |
Color Harmonies of #E841D8
Complementary color
Monochromatic Colors of #E841D8
Black with #E841D8
Text Example
Text Example
White with #E841D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841D8; }
p { color: rgb(232,65,216); }
H1.HeaderClassName
{
color: #E841D8;
}
.AnyTagClassName
{
color: #E841D8;
}
</style>
background-color css
<style>
a { background-color: #E841D8; }
a { background-color: rgb(232,65,216); }
div.DivClassName
{
background-color: #E841D8;
}
.BgClassName
{
background-color: #E841D8;
}
</style>
border-color css
<style>
span { border-color: #E841D8; }
span { border-color: rgb(232,65,216); }
td.TdClassName
{
border-color: #E841D8;
}
.TagClassName
{
border-color: #E841D8;
}
</style>