Html Css Color HEX #E057E5 Free Speech Magenta
📋 copy color: '#E057E5'red 224 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #E057E5
Tints of Free Speech Magenta #E057E5
RGB
CMYK
RGB Variations
Color information
#E057E5 (or 0xE057E5) is known color: Free Speech Magenta. HEX triplet: E0, 57 and E5. RGB value is (224,87,229). Sum of RGB (Red+Green+Blue) = 224+87+229=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #E057E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057E5 is #1FA81A. Grayscale: #8F8F8F. Windows color (decimal): -2074651 or 15030240. OLE color: 15030240.
HSL color Cylindrical-coordinate representation of color #E057E5: hue angle of 297.89º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E057E5 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 87 | 229 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.10 |
| HSL | 297.89º | 0.73% | 0.62% | - |
| HSV(B) | 297.89º | 0.62% | 0.9% | - |
| XYZ | 48.29 | 28.32 | 77.05 | - |
| YUV | 144.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 229 | 0.02 | 0.62 | 0 | 0.10 | 297.89 | 0.73 | 0.62 |
| Hex | E0 | 57 | E5 | 2 | 3E | 0 | A | 12A | 49 | 3E |
| Octal | 340 | 127 | 345 | 2 | 76 | 0 | 12 | 452 | 111 | 76 |
| Binary | 11100000 | 1010111 | 11100101 | 10 | 111110 | 0 | 1010 | 100101010 | 1001001 | 111110 |
Color Harmonies of #E057E5
Complementary color
Monochromatic Colors of #E057E5
Black with #E057E5
Text Example
Text Example
White with #E057E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057E5; }
p { color: rgb(224,87,229); }
H1.HeaderClassName
{
color: #E057E5;
}
.AnyTagClassName
{
color: #E057E5;
}
</style>
background-color css
<style>
a { background-color: #E057E5; }
a { background-color: rgb(224,87,229); }
div.DivClassName
{
background-color: #E057E5;
}
.BgClassName
{
background-color: #E057E5;
}
</style>
border-color css
<style>
span { border-color: #E057E5; }
span { border-color: rgb(224,87,229); }
td.TdClassName
{
border-color: #E057E5;
}
.TagClassName
{
border-color: #E057E5;
}
</style>