Html Css Color HEX #E04DBE Free Speech Magenta
📋 copy color: '#E04DBE'red 224 ◦ green 77 ◦ blue 190
Shades of Free Speech Magenta #E04DBE
Tints of Free Speech Magenta #E04DBE
RGB
CMYK
RGB Variations
Color information
#E04DBE (or 0xE04DBE) is known color: Free Speech Magenta. HEX triplet: E0, 4D and BE. RGB value is (224,77,190). Sum of RGB (Red+Green+Blue) = 224+77+190=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DBE is #1FB241. Grayscale: #858585. Windows color (decimal): -2077250 or 12471776. OLE color: 12471776.
HSL color Cylindrical-coordinate representation of color #E04DBE: hue angle of 313.88º 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 #E04DBE is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 190 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.12 |
| HSL | 313.88º | 0.7% | 0.59% | - |
| HSV(B) | 313.88º | 0.66% | 0.88% | - |
| XYZ | 42.69 | 24.87 | 51.27 | - |
| YUV | 133.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 190 | 0 | 0.66 | 0.15 | 0.12 | 313.88 | 0.7 | 0.59 |
| Hex | E0 | 4D | BE | 0 | 42 | F | C | 13A | 46 | 3B |
| Octal | 340 | 115 | 276 | 0 | 102 | 17 | 14 | 472 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10111110 | 0 | 1000010 | 1111 | 1100 | 100111010 | 1000110 | 111011 |
Color Harmonies of #E04DBE
Complementary color
Monochromatic Colors of #E04DBE
Black with #E04DBE
Text Example
Text Example
White with #E04DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DBE; }
p { color: rgb(224,77,190); }
H1.HeaderClassName
{
color: #E04DBE;
}
.AnyTagClassName
{
color: #E04DBE;
}
</style>
background-color css
<style>
a { background-color: #E04DBE; }
a { background-color: rgb(224,77,190); }
div.DivClassName
{
background-color: #E04DBE;
}
.BgClassName
{
background-color: #E04DBE;
}
</style>
border-color css
<style>
span { border-color: #E04DBE; }
span { border-color: rgb(224,77,190); }
td.TdClassName
{
border-color: #E04DBE;
}
.TagClassName
{
border-color: #E04DBE;
}
</style>