Html Css Color HEX #E051C1 Free Speech Magenta
📋 copy color: '#E051C1'red 224 ◦ green 81 ◦ blue 193
Shades of Free Speech Magenta #E051C1
Tints of Free Speech Magenta #E051C1
RGB
CMYK
RGB Variations
Color information
#E051C1 (or 0xE051C1) is known color: Free Speech Magenta. HEX triplet: E0, 51 and C1. RGB value is (224,81,193). Sum of RGB (Red+Green+Blue) = 224+81+193=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E051C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051C1 is #1FAE3E. Grayscale: #888888. Windows color (decimal): -2076223 or 12669408. OLE color: 12669408.
HSL color Cylindrical-coordinate representation of color #E051C1: hue angle of 313.01º 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 #E051C1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 193 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.12 |
| HSL | 313.01º | 0.7% | 0.6% | - |
| HSV(B) | 313.01º | 0.64% | 0.88% | - |
| XYZ | 43.31 | 25.58 | 53.11 | - |
| YUV | 136.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 193 | 0 | 0.64 | 0.14 | 0.12 | 313.01 | 0.7 | 0.6 |
| Hex | E0 | 51 | C1 | 0 | 40 | E | C | 139 | 46 | 3C |
| Octal | 340 | 121 | 301 | 0 | 100 | 16 | 14 | 471 | 106 | 74 |
| Binary | 11100000 | 1010001 | 11000001 | 0 | 1000000 | 1110 | 1100 | 100111001 | 1000110 | 111100 |
Color Harmonies of #E051C1
Complementary color
Monochromatic Colors of #E051C1
Black with #E051C1
Text Example
Text Example
White with #E051C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051C1; }
p { color: rgb(224,81,193); }
H1.HeaderClassName
{
color: #E051C1;
}
.AnyTagClassName
{
color: #E051C1;
}
</style>
background-color css
<style>
a { background-color: #E051C1; }
a { background-color: rgb(224,81,193); }
div.DivClassName
{
background-color: #E051C1;
}
.BgClassName
{
background-color: #E051C1;
}
</style>
border-color css
<style>
span { border-color: #E051C1; }
span { border-color: rgb(224,81,193); }
td.TdClassName
{
border-color: #E051C1;
}
.TagClassName
{
border-color: #E051C1;
}
</style>