Html Css Color HEX #E34ECD Free Speech Magenta
📋 copy color: '#E34ECD'red 227 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E34ECD
Tints of Free Speech Magenta #E34ECD
RGB
CMYK
RGB Variations
Color information
#E34ECD (or 0xE34ECD) is known color: Free Speech Magenta. HEX triplet: E3, 4E and CD. RGB value is (227,78,205). Sum of RGB (Red+Green+Blue) = 227+78+205=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34ECD is #1CB132. Grayscale: #888888. Windows color (decimal): -1880371 or 13455075. OLE color: 13455075.
HSL color Cylindrical-coordinate representation of color #E34ECD: hue angle of 308.86º 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 #E34ECD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 205 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 308.86º | 0.73% | 0.6% | - |
| HSV(B) | 308.86º | 0.66% | 0.89% | - |
| XYZ | 45.42 | 26.19 | 60.42 | - |
| YUV | 137.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 205 | 0 | 0.66 | 0.10 | 0.11 | 308.86 | 0.73 | 0.6 |
| Hex | E3 | 4E | CD | 0 | 42 | A | B | 135 | 49 | 3C |
| Octal | 343 | 116 | 315 | 0 | 102 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001110 | 11001101 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34ECD
Complementary color
Monochromatic Colors of #E34ECD
Black with #E34ECD
Text Example
Text Example
White with #E34ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ECD; }
p { color: rgb(227,78,205); }
H1.HeaderClassName
{
color: #E34ECD;
}
.AnyTagClassName
{
color: #E34ECD;
}
</style>
background-color css
<style>
a { background-color: #E34ECD; }
a { background-color: rgb(227,78,205); }
div.DivClassName
{
background-color: #E34ECD;
}
.BgClassName
{
background-color: #E34ECD;
}
</style>
border-color css
<style>
span { border-color: #E34ECD; }
span { border-color: rgb(227,78,205); }
td.TdClassName
{
border-color: #E34ECD;
}
.TagClassName
{
border-color: #E34ECD;
}
</style>