Html Css Color HEX #E050E0 Free Speech Magenta
📋 copy color: '#E050E0'red 224 ◦ green 80 ◦ blue 224
Shades of Free Speech Magenta #E050E0
Tints of Free Speech Magenta #E050E0
RGB
CMYK
RGB Variations
Color information
#E050E0 (or 0xE050E0) is known color: Free Speech Magenta. HEX triplet: E0, 50 and E0. RGB value is (224,80,224). Sum of RGB (Red+Green+Blue) = 224+80+224=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E050E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050E0 is #1FAF1F. Grayscale: #8B8B8B. Windows color (decimal): -2076448 or 14700768. OLE color: 14700768.
HSL color Cylindrical-coordinate representation of color #E050E0: hue angle of 300º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050E0 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 224 | - |
| CMYK | 0 | 0.64 | 0 | 0.12 |
| HSL | 300º | 0.7% | 0.6% | - |
| HSV(B) | 300º | 0.64% | 0.88% | - |
| XYZ | 47.06 | 26.97 | 73.25 | - |
| YUV | 139.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 224 | 0 | 0.64 | 0 | 0.12 | 300 | 0.7 | 0.6 |
| Hex | E0 | 50 | E0 | 0 | 40 | 0 | C | 12C | 46 | 3C |
| Octal | 340 | 120 | 340 | 0 | 100 | 0 | 14 | 454 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11100000 | 0 | 1000000 | 0 | 1100 | 100101100 | 1000110 | 111100 |
Color Harmonies of #E050E0
Complementary color
Monochromatic Colors of #E050E0
Black with #E050E0
Text Example
Text Example
White with #E050E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050E0; }
p { color: rgb(224,80,224); }
H1.HeaderClassName
{
color: #E050E0;
}
.AnyTagClassName
{
color: #E050E0;
}
</style>
background-color css
<style>
a { background-color: #E050E0; }
a { background-color: rgb(224,80,224); }
div.DivClassName
{
background-color: #E050E0;
}
.BgClassName
{
background-color: #E050E0;
}
</style>
border-color css
<style>
span { border-color: #E050E0; }
span { border-color: rgb(224,80,224); }
td.TdClassName
{
border-color: #E050E0;
}
.TagClassName
{
border-color: #E050E0;
}
</style>