Html Css Color HEX #E34AD5 Free Speech Magenta
📋 copy color: '#E34AD5'red 227 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #E34AD5
Tints of Free Speech Magenta #E34AD5
RGB
CMYK
RGB Variations
Color information
#E34AD5 (or 0xE34AD5) is known color: Free Speech Magenta. HEX triplet: E3, 4A and D5. RGB value is (227,74,213). Sum of RGB (Red+Green+Blue) = 227+74+213=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34AD5 is #1CB52A. Grayscale: #878787. Windows color (decimal): -1881387 or 13978339. OLE color: 13978339.
HSL color Cylindrical-coordinate representation of color #E34AD5: hue angle of 305.49º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34AD5 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 213 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.11 |
| HSL | 305.49º | 0.73% | 0.59% | - |
| HSV(B) | 305.49º | 0.67% | 0.89% | - |
| XYZ | 46.14 | 26.03 | 65.54 | - |
| YUV | 135.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 213 | 0 | 0.67 | 0.06 | 0.11 | 305.49 | 0.73 | 0.59 |
| Hex | E3 | 4A | D5 | 0 | 43 | 6 | B | 131 | 49 | 3B |
| Octal | 343 | 112 | 325 | 0 | 103 | 6 | 13 | 461 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11010101 | 0 | 1000011 | 110 | 1011 | 100110001 | 1001001 | 111011 |
Color Harmonies of #E34AD5
Complementary color
Monochromatic Colors of #E34AD5
Black with #E34AD5
Text Example
Text Example
White with #E34AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AD5; }
p { color: rgb(227,74,213); }
H1.HeaderClassName
{
color: #E34AD5;
}
.AnyTagClassName
{
color: #E34AD5;
}
</style>
background-color css
<style>
a { background-color: #E34AD5; }
a { background-color: rgb(227,74,213); }
div.DivClassName
{
background-color: #E34AD5;
}
.BgClassName
{
background-color: #E34AD5;
}
</style>
border-color css
<style>
span { border-color: #E34AD5; }
span { border-color: rgb(227,74,213); }
td.TdClassName
{
border-color: #E34AD5;
}
.TagClassName
{
border-color: #E34AD5;
}
</style>