Html Css Color HEX #E34ACC Free Speech Magenta
📋 copy color: '#E34ACC'red 227 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E34ACC
Tints of Free Speech Magenta #E34ACC
RGB
CMYK
RGB Variations
Color information
#E34ACC (or 0xE34ACC) is known color: Free Speech Magenta. HEX triplet: E3, 4A and CC. RGB value is (227,74,204). Sum of RGB (Red+Green+Blue) = 227+74+204=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E34ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34ACC is #1CB533. Grayscale: #868686. Windows color (decimal): -1881396 or 13388515. OLE color: 13388515.
HSL color Cylindrical-coordinate representation of color #E34ACC: hue angle of 309.02º 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 #E34ACC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 204 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.11 |
| HSL | 309.02º | 0.73% | 0.59% | - |
| HSV(B) | 309.02º | 0.67% | 0.89% | - |
| XYZ | 45.03 | 25.59 | 59.69 | - |
| YUV | 134.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 204 | 0 | 0.67 | 0.10 | 0.11 | 309.02 | 0.73 | 0.59 |
| Hex | E3 | 4A | CC | 0 | 43 | A | B | 135 | 49 | 3B |
| Octal | 343 | 112 | 314 | 0 | 103 | 12 | 13 | 465 | 111 | 73 |
| Binary | 11100011 | 1001010 | 11001100 | 0 | 1000011 | 1010 | 1011 | 100110101 | 1001001 | 111011 |
Color Harmonies of #E34ACC
Complementary color
Monochromatic Colors of #E34ACC
Black with #E34ACC
Text Example
Text Example
White with #E34ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34ACC; }
p { color: rgb(227,74,204); }
H1.HeaderClassName
{
color: #E34ACC;
}
.AnyTagClassName
{
color: #E34ACC;
}
</style>
background-color css
<style>
a { background-color: #E34ACC; }
a { background-color: rgb(227,74,204); }
div.DivClassName
{
background-color: #E34ACC;
}
.BgClassName
{
background-color: #E34ACC;
}
</style>
border-color css
<style>
span { border-color: #E34ACC; }
span { border-color: rgb(227,74,204); }
td.TdClassName
{
border-color: #E34ACC;
}
.TagClassName
{
border-color: #E34ACC;
}
</style>