Html Css Color HEX #E334EE Free Speech Magenta
📋 copy color: '#E334EE'red 227 ◦ green 52 ◦ blue 238
Shades of Free Speech Magenta #E334EE
Tints of Free Speech Magenta #E334EE
RGB
CMYK
RGB Variations
Color information
#E334EE (or 0xE334EE) is known color: Free Speech Magenta. HEX triplet: E3, 34 and EE. RGB value is (227,52,238). Sum of RGB (Red+Green+Blue) = 227+52+238=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 52 (20.70% from 255 or 10.06% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #E334EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334EE is #1CCB11. Grayscale: #7C7C7C. Windows color (decimal): -1886994 or 15611107. OLE color: 15611107.
HSL color Cylindrical-coordinate representation of color #E334EE: hue angle of 296.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E334EE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 52 | 238 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.07 |
| HSL | 296.45º | 0.85% | 0.57% | - |
| HSV(B) | 296.45º | 0.78% | 0.93% | - |
| XYZ | 48.34 | 24.96 | 83.16 | - |
| YUV | 125.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 238 | 0.05 | 0.78 | 0 | 0.07 | 296.45 | 0.85 | 0.57 |
| Hex | E3 | 34 | EE | 5 | 4E | 0 | 7 | 128 | 55 | 39 |
| Octal | 343 | 64 | 356 | 5 | 116 | 0 | 7 | 450 | 125 | 71 |
| Binary | 11100011 | 110100 | 11101110 | 101 | 1001110 | 0 | 111 | 100101000 | 1010101 | 111001 |
Color Harmonies of #E334EE
Complementary color
Monochromatic Colors of #E334EE
Black with #E334EE
Text Example
Text Example
White with #E334EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334EE; }
p { color: rgb(227,52,238); }
H1.HeaderClassName
{
color: #E334EE;
}
.AnyTagClassName
{
color: #E334EE;
}
</style>
background-color css
<style>
a { background-color: #E334EE; }
a { background-color: rgb(227,52,238); }
div.DivClassName
{
background-color: #E334EE;
}
.BgClassName
{
background-color: #E334EE;
}
</style>
border-color css
<style>
span { border-color: #E334EE; }
span { border-color: rgb(227,52,238); }
td.TdClassName
{
border-color: #E334EE;
}
.TagClassName
{
border-color: #E334EE;
}
</style>