Html Css Color HEX #E056E6 Free Speech Magenta
📋 copy color: '#E056E6'red 224 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #E056E6
Tints of Free Speech Magenta #E056E6
RGB
CMYK
RGB Variations
Color information
#E056E6 (or 0xE056E6) is known color: Free Speech Magenta. HEX triplet: E0, 56 and E6. RGB value is (224,86,230). Sum of RGB (Red+Green+Blue) = 224+86+230=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #E056E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056E6 is #1FA919. Grayscale: #8F8F8F. Windows color (decimal): -2074906 or 15095520. OLE color: 15095520.
HSL color Cylindrical-coordinate representation of color #E056E6: hue angle of 297.5º degrees, saturation: 0.74, 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 #E056E6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 86 | 230 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.10 |
| HSL | 297.5º | 0.74% | 0.62% | - |
| HSV(B) | 297.5º | 0.63% | 0.9% | - |
| XYZ | 48.35 | 28.22 | 77.76 | - |
| YUV | 143.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 230 | 0.03 | 0.63 | 0 | 0.10 | 297.5 | 0.74 | 0.62 |
| Hex | E0 | 56 | E6 | 3 | 3F | 0 | A | 12A | 4A | 3E |
| Octal | 340 | 126 | 346 | 3 | 77 | 0 | 12 | 452 | 112 | 76 |
| Binary | 11100000 | 1010110 | 11100110 | 11 | 111111 | 0 | 1010 | 100101010 | 1001010 | 111110 |
Color Harmonies of #E056E6
Complementary color
Monochromatic Colors of #E056E6
Black with #E056E6
Text Example
Text Example
White with #E056E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056E6; }
p { color: rgb(224,86,230); }
H1.HeaderClassName
{
color: #E056E6;
}
.AnyTagClassName
{
color: #E056E6;
}
</style>
background-color css
<style>
a { background-color: #E056E6; }
a { background-color: rgb(224,86,230); }
div.DivClassName
{
background-color: #E056E6;
}
.BgClassName
{
background-color: #E056E6;
}
</style>
border-color css
<style>
span { border-color: #E056E6; }
span { border-color: rgb(224,86,230); }
td.TdClassName
{
border-color: #E056E6;
}
.TagClassName
{
border-color: #E056E6;
}
</style>