Html Css Color HEX #E051E5 Free Speech Magenta
📋 copy color: '#E051E5'red 224 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #E051E5
Tints of Free Speech Magenta #E051E5
RGB
CMYK
RGB Variations
Color information
#E051E5 (or 0xE051E5) is known color: Free Speech Magenta. HEX triplet: E0, 51 and E5. RGB value is (224,81,229). Sum of RGB (Red+Green+Blue) = 224+81+229=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #E051E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051E5 is #1FAE1A. Grayscale: #8C8C8C. Windows color (decimal): -2076187 or 15028704. OLE color: 15028704.
HSL color Cylindrical-coordinate representation of color #E051E5: hue angle of 297.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E051E5 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 81 | 229 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.10 |
| HSL | 297.97º | 0.74% | 0.61% | - |
| HSV(B) | 297.97º | 0.65% | 0.9% | - |
| XYZ | 47.83 | 27.39 | 76.89 | - |
| YUV | 140.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 229 | 0.02 | 0.65 | 0 | 0.10 | 297.97 | 0.74 | 0.61 |
| Hex | E0 | 51 | E5 | 2 | 41 | 0 | A | 12A | 4A | 3D |
| Octal | 340 | 121 | 345 | 2 | 101 | 0 | 12 | 452 | 112 | 75 |
| Binary | 11100000 | 1010001 | 11100101 | 10 | 1000001 | 0 | 1010 | 100101010 | 1001010 | 111101 |
Color Harmonies of #E051E5
Complementary color
Monochromatic Colors of #E051E5
Black with #E051E5
Text Example
Text Example
White with #E051E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051E5; }
p { color: rgb(224,81,229); }
H1.HeaderClassName
{
color: #E051E5;
}
.AnyTagClassName
{
color: #E051E5;
}
</style>
background-color css
<style>
a { background-color: #E051E5; }
a { background-color: rgb(224,81,229); }
div.DivClassName
{
background-color: #E051E5;
}
.BgClassName
{
background-color: #E051E5;
}
</style>
border-color css
<style>
span { border-color: #E051E5; }
span { border-color: rgb(224,81,229); }
td.TdClassName
{
border-color: #E051E5;
}
.TagClassName
{
border-color: #E051E5;
}
</style>