Html Css Color HEX #E34DDA Free Speech Magenta
📋 copy color: '#E34DDA'red 227 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #E34DDA
Tints of Free Speech Magenta #E34DDA
RGB
CMYK
RGB Variations
Color information
#E34DDA (or 0xE34DDA) is known color: Free Speech Magenta. HEX triplet: E3, 4D and DA. RGB value is (227,77,218). Sum of RGB (Red+Green+Blue) = 227+77+218=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DDA is #1CB225. Grayscale: #898989. Windows color (decimal): -1880614 or 14306787. OLE color: 14306787.
HSL color Cylindrical-coordinate representation of color #E34DDA: hue angle of 303.6º 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 #E34DDA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 218 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.11 |
| HSL | 303.6º | 0.73% | 0.6% | - |
| HSV(B) | 303.6º | 0.66% | 0.89% | - |
| XYZ | 46.99 | 26.7 | 69.01 | - |
| YUV | 137.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 218 | 0 | 0.66 | 0.04 | 0.11 | 303.6 | 0.73 | 0.6 |
| Hex | E3 | 4D | DA | 0 | 42 | 4 | B | 130 | 49 | 3C |
| Octal | 343 | 115 | 332 | 0 | 102 | 4 | 13 | 460 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11011010 | 0 | 1000010 | 100 | 1011 | 100110000 | 1001001 | 111100 |
Color Harmonies of #E34DDA
Complementary color
Monochromatic Colors of #E34DDA
Black with #E34DDA
Text Example
Text Example
White with #E34DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DDA; }
p { color: rgb(227,77,218); }
H1.HeaderClassName
{
color: #E34DDA;
}
.AnyTagClassName
{
color: #E34DDA;
}
</style>
background-color css
<style>
a { background-color: #E34DDA; }
a { background-color: rgb(227,77,218); }
div.DivClassName
{
background-color: #E34DDA;
}
.BgClassName
{
background-color: #E34DDA;
}
</style>
border-color css
<style>
span { border-color: #E34DDA; }
span { border-color: rgb(227,77,218); }
td.TdClassName
{
border-color: #E34DDA;
}
.TagClassName
{
border-color: #E34DDA;
}
</style>