Html Css Color HEX #E04ADB Free Speech Magenta
📋 copy color: '#E04ADB'red 224 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #E04ADB
Tints of Free Speech Magenta #E04ADB
RGB
CMYK
RGB Variations
Color information
#E04ADB (or 0xE04ADB) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DB. RGB value is (224,74,219). Sum of RGB (Red+Green+Blue) = 224+74+219=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADB is #1FB524. Grayscale: #868686. Windows color (decimal): -2077989 or 14371552. OLE color: 14371552.
HSL color Cylindrical-coordinate representation of color #E04ADB: hue angle of 302º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04ADB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 219 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.12 |
| HSL | 302º | 0.71% | 0.58% | - |
| HSV(B) | 302º | 0.67% | 0.88% | - |
| XYZ | 45.98 | 25.86 | 69.59 | - |
| YUV | 135.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 219 | 0 | 0.67 | 0.02 | 0.12 | 302 | 0.71 | 0.58 |
| Hex | E0 | 4A | DB | 0 | 43 | 2 | C | 12E | 47 | 3A |
| Octal | 340 | 112 | 333 | 0 | 103 | 2 | 14 | 456 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011011 | 0 | 1000011 | 10 | 1100 | 100101110 | 1000111 | 111010 |
Color Harmonies of #E04ADB
Complementary color
Monochromatic Colors of #E04ADB
Black with #E04ADB
Text Example
Text Example
White with #E04ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ADB; }
p { color: rgb(224,74,219); }
H1.HeaderClassName
{
color: #E04ADB;
}
.AnyTagClassName
{
color: #E04ADB;
}
</style>
background-color css
<style>
a { background-color: #E04ADB; }
a { background-color: rgb(224,74,219); }
div.DivClassName
{
background-color: #E04ADB;
}
.BgClassName
{
background-color: #E04ADB;
}
</style>
border-color css
<style>
span { border-color: #E04ADB; }
span { border-color: rgb(224,74,219); }
td.TdClassName
{
border-color: #E04ADB;
}
.TagClassName
{
border-color: #E04ADB;
}
</style>