Html Css Color HEX #E34DBE Free Speech Magenta
📋 copy color: '#E34DBE'red 227 ◦ green 77 ◦ blue 190
Shades of Free Speech Magenta #E34DBE
Tints of Free Speech Magenta #E34DBE
RGB
CMYK
RGB Variations
Color information
#E34DBE (or 0xE34DBE) is known color: Free Speech Magenta. HEX triplet: E3, 4D and BE. RGB value is (227,77,190). Sum of RGB (Red+Green+Blue) = 227+77+190=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DBE is #1CB241. Grayscale: #868686. Windows color (decimal): -1880642 or 12471779. OLE color: 12471779.
HSL color Cylindrical-coordinate representation of color #E34DBE: hue angle of 314.8º 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 #E34DBE is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 190 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.11 |
| HSL | 314.8º | 0.73% | 0.6% | - |
| HSV(B) | 314.8º | 0.66% | 0.89% | - |
| XYZ | 43.63 | 25.36 | 51.31 | - |
| YUV | 134.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 190 | 0 | 0.66 | 0.16 | 0.11 | 314.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | BE | 0 | 42 | 10 | B | 13B | 49 | 3C |
| Octal | 343 | 115 | 276 | 0 | 102 | 20 | 13 | 473 | 111 | 74 |
| Binary | 11100011 | 1001101 | 10111110 | 0 | 1000010 | 10000 | 1011 | 100111011 | 1001001 | 111100 |
Color Harmonies of #E34DBE
Complementary color
Monochromatic Colors of #E34DBE
Black with #E34DBE
Text Example
Text Example
White with #E34DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DBE; }
p { color: rgb(227,77,190); }
H1.HeaderClassName
{
color: #E34DBE;
}
.AnyTagClassName
{
color: #E34DBE;
}
</style>
background-color css
<style>
a { background-color: #E34DBE; }
a { background-color: rgb(227,77,190); }
div.DivClassName
{
background-color: #E34DBE;
}
.BgClassName
{
background-color: #E34DBE;
}
</style>
border-color css
<style>
span { border-color: #E34DBE; }
span { border-color: rgb(227,77,190); }
td.TdClassName
{
border-color: #E34DBE;
}
.TagClassName
{
border-color: #E34DBE;
}
</style>