Html Css Color HEX #E34DBA Free Speech Magenta
📋 copy color: '#E34DBA'red 227 ◦ green 77 ◦ blue 186
Shades of Free Speech Magenta #E34DBA
Tints of Free Speech Magenta #E34DBA
RGB
CMYK
RGB Variations
Color information
#E34DBA (or 0xE34DBA) is known color: Free Speech Magenta. HEX triplet: E3, 4D and BA. RGB value is (227,77,186). Sum of RGB (Red+Green+Blue) = 227+77+186=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DBA is #1CB245. Grayscale: #858585. Windows color (decimal): -1880646 or 12209635. OLE color: 12209635.
HSL color Cylindrical-coordinate representation of color #E34DBA: hue angle of 316.4º 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 #E34DBA is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 186 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.11 |
| HSL | 316.4º | 0.73% | 0.6% | - |
| HSV(B) | 316.4º | 0.66% | 0.89% | - |
| XYZ | 43.2 | 25.18 | 49.04 | - |
| YUV | 134.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 186 | 0 | 0.66 | 0.18 | 0.11 | 316.4 | 0.73 | 0.6 |
| Hex | E3 | 4D | BA | 0 | 42 | 12 | B | 13C | 49 | 3C |
| Octal | 343 | 115 | 272 | 0 | 102 | 22 | 13 | 474 | 111 | 74 |
| Binary | 11100011 | 1001101 | 10111010 | 0 | 1000010 | 10010 | 1011 | 100111100 | 1001001 | 111100 |
Color Harmonies of #E34DBA
Complementary color
Monochromatic Colors of #E34DBA
Black with #E34DBA
Text Example
Text Example
White with #E34DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DBA; }
p { color: rgb(227,77,186); }
H1.HeaderClassName
{
color: #E34DBA;
}
.AnyTagClassName
{
color: #E34DBA;
}
</style>
background-color css
<style>
a { background-color: #E34DBA; }
a { background-color: rgb(227,77,186); }
div.DivClassName
{
background-color: #E34DBA;
}
.BgClassName
{
background-color: #E34DBA;
}
</style>
border-color css
<style>
span { border-color: #E34DBA; }
span { border-color: rgb(227,77,186); }
td.TdClassName
{
border-color: #E34DBA;
}
.TagClassName
{
border-color: #E34DBA;
}
</style>