Html Css Color HEX #E04DBD Free Speech Magenta
📋 copy color: '#E04DBD'red 224 ◦ green 77 ◦ blue 189
Shades of Free Speech Magenta #E04DBD
Tints of Free Speech Magenta #E04DBD
RGB
CMYK
RGB Variations
Color information
#E04DBD (or 0xE04DBD) is known color: Free Speech Magenta. HEX triplet: E0, 4D and BD. RGB value is (224,77,189). Sum of RGB (Red+Green+Blue) = 224+77+189=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DBD is #1FB242. Grayscale: #858585. Windows color (decimal): -2077251 or 12406240. OLE color: 12406240.
HSL color Cylindrical-coordinate representation of color #E04DBD: hue angle of 314.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DBD is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 189 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.12 |
| HSL | 314.29º | 0.7% | 0.59% | - |
| HSV(B) | 314.29º | 0.66% | 0.88% | - |
| XYZ | 42.58 | 24.83 | 50.69 | - |
| YUV | 133.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 189 | 0 | 0.66 | 0.16 | 0.12 | 314.29 | 0.7 | 0.59 |
| Hex | E0 | 4D | BD | 0 | 42 | 10 | C | 13A | 46 | 3B |
| Octal | 340 | 115 | 275 | 0 | 102 | 20 | 14 | 472 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10111101 | 0 | 1000010 | 10000 | 1100 | 100111010 | 1000110 | 111011 |
Color Harmonies of #E04DBD
Complementary color
Monochromatic Colors of #E04DBD
Black with #E04DBD
Text Example
Text Example
White with #E04DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DBD; }
p { color: rgb(224,77,189); }
H1.HeaderClassName
{
color: #E04DBD;
}
.AnyTagClassName
{
color: #E04DBD;
}
</style>
background-color css
<style>
a { background-color: #E04DBD; }
a { background-color: rgb(224,77,189); }
div.DivClassName
{
background-color: #E04DBD;
}
.BgClassName
{
background-color: #E04DBD;
}
</style>
border-color css
<style>
span { border-color: #E04DBD; }
span { border-color: rgb(224,77,189); }
td.TdClassName
{
border-color: #E04DBD;
}
.TagClassName
{
border-color: #E04DBD;
}
</style>