Html Css Color HEX #E34ECC Free Speech Magenta
📋 copy color: '#E34ECC'red 227 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #E34ECC
Tints of Free Speech Magenta #E34ECC
RGB
CMYK
RGB Variations
Color information
#E34ECC (or 0xE34ECC) is known color: Free Speech Magenta. HEX triplet: E3, 4E and CC. RGB value is (227,78,204). Sum of RGB (Red+Green+Blue) = 227+78+204=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34ECC is #1CB133. Grayscale: #888888. Windows color (decimal): -1880372 or 13389539. OLE color: 13389539.
HSL color Cylindrical-coordinate representation of color #E34ECC: hue angle of 309.26º 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 #E34ECC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 204 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.11 |
| HSL | 309.26º | 0.73% | 0.6% | - |
| HSV(B) | 309.26º | 0.66% | 0.89% | - |
| XYZ | 45.3 | 26.14 | 59.78 | - |
| YUV | 136.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 204 | 0 | 0.66 | 0.10 | 0.11 | 309.26 | 0.73 | 0.6 |
| Hex | E3 | 4E | CC | 0 | 42 | A | B | 135 | 49 | 3C |
| Octal | 343 | 116 | 314 | 0 | 102 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001110 | 11001100 | 0 | 1000010 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34ECC
Complementary color
Monochromatic Colors of #E34ECC
Black with #E34ECC
Text Example
Text Example
White with #E34ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ECC; }
p { color: rgb(227,78,204); }
H1.HeaderClassName
{
color: #E34ECC;
}
.AnyTagClassName
{
color: #E34ECC;
}
</style>
background-color css
<style>
a { background-color: #E34ECC; }
a { background-color: rgb(227,78,204); }
div.DivClassName
{
background-color: #E34ECC;
}
.BgClassName
{
background-color: #E34ECC;
}
</style>
border-color css
<style>
span { border-color: #E34ECC; }
span { border-color: rgb(227,78,204); }
td.TdClassName
{
border-color: #E34ECC;
}
.TagClassName
{
border-color: #E34ECC;
}
</style>