Html Css Color HEX #E339DB Free Speech Magenta
📋 copy color: '#E339DB'red 227 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #E339DB
Tints of Free Speech Magenta #E339DB
RGB
CMYK
RGB Variations
Color information
#E339DB (or 0xE339DB) is known color: Free Speech Magenta. HEX triplet: E3, 39 and DB. RGB value is (227,57,219). Sum of RGB (Red+Green+Blue) = 227+57+219=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E339DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E339DB is #1CC624. Grayscale: #7D7D7D. Windows color (decimal): -1885733 or 14367203. OLE color: 14367203.
HSL color Cylindrical-coordinate representation of color #E339DB: hue angle of 302.82º 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 #E339DB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 57 | 219 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.11 |
| HSL | 302.82º | 0.75% | 0.56% | - |
| HSV(B) | 302.82º | 0.75% | 0.89% | - |
| XYZ | 45.93 | 24.37 | 69.3 | - |
| YUV | 126.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 219 | 0 | 0.75 | 0.04 | 0.11 | 302.82 | 0.75 | 0.56 |
| Hex | E3 | 39 | DB | 0 | 4B | 4 | B | 12F | 4B | 38 |
| Octal | 343 | 71 | 333 | 0 | 113 | 4 | 13 | 457 | 113 | 70 |
| Binary | 11100011 | 111001 | 11011011 | 0 | 1001011 | 100 | 1011 | 100101111 | 1001011 | 111000 |
Color Harmonies of #E339DB
Complementary color
Monochromatic Colors of #E339DB
Black with #E339DB
Text Example
Text Example
White with #E339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E339DB; }
p { color: rgb(227,57,219); }
H1.HeaderClassName
{
color: #E339DB;
}
.AnyTagClassName
{
color: #E339DB;
}
</style>
background-color css
<style>
a { background-color: #E339DB; }
a { background-color: rgb(227,57,219); }
div.DivClassName
{
background-color: #E339DB;
}
.BgClassName
{
background-color: #E339DB;
}
</style>
border-color css
<style>
span { border-color: #E339DB; }
span { border-color: rgb(227,57,219); }
td.TdClassName
{
border-color: #E339DB;
}
.TagClassName
{
border-color: #E339DB;
}
</style>