Html Css Color HEX #E056CA Free Speech Magenta
📋 copy color: '#E056CA'red 224 ◦ green 86 ◦ blue 202
Shades of Free Speech Magenta #E056CA
Tints of Free Speech Magenta #E056CA
RGB
CMYK
RGB Variations
Color information
#E056CA (or 0xE056CA) is known color: Free Speech Magenta. HEX triplet: E0, 56 and CA. RGB value is (224,86,202). Sum of RGB (Red+Green+Blue) = 224+86+202=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E056CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E056CA is #1FA935. Grayscale: #8C8C8C. Windows color (decimal): -2074934 or 13260512. OLE color: 13260512.
HSL color Cylindrical-coordinate representation of color #E056CA: hue angle of 309.57º 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 #E056CA is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 202 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.12 |
| HSL | 309.57º | 0.69% | 0.61% | - |
| HSV(B) | 309.57º | 0.62% | 0.88% | - |
| XYZ | 44.73 | 26.77 | 58.69 | - |
| YUV | 140.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 202 | 0 | 0.62 | 0.10 | 0.12 | 309.57 | 0.69 | 0.61 |
| Hex | E0 | 56 | CA | 0 | 3E | A | C | 136 | 45 | 3D |
| Octal | 340 | 126 | 312 | 0 | 76 | 12 | 14 | 466 | 105 | 75 |
| Binary | 11100000 | 1010110 | 11001010 | 0 | 111110 | 1010 | 1100 | 100110110 | 1000101 | 111101 |
Color Harmonies of #E056CA
Complementary color
Monochromatic Colors of #E056CA
Black with #E056CA
Text Example
Text Example
White with #E056CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056CA; }
p { color: rgb(224,86,202); }
H1.HeaderClassName
{
color: #E056CA;
}
.AnyTagClassName
{
color: #E056CA;
}
</style>
background-color css
<style>
a { background-color: #E056CA; }
a { background-color: rgb(224,86,202); }
div.DivClassName
{
background-color: #E056CA;
}
.BgClassName
{
background-color: #E056CA;
}
</style>
border-color css
<style>
span { border-color: #E056CA; }
span { border-color: rgb(224,86,202); }
td.TdClassName
{
border-color: #E056CA;
}
.TagClassName
{
border-color: #E056CA;
}
</style>