Html Css Color HEX #E34AB7 Free Speech Magenta
📋 copy color: '#E34AB7'red 227 ◦ green 74 ◦ blue 183
Shades of Free Speech Magenta #E34AB7
Tints of Free Speech Magenta #E34AB7
RGB
CMYK
RGB Variations
Color information
#E34AB7 (or 0xE34AB7) is known color: Free Speech Magenta. HEX triplet: E3, 4A and B7. RGB value is (227,74,183). Sum of RGB (Red+Green+Blue) = 227+74+183=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34AB7 is #1CB548. Grayscale: #838383. Windows color (decimal): -1881417 or 12012259. OLE color: 12012259.
HSL color Cylindrical-coordinate representation of color #E34AB7: hue angle of 317.25º 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 #E34AB7 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 183 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.11 |
| HSL | 317.25º | 0.73% | 0.59% | - |
| HSV(B) | 317.25º | 0.67% | 0.89% | - |
| XYZ | 42.67 | 24.65 | 47.31 | - |
| YUV | 132.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 183 | 0 | 0.67 | 0.19 | 0.11 | 317.25 | 0.73 | 0.59 |
| Hex | E3 | 4A | B7 | 0 | 43 | 13 | B | 13D | 49 | 3B |
| Octal | 343 | 112 | 267 | 0 | 103 | 23 | 13 | 475 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10110111 | 0 | 1000011 | 10011 | 1011 | 100111101 | 1001001 | 111011 |
Color Harmonies of #E34AB7
Complementary color
Monochromatic Colors of #E34AB7
Black with #E34AB7
Text Example
Text Example
White with #E34AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AB7; }
p { color: rgb(227,74,183); }
H1.HeaderClassName
{
color: #E34AB7;
}
.AnyTagClassName
{
color: #E34AB7;
}
</style>
background-color css
<style>
a { background-color: #E34AB7; }
a { background-color: rgb(227,74,183); }
div.DivClassName
{
background-color: #E34AB7;
}
.BgClassName
{
background-color: #E34AB7;
}
</style>
border-color css
<style>
span { border-color: #E34AB7; }
span { border-color: rgb(227,74,183); }
td.TdClassName
{
border-color: #E34AB7;
}
.TagClassName
{
border-color: #E34AB7;
}
</style>