Html Css Color HEX #E048BA Free Speech Magenta
📋 copy color: '#E048BA'red 224 ◦ green 72 ◦ blue 186
Shades of Free Speech Magenta #E048BA
Tints of Free Speech Magenta #E048BA
RGB
CMYK
RGB Variations
Color information
#E048BA (or 0xE048BA) is known color: Free Speech Magenta. HEX triplet: E0, 48 and BA. RGB value is (224,72,186). Sum of RGB (Red+Green+Blue) = 224+72+186=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BA is #1FB745. Grayscale: #828282. Windows color (decimal): -2078534 or 12208352. OLE color: 12208352.
HSL color Cylindrical-coordinate representation of color #E048BA: hue angle of 315º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048BA is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 186 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.12 |
| HSL | 315º | 0.71% | 0.58% | - |
| HSV(B) | 315º | 0.68% | 0.88% | - |
| XYZ | 41.92 | 24.03 | 48.88 | - |
| YUV | 130.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 186 | 0 | 0.68 | 0.17 | 0.12 | 315 | 0.71 | 0.58 |
| Hex | E0 | 48 | BA | 0 | 44 | 11 | C | 13B | 47 | 3A |
| Octal | 340 | 110 | 272 | 0 | 104 | 21 | 14 | 473 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10111010 | 0 | 1000100 | 10001 | 1100 | 100111011 | 1000111 | 111010 |
Color Harmonies of #E048BA
Complementary color
Monochromatic Colors of #E048BA
Black with #E048BA
Text Example
Text Example
White with #E048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048BA; }
p { color: rgb(224,72,186); }
H1.HeaderClassName
{
color: #E048BA;
}
.AnyTagClassName
{
color: #E048BA;
}
</style>
background-color css
<style>
a { background-color: #E048BA; }
a { background-color: rgb(224,72,186); }
div.DivClassName
{
background-color: #E048BA;
}
.BgClassName
{
background-color: #E048BA;
}
</style>
border-color css
<style>
span { border-color: #E048BA; }
span { border-color: rgb(224,72,186); }
td.TdClassName
{
border-color: #E048BA;
}
.TagClassName
{
border-color: #E048BA;
}
</style>