Html Css Color HEX #E34BD9 Free Speech Magenta
📋 copy color: '#E34BD9'red 227 ◦ green 75 ◦ blue 217
Shades of Free Speech Magenta #E34BD9
Tints of Free Speech Magenta #E34BD9
RGB
CMYK
RGB Variations
Color information
#E34BD9 (or 0xE34BD9) is known color: Free Speech Magenta. HEX triplet: E3, 4B and D9. RGB value is (227,75,217). Sum of RGB (Red+Green+Blue) = 227+75+217=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34BD9 is #1CB426. Grayscale: #888888. Windows color (decimal): -1881127 or 14240739. OLE color: 14240739.
HSL color Cylindrical-coordinate representation of color #E34BD9: hue angle of 303.95º 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 #E34BD9 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 217 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.95º | 0.73% | 0.59% | - |
| HSV(B) | 303.95º | 0.67% | 0.89% | - |
| XYZ | 46.72 | 26.37 | 68.27 | - |
| YUV | 136.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 217 | 0 | 0.67 | 0.04 | 0.11 | 303.95 | 0.73 | 0.59 |
| Hex | E3 | 4B | D9 | 0 | 43 | 4 | B | 130 | 49 | 3B |
| Octal | 343 | 113 | 331 | 0 | 103 | 4 | 13 | 460 | 111 | 73 |
| Binary | 11100011 | 1001011 | 11011001 | 0 | 1000011 | 100 | 1011 | 100110000 | 1001001 | 111011 |
Color Harmonies of #E34BD9
Complementary color
Monochromatic Colors of #E34BD9
Black with #E34BD9
Text Example
Text Example
White with #E34BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BD9; }
p { color: rgb(227,75,217); }
H1.HeaderClassName
{
color: #E34BD9;
}
.AnyTagClassName
{
color: #E34BD9;
}
</style>
background-color css
<style>
a { background-color: #E34BD9; }
a { background-color: rgb(227,75,217); }
div.DivClassName
{
background-color: #E34BD9;
}
.BgClassName
{
background-color: #E34BD9;
}
</style>
border-color css
<style>
span { border-color: #E34BD9; }
span { border-color: rgb(227,75,217); }
td.TdClassName
{
border-color: #E34BD9;
}
.TagClassName
{
border-color: #E34BD9;
}
</style>