Html Css Color HEX #E841D1 Free Speech Magenta
📋 copy color: '#E841D1'red 232 ◦ green 65 ◦ blue 209
Shades of Free Speech Magenta #E841D1
Tints of Free Speech Magenta #E841D1
RGB
CMYK
RGB Variations
Color information
#E841D1 (or 0xE841D1) is known color: Free Speech Magenta. HEX triplet: E8, 41 and D1. RGB value is (232,65,209). Sum of RGB (Red+Green+Blue) = 232+65+209=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E841D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841D1 is #17BE2E. Grayscale: #828282. Windows color (decimal): -1556015 or 13713896. OLE color: 13713896.
HSL color Cylindrical-coordinate representation of color #E841D1: hue angle of 308.26º 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 #E841D1 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 209 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.09 |
| HSL | 308.26º | 0.78% | 0.58% | - |
| HSV(B) | 308.26º | 0.72% | 0.91% | - |
| XYZ | 46.68 | 25.54 | 62.79 | - |
| YUV | 131.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 209 | 0 | 0.72 | 0.10 | 0.09 | 308.26 | 0.78 | 0.58 |
| Hex | E8 | 41 | D1 | 0 | 48 | A | 9 | 134 | 4E | 3A |
| Octal | 350 | 101 | 321 | 0 | 110 | 12 | 11 | 464 | 116 | 72 |
| Binary | 11101000 | 1000001 | 11010001 | 0 | 1001000 | 1010 | 1001 | 100110100 | 1001110 | 111010 |
Color Harmonies of #E841D1
Complementary color
Monochromatic Colors of #E841D1
Black with #E841D1
Text Example
Text Example
White with #E841D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841D1; }
p { color: rgb(232,65,209); }
H1.HeaderClassName
{
color: #E841D1;
}
.AnyTagClassName
{
color: #E841D1;
}
</style>
background-color css
<style>
a { background-color: #E841D1; }
a { background-color: rgb(232,65,209); }
div.DivClassName
{
background-color: #E841D1;
}
.BgClassName
{
background-color: #E841D1;
}
</style>
border-color css
<style>
span { border-color: #E841D1; }
span { border-color: rgb(232,65,209); }
td.TdClassName
{
border-color: #E841D1;
}
.TagClassName
{
border-color: #E841D1;
}
</style>