Html Css Color HEX #E34CCC Free Speech Magenta
📋 copy color: '#E34CCC'red 227 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #E34CCC
Tints of Free Speech Magenta #E34CCC
RGB
CMYK
RGB Variations
Color information
#E34CCC (or 0xE34CCC) is known color: Free Speech Magenta. HEX triplet: E3, 4C and CC. RGB value is (227,76,204). Sum of RGB (Red+Green+Blue) = 227+76+204=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CCC is #1CB333. Grayscale: #878787. Windows color (decimal): -1880884 or 13389027. OLE color: 13389027.
HSL color Cylindrical-coordinate representation of color #E34CCC: hue angle of 309.14º 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 #E34CCC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 204 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 309.14º | 0.73% | 0.59% | - |
| HSV(B) | 309.14º | 0.67% | 0.89% | - |
| XYZ | 45.16 | 25.86 | 59.74 | - |
| YUV | 135.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 204 | 0 | 0.67 | 0.10 | 0.11 | 309.14 | 0.73 | 0.59 |
| Hex | E3 | 4C | CC | 0 | 43 | A | B | 135 | 49 | 3B |
| Octal | 343 | 114 | 314 | 0 | 103 | 12 | 13 | 465 | 111 | 73 |
| Binary | 11100011 | 1001100 | 11001100 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001001 | 111011 |
Color Harmonies of #E34CCC
Complementary color
Monochromatic Colors of #E34CCC
Black with #E34CCC
Text Example
Text Example
White with #E34CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CCC; }
p { color: rgb(227,76,204); }
H1.HeaderClassName
{
color: #E34CCC;
}
.AnyTagClassName
{
color: #E34CCC;
}
</style>
background-color css
<style>
a { background-color: #E34CCC; }
a { background-color: rgb(227,76,204); }
div.DivClassName
{
background-color: #E34CCC;
}
.BgClassName
{
background-color: #E34CCC;
}
</style>
border-color css
<style>
span { border-color: #E34CCC; }
span { border-color: rgb(227,76,204); }
td.TdClassName
{
border-color: #E34CCC;
}
.TagClassName
{
border-color: #E34CCC;
}
</style>