Html Css Color HEX #E34DD2 Free Speech Magenta
📋 copy color: '#E34DD2'red 227 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #E34DD2
Tints of Free Speech Magenta #E34DD2
RGB
CMYK
RGB Variations
Color information
#E34DD2 (or 0xE34DD2) is known color: Free Speech Magenta. HEX triplet: E3, 4D and D2. RGB value is (227,77,210). Sum of RGB (Red+Green+Blue) = 227+77+210=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DD2 is #1CB22D. Grayscale: #888888. Windows color (decimal): -1880622 or 13782499. OLE color: 13782499.
HSL color Cylindrical-coordinate representation of color #E34DD2: hue angle of 306.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 #E34DD2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 210 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.11 |
| HSL | 306.8º | 0.73% | 0.6% | - |
| HSV(B) | 306.8º | 0.66% | 0.89% | - |
| XYZ | 45.97 | 26.29 | 63.62 | - |
| YUV | 137.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 210 | 0 | 0.66 | 0.07 | 0.11 | 306.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | D2 | 0 | 42 | 7 | B | 133 | 49 | 3C |
| Octal | 343 | 115 | 322 | 0 | 102 | 7 | 13 | 463 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11010010 | 0 | 1000010 | 111 | 1011 | 100110011 | 1001001 | 111100 |
Color Harmonies of #E34DD2
Complementary color
Monochromatic Colors of #E34DD2
Black with #E34DD2
Text Example
Text Example
White with #E34DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DD2; }
p { color: rgb(227,77,210); }
H1.HeaderClassName
{
color: #E34DD2;
}
.AnyTagClassName
{
color: #E34DD2;
}
</style>
background-color css
<style>
a { background-color: #E34DD2; }
a { background-color: rgb(227,77,210); }
div.DivClassName
{
background-color: #E34DD2;
}
.BgClassName
{
background-color: #E34DD2;
}
</style>
border-color css
<style>
span { border-color: #E34DD2; }
span { border-color: rgb(227,77,210); }
td.TdClassName
{
border-color: #E34DD2;
}
.TagClassName
{
border-color: #E34DD2;
}
</style>