Html Css Color HEX #E34DCC Free Speech Magenta
📋 copy color: '#E34DCC'red 227 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #E34DCC
Tints of Free Speech Magenta #E34DCC
RGB
CMYK
RGB Variations
Color information
#E34DCC (or 0xE34DCC) is known color: Free Speech Magenta. HEX triplet: E3, 4D and CC. RGB value is (227,77,204). Sum of RGB (Red+Green+Blue) = 227+77+204=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DCC is #1CB233. Grayscale: #878787. Windows color (decimal): -1880628 or 13389283. OLE color: 13389283.
HSL color Cylindrical-coordinate representation of color #E34DCC: hue angle of 309.2º 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 #E34DCC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 204 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 309.2º | 0.73% | 0.6% | - |
| HSV(B) | 309.2º | 0.66% | 0.89% | - |
| XYZ | 45.23 | 26 | 59.76 | - |
| YUV | 136.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 204 | 0 | 0.66 | 0.10 | 0.11 | 309.2 | 0.73 | 0.6 |
| Hex | E3 | 4D | CC | 0 | 42 | A | B | 135 | 49 | 3C |
| Octal | 343 | 115 | 314 | 0 | 102 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11001100 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34DCC
Complementary color
Monochromatic Colors of #E34DCC
Black with #E34DCC
Text Example
Text Example
White with #E34DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DCC; }
p { color: rgb(227,77,204); }
H1.HeaderClassName
{
color: #E34DCC;
}
.AnyTagClassName
{
color: #E34DCC;
}
</style>
background-color css
<style>
a { background-color: #E34DCC; }
a { background-color: rgb(227,77,204); }
div.DivClassName
{
background-color: #E34DCC;
}
.BgClassName
{
background-color: #E34DCC;
}
</style>
border-color css
<style>
span { border-color: #E34DCC; }
span { border-color: rgb(227,77,204); }
td.TdClassName
{
border-color: #E34DCC;
}
.TagClassName
{
border-color: #E34DCC;
}
</style>