Html Css Color HEX #E055E5 Free Speech Magenta
📋 copy color: '#E055E5'red 224 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E055E5
Tints of Free Speech Magenta #E055E5
RGB
CMYK
RGB Variations
Color information
#E055E5 (or 0xE055E5) is known color: Free Speech Magenta. HEX triplet: E0, 55 and E5. RGB value is (224,85,229). Sum of RGB (Red+Green+Blue) = 224+85+229=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #E055E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055E5 is #1FAA1A. Grayscale: #8E8E8E. Windows color (decimal): -2075163 or 15029728. OLE color: 15029728.
HSL color Cylindrical-coordinate representation of color #E055E5: hue angle of 297.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E055E5 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 85 | 229 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.10 |
| HSL | 297.92º | 0.73% | 0.62% | - |
| HSV(B) | 297.92º | 0.63% | 0.9% | - |
| XYZ | 48.13 | 28 | 77 | - |
| YUV | 142.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 229 | 0.02 | 0.63 | 0 | 0.10 | 297.92 | 0.73 | 0.62 |
| Hex | E0 | 55 | E5 | 2 | 3F | 0 | A | 12A | 49 | 3E |
| Octal | 340 | 125 | 345 | 2 | 77 | 0 | 12 | 452 | 111 | 76 |
| Binary | 11100000 | 1010101 | 11100101 | 10 | 111111 | 0 | 1010 | 100101010 | 1001001 | 111110 |
Color Harmonies of #E055E5
Complementary color
Monochromatic Colors of #E055E5
Black with #E055E5
Text Example
Text Example
White with #E055E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055E5; }
p { color: rgb(224,85,229); }
H1.HeaderClassName
{
color: #E055E5;
}
.AnyTagClassName
{
color: #E055E5;
}
</style>
background-color css
<style>
a { background-color: #E055E5; }
a { background-color: rgb(224,85,229); }
div.DivClassName
{
background-color: #E055E5;
}
.BgClassName
{
background-color: #E055E5;
}
</style>
border-color css
<style>
span { border-color: #E055E5; }
span { border-color: rgb(224,85,229); }
td.TdClassName
{
border-color: #E055E5;
}
.TagClassName
{
border-color: #E055E5;
}
</style>