Html Css Color HEX #E32FEE Free Speech Magenta
📋 copy color: '#E32FEE'red 227 ◦ green 47 ◦ blue 238
Shades of Free Speech Magenta #E32FEE
Tints of Free Speech Magenta #E32FEE
RGB
CMYK
RGB Variations
Color information
#E32FEE (or 0xE32FEE) is known color: Free Speech Magenta. HEX triplet: E3, 2F and EE. RGB value is (227,47,238). Sum of RGB (Red+Green+Blue) = 227+47+238=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 47 (18.75% from 255 or 9.18% 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 #E32FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FEE is #1CD011. Grayscale: #7A7A7A. Windows color (decimal): -1888274 or 15609827. OLE color: 15609827.
HSL color Cylindrical-coordinate representation of color #E32FEE: hue angle of 296.54º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32FEE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 47 | 238 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.07 |
| HSL | 296.54º | 0.85% | 0.56% | - |
| HSV(B) | 296.54º | 0.8% | 0.93% | - |
| XYZ | 48.13 | 24.54 | 83.09 | - |
| YUV | 122.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 238 | 0.05 | 0.80 | 0 | 0.07 | 296.54 | 0.85 | 0.56 |
| Hex | E3 | 2F | EE | 5 | 50 | 0 | 7 | 129 | 55 | 38 |
| Octal | 343 | 57 | 356 | 5 | 120 | 0 | 7 | 451 | 125 | 70 |
| Binary | 11100011 | 101111 | 11101110 | 101 | 1010000 | 0 | 111 | 100101001 | 1010101 | 111000 |
Color Harmonies of #E32FEE
Complementary color
Monochromatic Colors of #E32FEE
Black with #E32FEE
Text Example
Text Example
White with #E32FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32FEE; }
p { color: rgb(227,47,238); }
H1.HeaderClassName
{
color: #E32FEE;
}
.AnyTagClassName
{
color: #E32FEE;
}
</style>
background-color css
<style>
a { background-color: #E32FEE; }
a { background-color: rgb(227,47,238); }
div.DivClassName
{
background-color: #E32FEE;
}
.BgClassName
{
background-color: #E32FEE;
}
</style>
border-color css
<style>
span { border-color: #E32FEE; }
span { border-color: rgb(227,47,238); }
td.TdClassName
{
border-color: #E32FEE;
}
.TagClassName
{
border-color: #E32FEE;
}
</style>