Html Css Color HEX #E34FCC Free Speech Magenta
📋 copy color: '#E34FCC'red 227 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #E34FCC
Tints of Free Speech Magenta #E34FCC
RGB
CMYK
RGB Variations
Color information
#E34FCC (or 0xE34FCC) is known color: Free Speech Magenta. HEX triplet: E3, 4F and CC. RGB value is (227,79,204). Sum of RGB (Red+Green+Blue) = 227+79+204=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FCC is #1CB033. Grayscale: #898989. Windows color (decimal): -1880116 or 13389795. OLE color: 13389795.
HSL color Cylindrical-coordinate representation of color #E34FCC: hue angle of 309.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34FCC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 204 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 309.32º | 0.73% | 0.6% | - |
| HSV(B) | 309.32º | 0.65% | 0.89% | - |
| XYZ | 45.37 | 26.28 | 59.81 | - |
| YUV | 137.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 204 | 0 | 0.65 | 0.10 | 0.11 | 309.32 | 0.73 | 0.6 |
| Hex | E3 | 4F | CC | 0 | 41 | A | B | 135 | 49 | 3C |
| Octal | 343 | 117 | 314 | 0 | 101 | 12 | 13 | 465 | 111 | 74 |
| Binary | 11100011 | 1001111 | 11001100 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001001 | 111100 |
Color Harmonies of #E34FCC
Complementary color
Monochromatic Colors of #E34FCC
Black with #E34FCC
Text Example
Text Example
White with #E34FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FCC; }
p { color: rgb(227,79,204); }
H1.HeaderClassName
{
color: #E34FCC;
}
.AnyTagClassName
{
color: #E34FCC;
}
</style>
background-color css
<style>
a { background-color: #E34FCC; }
a { background-color: rgb(227,79,204); }
div.DivClassName
{
background-color: #E34FCC;
}
.BgClassName
{
background-color: #E34FCC;
}
</style>
border-color css
<style>
span { border-color: #E34FCC; }
span { border-color: rgb(227,79,204); }
td.TdClassName
{
border-color: #E34FCC;
}
.TagClassName
{
border-color: #E34FCC;
}
</style>