Html Css Color HEX #E34CE3 Free Speech Magenta
📋 copy color: '#E34CE3'red 227 ◦ green 76 ◦ blue 227
Shades of Free Speech Magenta #E34CE3
Tints of Free Speech Magenta #E34CE3
RGB
CMYK
RGB Variations
Color information
#E34CE3 (or 0xE34CE3) is known color: Free Speech Magenta. HEX triplet: E3, 4C and E3. RGB value is (227,76,227). Sum of RGB (Red+Green+Blue) = 227+76+227=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E34CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CE3 is #1CB31C. Grayscale: #898989. Windows color (decimal): -1880861 or 14896355. OLE color: 14896355.
HSL color Cylindrical-coordinate representation of color #E34CE3: hue angle of 300º 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 #E34CE3 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 227 | - |
| CMYK | 0 | 0.67 | 0 | 0.11 |
| HSL | 300º | 0.73% | 0.59% | - |
| HSV(B) | 300º | 0.67% | 0.89% | - |
| XYZ | 48.13 | 27.05 | 75.36 | - |
| YUV | 138.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 227 | 0 | 0.67 | 0 | 0.11 | 300 | 0.73 | 0.59 |
| Hex | E3 | 4C | E3 | 0 | 43 | 0 | B | 12C | 49 | 3B |
| Octal | 343 | 114 | 343 | 0 | 103 | 0 | 13 | 454 | 111 | 73 |
| Binary | 11100011 | 1001100 | 11100011 | 0 | 1000011 | 0 | 1011 | 100101100 | 1001001 | 111011 |
Color Harmonies of #E34CE3
Complementary color
Monochromatic Colors of #E34CE3
Black with #E34CE3
Text Example
Text Example
White with #E34CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CE3; }
p { color: rgb(227,76,227); }
H1.HeaderClassName
{
color: #E34CE3;
}
.AnyTagClassName
{
color: #E34CE3;
}
</style>
background-color css
<style>
a { background-color: #E34CE3; }
a { background-color: rgb(227,76,227); }
div.DivClassName
{
background-color: #E34CE3;
}
.BgClassName
{
background-color: #E34CE3;
}
</style>
border-color css
<style>
span { border-color: #E34CE3; }
span { border-color: rgb(227,76,227); }
td.TdClassName
{
border-color: #E34CE3;
}
.TagClassName
{
border-color: #E34CE3;
}
</style>