Html Css Color HEX #E539DD Free Speech Magenta
📋 copy color: '#E539DD'red 229 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #E539DD
Tints of Free Speech Magenta #E539DD
RGB
CMYK
RGB Variations
Color information
#E539DD (or 0xE539DD) is known color: Free Speech Magenta. HEX triplet: E5, 39 and DD. RGB value is (229,57,221). Sum of RGB (Red+Green+Blue) = 229+57+221=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E539DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E539DD is #1AC622. Grayscale: #7E7E7E. Windows color (decimal): -1754659 or 14498277. OLE color: 14498277.
HSL color Cylindrical-coordinate representation of color #E539DD: hue angle of 302.79º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E539DD is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 221 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.10 |
| HSL | 302.79º | 0.77% | 0.56% | - |
| HSV(B) | 302.79º | 0.75% | 0.9% | - |
| XYZ | 46.83 | 24.8 | 70.73 | - |
| YUV | 127.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 221 | 0 | 0.75 | 0.03 | 0.10 | 302.79 | 0.77 | 0.56 |
| Hex | E5 | 39 | DD | 0 | 4B | 3 | A | 12F | 4D | 38 |
| Octal | 345 | 71 | 335 | 0 | 113 | 3 | 12 | 457 | 115 | 70 |
| Binary | 11100101 | 111001 | 11011101 | 0 | 1001011 | 11 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E539DD
Complementary color
Monochromatic Colors of #E539DD
Black with #E539DD
Text Example
Text Example
White with #E539DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539DD; }
p { color: rgb(229,57,221); }
H1.HeaderClassName
{
color: #E539DD;
}
.AnyTagClassName
{
color: #E539DD;
}
</style>
background-color css
<style>
a { background-color: #E539DD; }
a { background-color: rgb(229,57,221); }
div.DivClassName
{
background-color: #E539DD;
}
.BgClassName
{
background-color: #E539DD;
}
</style>
border-color css
<style>
span { border-color: #E539DD; }
span { border-color: rgb(229,57,221); }
td.TdClassName
{
border-color: #E539DD;
}
.TagClassName
{
border-color: #E539DD;
}
</style>