Html Css Color HEX #E046BA Free Speech Magenta
📋 copy color: '#E046BA'red 224 ◦ green 70 ◦ blue 186
Shades of Free Speech Magenta #E046BA
Tints of Free Speech Magenta #E046BA
RGB
CMYK
RGB Variations
Color information
#E046BA (or 0xE046BA) is known color: Free Speech Magenta. HEX triplet: E0, 46 and BA. RGB value is (224,70,186). Sum of RGB (Red+Green+Blue) = 224+70+186=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E046BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046BA is #1FB945. Grayscale: #808080. Windows color (decimal): -2079046 or 12207840. OLE color: 12207840.
HSL color Cylindrical-coordinate representation of color #E046BA: hue angle of 314.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046BA is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 186 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.12 |
| HSL | 314.81º | 0.71% | 0.58% | - |
| HSV(B) | 314.81º | 0.69% | 0.88% | - |
| XYZ | 41.79 | 23.77 | 48.84 | - |
| YUV | 129.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 186 | 0 | 0.69 | 0.17 | 0.12 | 314.81 | 0.71 | 0.58 |
| Hex | E0 | 46 | BA | 0 | 45 | 11 | C | 13B | 47 | 3A |
| Octal | 340 | 106 | 272 | 0 | 105 | 21 | 14 | 473 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10111010 | 0 | 1000101 | 10001 | 1100 | 100111011 | 1000111 | 111010 |
Color Harmonies of #E046BA
Complementary color
Monochromatic Colors of #E046BA
Black with #E046BA
Text Example
Text Example
White with #E046BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046BA; }
p { color: rgb(224,70,186); }
H1.HeaderClassName
{
color: #E046BA;
}
.AnyTagClassName
{
color: #E046BA;
}
</style>
background-color css
<style>
a { background-color: #E046BA; }
a { background-color: rgb(224,70,186); }
div.DivClassName
{
background-color: #E046BA;
}
.BgClassName
{
background-color: #E046BA;
}
</style>
border-color css
<style>
span { border-color: #E046BA; }
span { border-color: rgb(224,70,186); }
td.TdClassName
{
border-color: #E046BA;
}
.TagClassName
{
border-color: #E046BA;
}
</style>