Html Css Color HEX #E04DB5 Free Speech Magenta
📋 copy color: '#E04DB5'red 224 ◦ green 77 ◦ blue 181
Shades of Free Speech Magenta #E04DB5
Tints of Free Speech Magenta #E04DB5
RGB
CMYK
RGB Variations
Color information
#E04DB5 (or 0xE04DB5) is known color: Free Speech Magenta. HEX triplet: E0, 4D and B5. RGB value is (224,77,181). Sum of RGB (Red+Green+Blue) = 224+77+181=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DB5 is #1FB24A. Grayscale: #848484. Windows color (decimal): -2077259 or 11881952. OLE color: 11881952.
HSL color Cylindrical-coordinate representation of color #E04DB5: hue angle of 317.55º 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 #E04DB5 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 181 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.12 |
| HSL | 317.55º | 0.7% | 0.59% | - |
| HSV(B) | 317.55º | 0.66% | 0.88% | - |
| XYZ | 41.73 | 24.49 | 46.24 | - |
| YUV | 132.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 181 | 0 | 0.66 | 0.19 | 0.12 | 317.55 | 0.7 | 0.59 |
| Hex | E0 | 4D | B5 | 0 | 42 | 13 | C | 13E | 46 | 3B |
| Octal | 340 | 115 | 265 | 0 | 102 | 23 | 14 | 476 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10110101 | 0 | 1000010 | 10011 | 1100 | 100111110 | 1000110 | 111011 |
Color Harmonies of #E04DB5
Complementary color
Monochromatic Colors of #E04DB5
Black with #E04DB5
Text Example
Text Example
White with #E04DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DB5; }
p { color: rgb(224,77,181); }
H1.HeaderClassName
{
color: #E04DB5;
}
.AnyTagClassName
{
color: #E04DB5;
}
</style>
background-color css
<style>
a { background-color: #E04DB5; }
a { background-color: rgb(224,77,181); }
div.DivClassName
{
background-color: #E04DB5;
}
.BgClassName
{
background-color: #E04DB5;
}
</style>
border-color css
<style>
span { border-color: #E04DB5; }
span { border-color: rgb(224,77,181); }
td.TdClassName
{
border-color: #E04DB5;
}
.TagClassName
{
border-color: #E04DB5;
}
</style>