Html Css Color HEX #E055EF Free Speech Magenta
📋 copy color: '#E055EF'red 224 ◦ green 85 ◦ blue 239
Shades of Free Speech Magenta #E055EF
Tints of Free Speech Magenta #E055EF
RGB
CMYK
RGB Variations
Color information
#E055EF (or 0xE055EF) is known color: Free Speech Magenta. HEX triplet: E0, 55 and EF. RGB value is (224,85,239). Sum of RGB (Red+Green+Blue) = 224+85+239=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #E055EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055EF is #1FAA10. Grayscale: #8F8F8F. Windows color (decimal): -2075153 or 15685088. OLE color: 15685088.
HSL color Cylindrical-coordinate representation of color #E055EF: hue angle of 294.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E055EF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 85 | 239 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.06 |
| HSL | 294.16º | 0.83% | 0.64% | - |
| HSV(B) | 294.16º | 0.64% | 0.94% | - |
| XYZ | 49.57 | 28.58 | 84.56 | - |
| YUV | 144.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 239 | 0.06 | 0.64 | 0 | 0.06 | 294.16 | 0.83 | 0.64 |
| Hex | E0 | 55 | EF | 6 | 40 | 0 | 6 | 126 | 53 | 40 |
| Octal | 340 | 125 | 357 | 6 | 100 | 0 | 6 | 446 | 123 | 100 |
| Binary | 11100000 | 1010101 | 11101111 | 110 | 1000000 | 0 | 110 | 100100110 | 1010011 | 1000000 |
Color Harmonies of #E055EF
Complementary color
Monochromatic Colors of #E055EF
Black with #E055EF
Text Example
Text Example
White with #E055EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055EF; }
p { color: rgb(224,85,239); }
H1.HeaderClassName
{
color: #E055EF;
}
.AnyTagClassName
{
color: #E055EF;
}
</style>
background-color css
<style>
a { background-color: #E055EF; }
a { background-color: rgb(224,85,239); }
div.DivClassName
{
background-color: #E055EF;
}
.BgClassName
{
background-color: #E055EF;
}
</style>
border-color css
<style>
span { border-color: #E055EF; }
span { border-color: rgb(224,85,239); }
td.TdClassName
{
border-color: #E055EF;
}
.TagClassName
{
border-color: #E055EF;
}
</style>