Html Css Color HEX #E031E5 Free Speech Magenta
📋 copy color: '#E031E5'red 224 ◦ green 49 ◦ blue 229
Shades of Free Speech Magenta #E031E5
Tints of Free Speech Magenta #E031E5
RGB
CMYK
RGB Variations
Color information
#E031E5 (or 0xE031E5) is known color: Free Speech Magenta. HEX triplet: E0, 31 and E5. RGB value is (224,49,229). Sum of RGB (Red+Green+Blue) = 224+49+229=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #E031E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031E5 is #1FCE1A. Grayscale: #797979. Windows color (decimal): -2084379 or 15020512. OLE color: 15020512.
HSL color Cylindrical-coordinate representation of color #E031E5: hue angle of 298.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E031E5 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 49 | 229 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.10 |
| HSL | 298.33º | 0.78% | 0.55% | - |
| HSV(B) | 298.33º | 0.79% | 0.9% | - |
| XYZ | 45.98 | 23.7 | 76.28 | - |
| YUV | 121.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 229 | 0.02 | 0.79 | 0 | 0.10 | 298.33 | 0.78 | 0.55 |
| Hex | E0 | 31 | E5 | 2 | 4F | 0 | A | 12A | 4E | 37 |
| Octal | 340 | 61 | 345 | 2 | 117 | 0 | 12 | 452 | 116 | 67 |
| Binary | 11100000 | 110001 | 11100101 | 10 | 1001111 | 0 | 1010 | 100101010 | 1001110 | 110111 |
Color Harmonies of #E031E5
Complementary color
Monochromatic Colors of #E031E5
Black with #E031E5
Text Example
Text Example
White with #E031E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031E5; }
p { color: rgb(224,49,229); }
H1.HeaderClassName
{
color: #E031E5;
}
.AnyTagClassName
{
color: #E031E5;
}
</style>
background-color css
<style>
a { background-color: #E031E5; }
a { background-color: rgb(224,49,229); }
div.DivClassName
{
background-color: #E031E5;
}
.BgClassName
{
background-color: #E031E5;
}
</style>
border-color css
<style>
span { border-color: #E031E5; }
span { border-color: rgb(224,49,229); }
td.TdClassName
{
border-color: #E031E5;
}
.TagClassName
{
border-color: #E031E5;
}
</style>