Html Css Color HEX #E34DD3 Free Speech Magenta
📋 copy color: '#E34DD3'red 227 ◦ green 77 ◦ blue 211
Shades of Free Speech Magenta #E34DD3
Tints of Free Speech Magenta #E34DD3
RGB
CMYK
RGB Variations
Color information
#E34DD3 (or 0xE34DD3) is known color: Free Speech Magenta. HEX triplet: E3, 4D and D3. RGB value is (227,77,211). Sum of RGB (Red+Green+Blue) = 227+77+211=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DD3 is #1CB22C. Grayscale: #888888. Windows color (decimal): -1880621 or 13848035. OLE color: 13848035.
HSL color Cylindrical-coordinate representation of color #E34DD3: hue angle of 306.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 #E34DD3 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 211 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.11 |
| HSL | 306.4º | 0.73% | 0.6% | - |
| HSV(B) | 306.4º | 0.66% | 0.89% | - |
| XYZ | 46.09 | 26.34 | 64.28 | - |
| YUV | 137.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 211 | 0 | 0.66 | 0.07 | 0.11 | 306.4 | 0.73 | 0.6 |
| Hex | E3 | 4D | D3 | 0 | 42 | 7 | B | 132 | 49 | 3C |
| Octal | 343 | 115 | 323 | 0 | 102 | 7 | 13 | 462 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11010011 | 0 | 1000010 | 111 | 1011 | 100110010 | 1001001 | 111100 |
Color Harmonies of #E34DD3
Complementary color
Monochromatic Colors of #E34DD3
Black with #E34DD3
Text Example
Text Example
White with #E34DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DD3; }
p { color: rgb(227,77,211); }
H1.HeaderClassName
{
color: #E34DD3;
}
.AnyTagClassName
{
color: #E34DD3;
}
</style>
background-color css
<style>
a { background-color: #E34DD3; }
a { background-color: rgb(227,77,211); }
div.DivClassName
{
background-color: #E34DD3;
}
.BgClassName
{
background-color: #E34DD3;
}
</style>
border-color css
<style>
span { border-color: #E34DD3; }
span { border-color: rgb(227,77,211); }
td.TdClassName
{
border-color: #E34DD3;
}
.TagClassName
{
border-color: #E34DD3;
}
</style>