Html Css Color HEX #E04DBB Free Speech Magenta
📋 copy color: '#E04DBB'red 224 ◦ green 77 ◦ blue 187
Shades of Free Speech Magenta #E04DBB
Tints of Free Speech Magenta #E04DBB
RGB
CMYK
RGB Variations
Color information
#E04DBB (or 0xE04DBB) is known color: Free Speech Magenta. HEX triplet: E0, 4D and BB. RGB value is (224,77,187). Sum of RGB (Red+Green+Blue) = 224+77+187=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DBB is #1FB244. Grayscale: #858585. Windows color (decimal): -2077253 or 12275168. OLE color: 12275168.
HSL color Cylindrical-coordinate representation of color #E04DBB: hue angle of 315.1º 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 #E04DBB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 187 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.12 |
| HSL | 315.1º | 0.7% | 0.59% | - |
| HSV(B) | 315.1º | 0.66% | 0.88% | - |
| XYZ | 42.36 | 24.74 | 49.56 | - |
| YUV | 133.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 187 | 0 | 0.66 | 0.17 | 0.12 | 315.1 | 0.7 | 0.59 |
| Hex | E0 | 4D | BB | 0 | 42 | 11 | C | 13B | 46 | 3B |
| Octal | 340 | 115 | 273 | 0 | 102 | 21 | 14 | 473 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10111011 | 0 | 1000010 | 10001 | 1100 | 100111011 | 1000110 | 111011 |
Color Harmonies of #E04DBB
Complementary color
Monochromatic Colors of #E04DBB
Black with #E04DBB
Text Example
Text Example
White with #E04DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DBB; }
p { color: rgb(224,77,187); }
H1.HeaderClassName
{
color: #E04DBB;
}
.AnyTagClassName
{
color: #E04DBB;
}
</style>
background-color css
<style>
a { background-color: #E04DBB; }
a { background-color: rgb(224,77,187); }
div.DivClassName
{
background-color: #E04DBB;
}
.BgClassName
{
background-color: #E04DBB;
}
</style>
border-color css
<style>
span { border-color: #E04DBB; }
span { border-color: rgb(224,77,187); }
td.TdClassName
{
border-color: #E04DBB;
}
.TagClassName
{
border-color: #E04DBB;
}
</style>