Html Css Color HEX #E841DD Free Speech Magenta
📋 copy color: '#E841DD'red 232 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #E841DD
Tints of Free Speech Magenta #E841DD
RGB
CMYK
RGB Variations
Color information
#E841DD (or 0xE841DD) is known color: Free Speech Magenta. HEX triplet: E8, 41 and DD. RGB value is (232,65,221). Sum of RGB (Red+Green+Blue) = 232+65+221=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E841DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841DD is #17BE22. Grayscale: #848484. Windows color (decimal): -1556003 or 14500328. OLE color: 14500328.
HSL color Cylindrical-coordinate representation of color #E841DD: hue angle of 303.95º 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 #E841DD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 221 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.09 |
| HSL | 303.95º | 0.78% | 0.58% | - |
| HSV(B) | 303.95º | 0.72% | 0.91% | - |
| XYZ | 48.22 | 26.16 | 70.91 | - |
| YUV | 132.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 221 | 0 | 0.72 | 0.05 | 0.09 | 303.95 | 0.78 | 0.58 |
| Hex | E8 | 41 | DD | 0 | 48 | 5 | 9 | 130 | 4E | 3A |
| Octal | 350 | 101 | 335 | 0 | 110 | 5 | 11 | 460 | 116 | 72 |
| Binary | 11101000 | 1000001 | 11011101 | 0 | 1001000 | 101 | 1001 | 100110000 | 1001110 | 111010 |
Color Harmonies of #E841DD
Complementary color
Monochromatic Colors of #E841DD
Black with #E841DD
Text Example
Text Example
White with #E841DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841DD; }
p { color: rgb(232,65,221); }
H1.HeaderClassName
{
color: #E841DD;
}
.AnyTagClassName
{
color: #E841DD;
}
</style>
background-color css
<style>
a { background-color: #E841DD; }
a { background-color: rgb(232,65,221); }
div.DivClassName
{
background-color: #E841DD;
}
.BgClassName
{
background-color: #E841DD;
}
</style>
border-color css
<style>
span { border-color: #E841DD; }
span { border-color: rgb(232,65,221); }
td.TdClassName
{
border-color: #E841DD;
}
.TagClassName
{
border-color: #E841DD;
}
</style>