Html Css Color HEX #E046B9 Free Speech Magenta
📋 copy color: '#E046B9'red 224 ◦ green 70 ◦ blue 185
Shades of Free Speech Magenta #E046B9
Tints of Free Speech Magenta #E046B9
RGB
CMYK
RGB Variations
Color information
#E046B9 (or 0xE046B9) is known color: Free Speech Magenta. HEX triplet: E0, 46 and B9. RGB value is (224,70,185). Sum of RGB (Red+Green+Blue) = 224+70+185=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E046B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046B9 is #1FB946. Grayscale: #808080. Windows color (decimal): -2079047 or 12142304. OLE color: 12142304.
HSL color Cylindrical-coordinate representation of color #E046B9: hue angle of 315.19º 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 #E046B9 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 185 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.12 |
| HSL | 315.19º | 0.71% | 0.58% | - |
| HSV(B) | 315.19º | 0.69% | 0.88% | - |
| XYZ | 41.69 | 23.73 | 48.28 | - |
| YUV | 129.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 185 | 0 | 0.69 | 0.17 | 0.12 | 315.19 | 0.71 | 0.58 |
| Hex | E0 | 46 | B9 | 0 | 45 | 11 | C | 13B | 47 | 3A |
| Octal | 340 | 106 | 271 | 0 | 105 | 21 | 14 | 473 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10111001 | 0 | 1000101 | 10001 | 1100 | 100111011 | 1000111 | 111010 |
Color Harmonies of #E046B9
Complementary color
Monochromatic Colors of #E046B9
Black with #E046B9
Text Example
Text Example
White with #E046B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046B9; }
p { color: rgb(224,70,185); }
H1.HeaderClassName
{
color: #E046B9;
}
.AnyTagClassName
{
color: #E046B9;
}
</style>
background-color css
<style>
a { background-color: #E046B9; }
a { background-color: rgb(224,70,185); }
div.DivClassName
{
background-color: #E046B9;
}
.BgClassName
{
background-color: #E046B9;
}
</style>
border-color css
<style>
span { border-color: #E046B9; }
span { border-color: rgb(224,70,185); }
td.TdClassName
{
border-color: #E046B9;
}
.TagClassName
{
border-color: #E046B9;
}
</style>