Html Css Color HEX #E339DD Free Speech Magenta
📋 copy color: '#E339DD'red 227 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #E339DD
Tints of Free Speech Magenta #E339DD
RGB
CMYK
RGB Variations
Color information
#E339DD (or 0xE339DD) is known color: Free Speech Magenta. HEX triplet: E3, 39 and DD. RGB value is (227,57,221). Sum of RGB (Red+Green+Blue) = 227+57+221=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 57 (22.66% from 255 or 11.29% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E339DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E339DD is #1CC622. Grayscale: #7E7E7E. Windows color (decimal): -1885731 or 14498275. OLE color: 14498275.
HSL color Cylindrical-coordinate representation of color #E339DD: hue angle of 302.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E339DD is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 221 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.11 |
| HSL | 302.12º | 0.75% | 0.56% | - |
| HSV(B) | 302.12º | 0.75% | 0.89% | - |
| XYZ | 46.19 | 24.48 | 70.7 | - |
| YUV | 126.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 221 | 0 | 0.75 | 0.03 | 0.11 | 302.12 | 0.75 | 0.56 |
| Hex | E3 | 39 | DD | 0 | 4B | 3 | B | 12E | 4B | 38 |
| Octal | 343 | 71 | 335 | 0 | 113 | 3 | 13 | 456 | 113 | 70 |
| Binary | 11100011 | 111001 | 11011101 | 0 | 1001011 | 11 | 1011 | 100101110 | 1001011 | 111000 |
Color Harmonies of #E339DD
Complementary color
Monochromatic Colors of #E339DD
Black with #E339DD
Text Example
Text Example
White with #E339DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E339DD; }
p { color: rgb(227,57,221); }
H1.HeaderClassName
{
color: #E339DD;
}
.AnyTagClassName
{
color: #E339DD;
}
</style>
background-color css
<style>
a { background-color: #E339DD; }
a { background-color: rgb(227,57,221); }
div.DivClassName
{
background-color: #E339DD;
}
.BgClassName
{
background-color: #E339DD;
}
</style>
border-color css
<style>
span { border-color: #E339DD; }
span { border-color: rgb(227,57,221); }
td.TdClassName
{
border-color: #E339DD;
}
.TagClassName
{
border-color: #E339DD;
}
</style>