Html Css Color HEX #E34FCD Free Speech Magenta
📋 copy color: '#E34FCD'red 227 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #E34FCD
Tints of Free Speech Magenta #E34FCD
RGB
CMYK
RGB Variations
Color information
#E34FCD (or 0xE34FCD) is known color: Free Speech Magenta. HEX triplet: E3, 4F and CD. RGB value is (227,79,205). Sum of RGB (Red+Green+Blue) = 227+79+205=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FCD is #1CB032. Grayscale: #898989. Windows color (decimal): -1880115 or 13455331. OLE color: 13455331.
HSL color Cylindrical-coordinate representation of color #E34FCD: hue angle of 308.92º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34FCD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 205 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 308.92º | 0.73% | 0.6% | - |
| HSV(B) | 308.92º | 0.65% | 0.89% | - |
| XYZ | 45.49 | 26.33 | 60.44 | - |
| YUV | 137.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 205 | 0 | 0.65 | 0.10 | 0.11 | 308.92 | 0.73 | 0.6 |
| Hex | E3 | 4F | CD | 0 | 41 | A | B | 135 | 49 | 3C |
| Octal | 343 | 117 | 315 | 0 | 101 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001111 | 11001101 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34FCD
Complementary color
Monochromatic Colors of #E34FCD
Black with #E34FCD
Text Example
Text Example
White with #E34FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FCD; }
p { color: rgb(227,79,205); }
H1.HeaderClassName
{
color: #E34FCD;
}
.AnyTagClassName
{
color: #E34FCD;
}
</style>
background-color css
<style>
a { background-color: #E34FCD; }
a { background-color: rgb(227,79,205); }
div.DivClassName
{
background-color: #E34FCD;
}
.BgClassName
{
background-color: #E34FCD;
}
</style>
border-color css
<style>
span { border-color: #E34FCD; }
span { border-color: rgb(227,79,205); }
td.TdClassName
{
border-color: #E34FCD;
}
.TagClassName
{
border-color: #E34FCD;
}
</style>