Html Css Color HEX #E34AD9 Free Speech Magenta
📋 copy color: '#E34AD9'red 227 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #E34AD9
Tints of Free Speech Magenta #E34AD9
RGB
CMYK
RGB Variations
Color information
#E34AD9 (or 0xE34AD9) is known color: Free Speech Magenta. HEX triplet: E3, 4A and D9. RGB value is (227,74,217). Sum of RGB (Red+Green+Blue) = 227+74+217=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34AD9 is #1CB526. Grayscale: #878787. Windows color (decimal): -1881383 or 14240483. OLE color: 14240483.
HSL color Cylindrical-coordinate representation of color #E34AD9: hue angle of 303.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34AD9 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 217 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.92º | 0.73% | 0.59% | - |
| HSV(B) | 303.92º | 0.67% | 0.89% | - |
| XYZ | 46.65 | 26.24 | 68.25 | - |
| YUV | 136.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 217 | 0 | 0.67 | 0.04 | 0.11 | 303.92 | 0.73 | 0.59 |
| Hex | E3 | 4A | D9 | 0 | 43 | 4 | B | 130 | 49 | 3B |
| Octal | 343 | 112 | 331 | 0 | 103 | 4 | 13 | 460 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11011001 | 0 | 1000011 | 100 | 1011 | 100110000 | 1001001 | 111011 |
Color Harmonies of #E34AD9
Complementary color
Monochromatic Colors of #E34AD9
Black with #E34AD9
Text Example
Text Example
White with #E34AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AD9; }
p { color: rgb(227,74,217); }
H1.HeaderClassName
{
color: #E34AD9;
}
.AnyTagClassName
{
color: #E34AD9;
}
</style>
background-color css
<style>
a { background-color: #E34AD9; }
a { background-color: rgb(227,74,217); }
div.DivClassName
{
background-color: #E34AD9;
}
.BgClassName
{
background-color: #E34AD9;
}
</style>
border-color css
<style>
span { border-color: #E34AD9; }
span { border-color: rgb(227,74,217); }
td.TdClassName
{
border-color: #E34AD9;
}
.TagClassName
{
border-color: #E34AD9;
}
</style>