Html Css Color HEX #E051B5 Free Speech Magenta
📋 copy color: '#E051B5'red 224 ◦ green 81 ◦ blue 181
Shades of Free Speech Magenta #E051B5
Tints of Free Speech Magenta #E051B5
RGB
CMYK
RGB Variations
Color information
#E051B5 (or 0xE051B5) is known color: Free Speech Magenta. HEX triplet: E0, 51 and B5. RGB value is (224,81,181). Sum of RGB (Red+Green+Blue) = 224+81+181=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E051B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051B5 is #1FAE4A. Grayscale: #868686. Windows color (decimal): -2076235 or 11882976. OLE color: 11882976.
HSL color Cylindrical-coordinate representation of color #E051B5: hue angle of 318.04º 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 #E051B5 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 181 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.12 |
| HSL | 318.04º | 0.7% | 0.6% | - |
| HSV(B) | 318.04º | 0.64% | 0.88% | - |
| XYZ | 42.02 | 25.07 | 46.34 | - |
| YUV | 135.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 181 | 0 | 0.64 | 0.19 | 0.12 | 318.04 | 0.7 | 0.6 |
| Hex | E0 | 51 | B5 | 0 | 40 | 13 | C | 13E | 46 | 3C |
| Octal | 340 | 121 | 265 | 0 | 100 | 23 | 14 | 476 | 106 | 74 |
| Binary | 11100000 | 1010001 | 10110101 | 0 | 1000000 | 10011 | 1100 | 100111110 | 1000110 | 111100 |
Color Harmonies of #E051B5
Complementary color
Monochromatic Colors of #E051B5
Black with #E051B5
Text Example
Text Example
White with #E051B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051B5; }
p { color: rgb(224,81,181); }
H1.HeaderClassName
{
color: #E051B5;
}
.AnyTagClassName
{
color: #E051B5;
}
</style>
background-color css
<style>
a { background-color: #E051B5; }
a { background-color: rgb(224,81,181); }
div.DivClassName
{
background-color: #E051B5;
}
.BgClassName
{
background-color: #E051B5;
}
</style>
border-color css
<style>
span { border-color: #E051B5; }
span { border-color: rgb(224,81,181); }
td.TdClassName
{
border-color: #E051B5;
}
.TagClassName
{
border-color: #E051B5;
}
</style>