Html Css Color HEX #E34DD0 Free Speech Magenta
📋 copy color: '#E34DD0'red 227 ◦ green 77 ◦ blue 208
Shades of Free Speech Magenta #E34DD0
Tints of Free Speech Magenta #E34DD0
RGB
CMYK
RGB Variations
Color information
#E34DD0 (or 0xE34DD0) is known color: Free Speech Magenta. HEX triplet: E3, 4D and D0. RGB value is (227,77,208). Sum of RGB (Red+Green+Blue) = 227+77+208=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DD0 is #1CB22F. Grayscale: #888888. Windows color (decimal): -1880624 or 13651427. OLE color: 13651427.
HSL color Cylindrical-coordinate representation of color #E34DD0: hue angle of 307.6º 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 #E34DD0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 208 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.11 |
| HSL | 307.6º | 0.73% | 0.6% | - |
| HSV(B) | 307.6º | 0.66% | 0.89% | - |
| XYZ | 45.72 | 26.19 | 62.32 | - |
| YUV | 136.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 208 | 0 | 0.66 | 0.08 | 0.11 | 307.6 | 0.73 | 0.6 |
| Hex | E3 | 4D | D0 | 0 | 42 | 8 | B | 134 | 49 | 3C |
| Octal | 343 | 115 | 320 | 0 | 102 | 10 | 13 | 464 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11010000 | 0 | 1000010 | 1000 | 1011 | 100110100 | 1001001 | 111100 |
Color Harmonies of #E34DD0
Complementary color
Monochromatic Colors of #E34DD0
Black with #E34DD0
Text Example
Text Example
White with #E34DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DD0; }
p { color: rgb(227,77,208); }
H1.HeaderClassName
{
color: #E34DD0;
}
.AnyTagClassName
{
color: #E34DD0;
}
</style>
background-color css
<style>
a { background-color: #E34DD0; }
a { background-color: rgb(227,77,208); }
div.DivClassName
{
background-color: #E34DD0;
}
.BgClassName
{
background-color: #E34DD0;
}
</style>
border-color css
<style>
span { border-color: #E34DD0; }
span { border-color: rgb(227,77,208); }
td.TdClassName
{
border-color: #E34DD0;
}
.TagClassName
{
border-color: #E34DD0;
}
</style>