Html Css Color HEX #E050E5 Free Speech Magenta
📋 copy color: '#E050E5'red 224 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #E050E5
Tints of Free Speech Magenta #E050E5
RGB
CMYK
RGB Variations
Color information
#E050E5 (or 0xE050E5) is known color: Free Speech Magenta. HEX triplet: E0, 50 and E5. RGB value is (224,80,229). Sum of RGB (Red+Green+Blue) = 224+80+229=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #E050E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050E5 is #1FAF1A. Grayscale: #8B8B8B. Windows color (decimal): -2076443 or 15028448. OLE color: 15028448.
HSL color Cylindrical-coordinate representation of color #E050E5: hue angle of 297.99º 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 #E050E5 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 80 | 229 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.10 |
| HSL | 297.99º | 0.74% | 0.61% | - |
| HSV(B) | 297.99º | 0.65% | 0.9% | - |
| XYZ | 47.75 | 27.24 | 76.87 | - |
| YUV | 140.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 229 | 0.02 | 0.65 | 0 | 0.10 | 297.99 | 0.74 | 0.61 |
| Hex | E0 | 50 | E5 | 2 | 41 | 0 | A | 12A | 4A | 3D |
| Octal | 340 | 120 | 345 | 2 | 101 | 0 | 12 | 452 | 112 | 75 |
| Binary | 11100000 | 1010000 | 11100101 | 10 | 1000001 | 0 | 1010 | 100101010 | 1001010 | 111101 |
Color Harmonies of #E050E5
Complementary color
Monochromatic Colors of #E050E5
Black with #E050E5
Text Example
Text Example
White with #E050E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050E5; }
p { color: rgb(224,80,229); }
H1.HeaderClassName
{
color: #E050E5;
}
.AnyTagClassName
{
color: #E050E5;
}
</style>
background-color css
<style>
a { background-color: #E050E5; }
a { background-color: rgb(224,80,229); }
div.DivClassName
{
background-color: #E050E5;
}
.BgClassName
{
background-color: #E050E5;
}
</style>
border-color css
<style>
span { border-color: #E050E5; }
span { border-color: rgb(224,80,229); }
td.TdClassName
{
border-color: #E050E5;
}
.TagClassName
{
border-color: #E050E5;
}
</style>