Html Css Color HEX #E34EDD Free Speech Magenta
📋 copy color: '#E34EDD'red 227 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E34EDD
Tints of Free Speech Magenta #E34EDD
RGB
CMYK
RGB Variations
Color information
#E34EDD (or 0xE34EDD) is known color: Free Speech Magenta. HEX triplet: E3, 4E and DD. RGB value is (227,78,221). Sum of RGB (Red+Green+Blue) = 227+78+221=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34EDD is #1CB122. Grayscale: #8A8A8A. Windows color (decimal): -1880355 or 14503651. OLE color: 14503651.
HSL color Cylindrical-coordinate representation of color #E34EDD: hue angle of 302.42º 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 #E34EDD is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 221 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.11 |
| HSL | 302.42º | 0.73% | 0.6% | - |
| HSV(B) | 302.42º | 0.66% | 0.89% | - |
| XYZ | 47.45 | 27 | 71.12 | - |
| YUV | 138.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 221 | 0 | 0.66 | 0.03 | 0.11 | 302.42 | 0.73 | 0.6 |
| Hex | E3 | 4E | DD | 0 | 42 | 3 | B | 12E | 49 | 3C |
| Octal | 343 | 116 | 335 | 0 | 102 | 3 | 13 | 456 | 111 | 74 |
| Binary | 11100011 | 1001110 | 11011101 | 0 | 1000010 | 11 | 1011 | 100101110 | 1001001 | 111100 |
Color Harmonies of #E34EDD
Complementary color
Monochromatic Colors of #E34EDD
Black with #E34EDD
Text Example
Text Example
White with #E34EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34EDD; }
p { color: rgb(227,78,221); }
H1.HeaderClassName
{
color: #E34EDD;
}
.AnyTagClassName
{
color: #E34EDD;
}
</style>
background-color css
<style>
a { background-color: #E34EDD; }
a { background-color: rgb(227,78,221); }
div.DivClassName
{
background-color: #E34EDD;
}
.BgClassName
{
background-color: #E34EDD;
}
</style>
border-color css
<style>
span { border-color: #E34EDD; }
span { border-color: rgb(227,78,221); }
td.TdClassName
{
border-color: #E34EDD;
}
.TagClassName
{
border-color: #E34EDD;
}
</style>