Html Css Color HEX #E051BE Free Speech Magenta
📋 copy color: '#E051BE'red 224 ◦ green 81 ◦ blue 190
Shades of Free Speech Magenta #E051BE
Tints of Free Speech Magenta #E051BE
RGB
CMYK
RGB Variations
Color information
#E051BE (or 0xE051BE) is known color: Free Speech Magenta. HEX triplet: E0, 51 and BE. RGB value is (224,81,190). Sum of RGB (Red+Green+Blue) = 224+81+190=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E051BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051BE is #1FAE41. Grayscale: #878787. Windows color (decimal): -2076226 or 12472800. OLE color: 12472800.
HSL color Cylindrical-coordinate representation of color #E051BE: hue angle of 314.27º 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 #E051BE is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 190 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.12 |
| HSL | 314.27º | 0.7% | 0.6% | - |
| HSV(B) | 314.27º | 0.64% | 0.88% | - |
| XYZ | 42.98 | 25.45 | 51.36 | - |
| YUV | 136.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 190 | 0 | 0.64 | 0.15 | 0.12 | 314.27 | 0.7 | 0.6 |
| Hex | E0 | 51 | BE | 0 | 40 | F | C | 13A | 46 | 3C |
| Octal | 340 | 121 | 276 | 0 | 100 | 17 | 14 | 472 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10111110 | 0 | 1000000 | 1111 | 1100 | 100111010 | 1000110 | 111100 |
Color Harmonies of #E051BE
Complementary color
Monochromatic Colors of #E051BE
Black with #E051BE
Text Example
Text Example
White with #E051BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051BE; }
p { color: rgb(224,81,190); }
H1.HeaderClassName
{
color: #E051BE;
}
.AnyTagClassName
{
color: #E051BE;
}
</style>
background-color css
<style>
a { background-color: #E051BE; }
a { background-color: rgb(224,81,190); }
div.DivClassName
{
background-color: #E051BE;
}
.BgClassName
{
background-color: #E051BE;
}
</style>
border-color css
<style>
span { border-color: #E051BE; }
span { border-color: rgb(224,81,190); }
td.TdClassName
{
border-color: #E051BE;
}
.TagClassName
{
border-color: #E051BE;
}
</style>