Html Css Color HEX #E34AE0 Free Speech Magenta
📋 copy color: '#E34AE0'red 227 ◦ green 74 ◦ blue 224
Shades of Free Speech Magenta #E34AE0
Tints of Free Speech Magenta #E34AE0
RGB
CMYK
RGB Variations
Color information
#E34AE0 (or 0xE34AE0) is known color: Free Speech Magenta. HEX triplet: E3, 4A and E0. RGB value is (227,74,224). Sum of RGB (Red+Green+Blue) = 227+74+224=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34AE0 is #1CB51F. Grayscale: #888888. Windows color (decimal): -1881376 or 14699235. OLE color: 14699235.
HSL color Cylindrical-coordinate representation of color #E34AE0: hue angle of 301.18º 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 #E34AE0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 224 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.11 |
| HSL | 301.18º | 0.73% | 0.59% | - |
| HSV(B) | 301.18º | 0.67% | 0.89% | - |
| XYZ | 47.58 | 26.61 | 73.15 | - |
| YUV | 136.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 224 | 0 | 0.67 | 0.01 | 0.11 | 301.18 | 0.73 | 0.59 |
| Hex | E3 | 4A | E0 | 0 | 43 | 1 | B | 12D | 49 | 3B |
| Octal | 343 | 112 | 340 | 0 | 103 | 1 | 13 | 455 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11100000 | 0 | 1000011 | 1 | 1011 | 100101101 | 1001001 | 111011 |
Color Harmonies of #E34AE0
Complementary color
Monochromatic Colors of #E34AE0
Black with #E34AE0
Text Example
Text Example
White with #E34AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AE0; }
p { color: rgb(227,74,224); }
H1.HeaderClassName
{
color: #E34AE0;
}
.AnyTagClassName
{
color: #E34AE0;
}
</style>
background-color css
<style>
a { background-color: #E34AE0; }
a { background-color: rgb(227,74,224); }
div.DivClassName
{
background-color: #E34AE0;
}
.BgClassName
{
background-color: #E34AE0;
}
</style>
border-color css
<style>
span { border-color: #E34AE0; }
span { border-color: rgb(227,74,224); }
td.TdClassName
{
border-color: #E34AE0;
}
.TagClassName
{
border-color: #E34AE0;
}
</style>