Html Css Color HEX #E032EE Free Speech Magenta
📋 copy color: '#E032EE'red 224 ◦ green 50 ◦ blue 238
Shades of Free Speech Magenta #E032EE
Tints of Free Speech Magenta #E032EE
RGB
CMYK
RGB Variations
Color information
#E032EE (or 0xE032EE) is known color: Free Speech Magenta. HEX triplet: E0, 32 and EE. RGB value is (224,50,238). Sum of RGB (Red+Green+Blue) = 224+50+238=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #E032EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E032EE is #1FCD11. Grayscale: #7A7A7A. Windows color (decimal): -2084114 or 15610592. OLE color: 15610592.
HSL color Cylindrical-coordinate representation of color #E032EE: hue angle of 295.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E032EE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 50 | 238 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.07 |
| HSL | 295.53º | 0.85% | 0.56% | - |
| HSV(B) | 295.53º | 0.79% | 0.93% | - |
| XYZ | 47.31 | 24.3 | 83.09 | - |
| YUV | 123.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 238 | 0.06 | 0.79 | 0 | 0.07 | 295.53 | 0.85 | 0.56 |
| Hex | E0 | 32 | EE | 6 | 4F | 0 | 7 | 128 | 55 | 38 |
| Octal | 340 | 62 | 356 | 6 | 117 | 0 | 7 | 450 | 125 | 70 |
| Binary | 11100000 | 110010 | 11101110 | 110 | 1001111 | 0 | 111 | 100101000 | 1010101 | 111000 |
Color Harmonies of #E032EE
Complementary color
Monochromatic Colors of #E032EE
Black with #E032EE
Text Example
Text Example
White with #E032EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032EE; }
p { color: rgb(224,50,238); }
H1.HeaderClassName
{
color: #E032EE;
}
.AnyTagClassName
{
color: #E032EE;
}
</style>
background-color css
<style>
a { background-color: #E032EE; }
a { background-color: rgb(224,50,238); }
div.DivClassName
{
background-color: #E032EE;
}
.BgClassName
{
background-color: #E032EE;
}
</style>
border-color css
<style>
span { border-color: #E032EE; }
span { border-color: rgb(224,50,238); }
td.TdClassName
{
border-color: #E032EE;
}
.TagClassName
{
border-color: #E032EE;
}
</style>