Html Css Color HEX #E032E4 Free Speech Magenta
📋 copy color: '#E032E4'red 224 ◦ green 50 ◦ blue 228
Shades of Free Speech Magenta #E032E4
Tints of Free Speech Magenta #E032E4
RGB
CMYK
RGB Variations
Color information
#E032E4 (or 0xE032E4) is known color: Free Speech Magenta. HEX triplet: E0, 32 and E4. RGB value is (224,50,228). Sum of RGB (Red+Green+Blue) = 224+50+228=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #E032E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032E4 is #1FCD1B. Grayscale: #797979. Windows color (decimal): -2084124 or 14955232. OLE color: 14955232.
HSL color Cylindrical-coordinate representation of color #E032E4: hue angle of 298.65º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032E4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 50 | 228 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.11 |
| HSL | 298.65º | 0.77% | 0.55% | - |
| HSV(B) | 298.65º | 0.78% | 0.89% | - |
| XYZ | 45.88 | 23.73 | 75.56 | - |
| YUV | 122.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 228 | 0.02 | 0.78 | 0 | 0.11 | 298.65 | 0.77 | 0.55 |
| Hex | E0 | 32 | E4 | 2 | 4E | 0 | B | 12B | 4D | 37 |
| Octal | 340 | 62 | 344 | 2 | 116 | 0 | 13 | 453 | 115 | 67 |
| Binary | 11100000 | 110010 | 11100100 | 10 | 1001110 | 0 | 1011 | 100101011 | 1001101 | 110111 |
Color Harmonies of #E032E4
Complementary color
Monochromatic Colors of #E032E4
Black with #E032E4
Text Example
Text Example
White with #E032E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E032E4; }
p { color: rgb(224,50,228); }
H1.HeaderClassName
{
color: #E032E4;
}
.AnyTagClassName
{
color: #E032E4;
}
</style>
background-color css
<style>
a { background-color: #E032E4; }
a { background-color: rgb(224,50,228); }
div.DivClassName
{
background-color: #E032E4;
}
.BgClassName
{
background-color: #E032E4;
}
</style>
border-color css
<style>
span { border-color: #E032E4; }
span { border-color: rgb(224,50,228); }
td.TdClassName
{
border-color: #E032E4;
}
.TagClassName
{
border-color: #E032E4;
}
</style>