Html Css Color HEX #E051B7 Free Speech Magenta
📋 copy color: '#E051B7'red 224 ◦ green 81 ◦ blue 183
Shades of Free Speech Magenta #E051B7
Tints of Free Speech Magenta #E051B7
RGB
CMYK
RGB Variations
Color information
#E051B7 (or 0xE051B7) is known color: Free Speech Magenta. HEX triplet: E0, 51 and B7. RGB value is (224,81,183). Sum of RGB (Red+Green+Blue) = 224+81+183=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E051B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051B7 is #1FAE48. Grayscale: #878787. Windows color (decimal): -2076233 or 12014048. OLE color: 12014048.
HSL color Cylindrical-coordinate representation of color #E051B7: hue angle of 317.2º 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 #E051B7 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 183 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.12 |
| HSL | 317.2º | 0.7% | 0.6% | - |
| HSV(B) | 317.2º | 0.64% | 0.88% | - |
| XYZ | 42.23 | 25.15 | 47.43 | - |
| YUV | 135.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 183 | 0 | 0.64 | 0.18 | 0.12 | 317.2 | 0.7 | 0.6 |
| Hex | E0 | 51 | B7 | 0 | 40 | 12 | C | 13D | 46 | 3C |
| Octal | 340 | 121 | 267 | 0 | 100 | 22 | 14 | 475 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10110111 | 0 | 1000000 | 10010 | 1100 | 100111101 | 1000110 | 111100 |
Color Harmonies of #E051B7
Complementary color
Monochromatic Colors of #E051B7
Black with #E051B7
Text Example
Text Example
White with #E051B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051B7; }
p { color: rgb(224,81,183); }
H1.HeaderClassName
{
color: #E051B7;
}
.AnyTagClassName
{
color: #E051B7;
}
</style>
background-color css
<style>
a { background-color: #E051B7; }
a { background-color: rgb(224,81,183); }
div.DivClassName
{
background-color: #E051B7;
}
.BgClassName
{
background-color: #E051B7;
}
</style>
border-color css
<style>
span { border-color: #E051B7; }
span { border-color: rgb(224,81,183); }
td.TdClassName
{
border-color: #E051B7;
}
.TagClassName
{
border-color: #E051B7;
}
</style>