Html Css Color HEX #E051CA Free Speech Magenta
📋 copy color: '#E051CA'red 224 ◦ green 81 ◦ blue 202
Shades of Free Speech Magenta #E051CA
Tints of Free Speech Magenta #E051CA
RGB
CMYK
RGB Variations
Color information
#E051CA (or 0xE051CA) is known color: Free Speech Magenta. HEX triplet: E0, 51 and CA. RGB value is (224,81,202). Sum of RGB (Red+Green+Blue) = 224+81+202=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E051CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051CA is #1FAE35. Grayscale: #898989. Windows color (decimal): -2076214 or 13259232. OLE color: 13259232.
HSL color Cylindrical-coordinate representation of color #E051CA: hue angle of 309.23º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051CA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 202 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.12 |
| HSL | 309.23º | 0.7% | 0.6% | - |
| HSV(B) | 309.23º | 0.64% | 0.88% | - |
| XYZ | 44.34 | 26 | 58.56 | - |
| YUV | 137.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 202 | 0 | 0.64 | 0.10 | 0.12 | 309.23 | 0.7 | 0.6 |
| Hex | E0 | 51 | CA | 0 | 40 | A | C | 135 | 46 | 3C |
| Octal | 340 | 121 | 312 | 0 | 100 | 12 | 14 | 465 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11001010 | 0 | 1000000 | 1010 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E051CA
Complementary color
Monochromatic Colors of #E051CA
Black with #E051CA
Text Example
Text Example
White with #E051CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051CA; }
p { color: rgb(224,81,202); }
H1.HeaderClassName
{
color: #E051CA;
}
.AnyTagClassName
{
color: #E051CA;
}
</style>
background-color css
<style>
a { background-color: #E051CA; }
a { background-color: rgb(224,81,202); }
div.DivClassName
{
background-color: #E051CA;
}
.BgClassName
{
background-color: #E051CA;
}
</style>
border-color css
<style>
span { border-color: #E051CA; }
span { border-color: rgb(224,81,202); }
td.TdClassName
{
border-color: #E051CA;
}
.TagClassName
{
border-color: #E051CA;
}
</style>