Html Css Color HEX #E056C7 Free Speech Magenta
📋 copy color: '#E056C7'red 224 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #E056C7
Tints of Free Speech Magenta #E056C7
RGB
CMYK
RGB Variations
Color information
#E056C7 (or 0xE056C7) is known color: Free Speech Magenta. HEX triplet: E0, 56 and C7. RGB value is (224,86,199). Sum of RGB (Red+Green+Blue) = 224+86+199=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E056C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E056C7 is #1FA938. Grayscale: #8B8B8B. Windows color (decimal): -2074937 or 13063904. OLE color: 13063904.
HSL color Cylindrical-coordinate representation of color #E056C7: hue angle of 310.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E056C7 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 199 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.12 |
| HSL | 310.87º | 0.69% | 0.61% | - |
| HSV(B) | 310.87º | 0.62% | 0.88% | - |
| XYZ | 44.38 | 26.63 | 56.83 | - |
| YUV | 140.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 199 | 0 | 0.62 | 0.11 | 0.12 | 310.87 | 0.69 | 0.61 |
| Hex | E0 | 56 | C7 | 0 | 3E | B | C | 137 | 45 | 3D |
| Octal | 340 | 126 | 307 | 0 | 76 | 13 | 14 | 467 | 105 | 75 |
| Binary | 11100000 | 1010110 | 11000111 | 0 | 111110 | 1011 | 1100 | 100110111 | 1000101 | 111101 |
Color Harmonies of #E056C7
Complementary color
Monochromatic Colors of #E056C7
Black with #E056C7
Text Example
Text Example
White with #E056C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056C7; }
p { color: rgb(224,86,199); }
H1.HeaderClassName
{
color: #E056C7;
}
.AnyTagClassName
{
color: #E056C7;
}
</style>
background-color css
<style>
a { background-color: #E056C7; }
a { background-color: rgb(224,86,199); }
div.DivClassName
{
background-color: #E056C7;
}
.BgClassName
{
background-color: #E056C7;
}
</style>
border-color css
<style>
span { border-color: #E056C7; }
span { border-color: rgb(224,86,199); }
td.TdClassName
{
border-color: #E056C7;
}
.TagClassName
{
border-color: #E056C7;
}
</style>