Html Css Color HEX #E048BD Free Speech Magenta
📋 copy color: '#E048BD'red 224 ◦ green 72 ◦ blue 189
Shades of Free Speech Magenta #E048BD
Tints of Free Speech Magenta #E048BD
RGB
CMYK
RGB Variations
Color information
#E048BD (or 0xE048BD) is known color: Free Speech Magenta. HEX triplet: E0, 48 and BD. RGB value is (224,72,189). Sum of RGB (Red+Green+Blue) = 224+72+189=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BD is #1FB742. Grayscale: #828282. Windows color (decimal): -2078531 or 12404960. OLE color: 12404960.
HSL color Cylindrical-coordinate representation of color #E048BD: hue angle of 313.82º 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 #E048BD is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 189 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.12 |
| HSL | 313.82º | 0.71% | 0.58% | - |
| HSV(B) | 313.82º | 0.68% | 0.88% | - |
| XYZ | 42.24 | 24.16 | 50.58 | - |
| YUV | 130.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 189 | 0 | 0.68 | 0.16 | 0.12 | 313.82 | 0.71 | 0.58 |
| Hex | E0 | 48 | BD | 0 | 44 | 10 | C | 13A | 47 | 3A |
| Octal | 340 | 110 | 275 | 0 | 104 | 20 | 14 | 472 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10111101 | 0 | 1000100 | 10000 | 1100 | 100111010 | 1000111 | 111010 |
Color Harmonies of #E048BD
Complementary color
Monochromatic Colors of #E048BD
Black with #E048BD
Text Example
Text Example
White with #E048BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048BD; }
p { color: rgb(224,72,189); }
H1.HeaderClassName
{
color: #E048BD;
}
.AnyTagClassName
{
color: #E048BD;
}
</style>
background-color css
<style>
a { background-color: #E048BD; }
a { background-color: rgb(224,72,189); }
div.DivClassName
{
background-color: #E048BD;
}
.BgClassName
{
background-color: #E048BD;
}
</style>
border-color css
<style>
span { border-color: #E048BD; }
span { border-color: rgb(224,72,189); }
td.TdClassName
{
border-color: #E048BD;
}
.TagClassName
{
border-color: #E048BD;
}
</style>