Html Css Color HEX #E34DB9 Free Speech Magenta
📋 copy color: '#E34DB9'red 227 ◦ green 77 ◦ blue 185
Shades of Free Speech Magenta #E34DB9
Tints of Free Speech Magenta #E34DB9
RGB
CMYK
RGB Variations
Color information
#E34DB9 (or 0xE34DB9) is known color: Free Speech Magenta. HEX triplet: E3, 4D and B9. RGB value is (227,77,185). Sum of RGB (Red+Green+Blue) = 227+77+185=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DB9 is #1CB246. Grayscale: #858585. Windows color (decimal): -1880647 or 12144099. OLE color: 12144099.
HSL color Cylindrical-coordinate representation of color #E34DB9: hue angle of 316.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34DB9 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 185 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.11 |
| HSL | 316.8º | 0.73% | 0.6% | - |
| HSV(B) | 316.8º | 0.66% | 0.89% | - |
| XYZ | 43.09 | 25.14 | 48.48 | - |
| YUV | 134.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 185 | 0 | 0.66 | 0.19 | 0.11 | 316.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | B9 | 0 | 42 | 13 | B | 13D | 49 | 3C |
| Octal | 343 | 115 | 271 | 0 | 102 | 23 | 13 | 475 | 111 | 74 |
| Binary | 11100011 | 1001101 | 10111001 | 0 | 1000010 | 10011 | 1011 | 100111101 | 1001001 | 111100 |
Color Harmonies of #E34DB9
Complementary color
Monochromatic Colors of #E34DB9
Black with #E34DB9
Text Example
Text Example
White with #E34DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DB9; }
p { color: rgb(227,77,185); }
H1.HeaderClassName
{
color: #E34DB9;
}
.AnyTagClassName
{
color: #E34DB9;
}
</style>
background-color css
<style>
a { background-color: #E34DB9; }
a { background-color: rgb(227,77,185); }
div.DivClassName
{
background-color: #E34DB9;
}
.BgClassName
{
background-color: #E34DB9;
}
</style>
border-color css
<style>
span { border-color: #E34DB9; }
span { border-color: rgb(227,77,185); }
td.TdClassName
{
border-color: #E34DB9;
}
.TagClassName
{
border-color: #E34DB9;
}
</style>