Html Css Color HEX #E051CC Free Speech Magenta
📋 copy color: '#E051CC'red 224 ◦ green 81 ◦ blue 204
Shades of Free Speech Magenta #E051CC
Tints of Free Speech Magenta #E051CC
RGB
CMYK
RGB Variations
Color information
#E051CC (or 0xE051CC) is known color: Free Speech Magenta. HEX triplet: E0, 51 and CC. RGB value is (224,81,204). Sum of RGB (Red+Green+Blue) = 224+81+204=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E051CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051CC is #1FAE33. Grayscale: #898989. Windows color (decimal): -2076212 or 13390304. OLE color: 13390304.
HSL color Cylindrical-coordinate representation of color #E051CC: hue angle of 308.39º 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 #E051CC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 204 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.12 |
| HSL | 308.39º | 0.7% | 0.6% | - |
| HSV(B) | 308.39º | 0.64% | 0.88% | - |
| XYZ | 44.58 | 26.09 | 59.81 | - |
| YUV | 137.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 204 | 0 | 0.64 | 0.09 | 0.12 | 308.39 | 0.7 | 0.6 |
| Hex | E0 | 51 | CC | 0 | 40 | 9 | C | 134 | 46 | 3C |
| Octal | 340 | 121 | 314 | 0 | 100 | 11 | 14 | 464 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11001100 | 0 | 1000000 | 1001 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E051CC
Complementary color
Monochromatic Colors of #E051CC
Black with #E051CC
Text Example
Text Example
White with #E051CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051CC; }
p { color: rgb(224,81,204); }
H1.HeaderClassName
{
color: #E051CC;
}
.AnyTagClassName
{
color: #E051CC;
}
</style>
background-color css
<style>
a { background-color: #E051CC; }
a { background-color: rgb(224,81,204); }
div.DivClassName
{
background-color: #E051CC;
}
.BgClassName
{
background-color: #E051CC;
}
</style>
border-color css
<style>
span { border-color: #E051CC; }
span { border-color: rgb(224,81,204); }
td.TdClassName
{
border-color: #E051CC;
}
.TagClassName
{
border-color: #E051CC;
}
</style>