Html Css Color HEX #E542DD Free Speech Magenta
📋 copy color: '#E542DD'red 229 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #E542DD
Tints of Free Speech Magenta #E542DD
RGB
CMYK
RGB Variations
Color information
#E542DD (or 0xE542DD) is known color: Free Speech Magenta. HEX triplet: E5, 42 and DD. RGB value is (229,66,221). Sum of RGB (Red+Green+Blue) = 229+66+221=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E542DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542DD is #1ABD22. Grayscale: #838383. Windows color (decimal): -1752355 or 14500581. OLE color: 14500581.
HSL color Cylindrical-coordinate representation of color #E542DD: hue angle of 302.94º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542DD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 221 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.10 |
| HSL | 302.94º | 0.76% | 0.58% | - |
| HSV(B) | 302.94º | 0.71% | 0.9% | - |
| XYZ | 47.31 | 25.77 | 70.89 | - |
| YUV | 132.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 221 | 0 | 0.71 | 0.03 | 0.10 | 302.94 | 0.76 | 0.58 |
| Hex | E5 | 42 | DD | 0 | 47 | 3 | A | 12F | 4C | 3A |
| Octal | 345 | 102 | 335 | 0 | 107 | 3 | 12 | 457 | 114 | 72 |
| Binary | 11100101 | 1000010 | 11011101 | 0 | 1000111 | 11 | 1010 | 100101111 | 1001100 | 111010 |
Color Harmonies of #E542DD
Complementary color
Monochromatic Colors of #E542DD
Black with #E542DD
Text Example
Text Example
White with #E542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542DD; }
p { color: rgb(229,66,221); }
H1.HeaderClassName
{
color: #E542DD;
}
.AnyTagClassName
{
color: #E542DD;
}
</style>
background-color css
<style>
a { background-color: #E542DD; }
a { background-color: rgb(229,66,221); }
div.DivClassName
{
background-color: #E542DD;
}
.BgClassName
{
background-color: #E542DD;
}
</style>
border-color css
<style>
span { border-color: #E542DD; }
span { border-color: rgb(229,66,221); }
td.TdClassName
{
border-color: #E542DD;
}
.TagClassName
{
border-color: #E542DD;
}
</style>