Html Css Color HEX #E34DCD Free Speech Magenta
📋 copy color: '#E34DCD'red 227 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E34DCD
Tints of Free Speech Magenta #E34DCD
RGB
CMYK
RGB Variations
Color information
#E34DCD (or 0xE34DCD) is known color: Free Speech Magenta. HEX triplet: E3, 4D and CD. RGB value is (227,77,205). Sum of RGB (Red+Green+Blue) = 227+77+205=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DCD is #1CB232. Grayscale: #888888. Windows color (decimal): -1880627 or 13454819. OLE color: 13454819.
HSL color Cylindrical-coordinate representation of color #E34DCD: hue angle of 308.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 #E34DCD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 308.8º | 0.73% | 0.6% | - |
| HSV(B) | 308.8º | 0.66% | 0.89% | - |
| XYZ | 45.35 | 26.05 | 60.39 | - |
| YUV | 136.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 205 | 0 | 0.66 | 0.10 | 0.11 | 308.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | CD | 0 | 42 | A | B | 135 | 49 | 3C |
| Octal | 343 | 115 | 315 | 0 | 102 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11001101 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34DCD
Complementary color
Monochromatic Colors of #E34DCD
Black with #E34DCD
Text Example
Text Example
White with #E34DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DCD; }
p { color: rgb(227,77,205); }
H1.HeaderClassName
{
color: #E34DCD;
}
.AnyTagClassName
{
color: #E34DCD;
}
</style>
background-color css
<style>
a { background-color: #E34DCD; }
a { background-color: rgb(227,77,205); }
div.DivClassName
{
background-color: #E34DCD;
}
.BgClassName
{
background-color: #E34DCD;
}
</style>
border-color css
<style>
span { border-color: #E34DCD; }
span { border-color: rgb(227,77,205); }
td.TdClassName
{
border-color: #E34DCD;
}
.TagClassName
{
border-color: #E34DCD;
}
</style>