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