Html Css Color HEX #E04ADF Free Speech Magenta
📋 copy color: '#E04ADF'red 224 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #E04ADF
Tints of Free Speech Magenta #E04ADF
RGB
CMYK
RGB Variations
Color information
#E04ADF (or 0xE04ADF) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DF. RGB value is (224,74,223). Sum of RGB (Red+Green+Blue) = 224+74+223=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADF is #1FB520. Grayscale: #878787. Windows color (decimal): -2077985 or 14633696. OLE color: 14633696.
HSL color Cylindrical-coordinate representation of color #E04ADF: hue angle of 300.4º 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 #E04ADF is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 223 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.12 |
| HSL | 300.4º | 0.71% | 0.58% | - |
| HSV(B) | 300.4º | 0.67% | 0.88% | - |
| XYZ | 46.51 | 26.07 | 72.39 | - |
| YUV | 135.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 223 | 0 | 0.67 | 0.00 | 0.12 | 300.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | DF | 0 | 43 | 0 | C | 12C | 47 | 3A |
| Octal | 340 | 112 | 337 | 0 | 103 | 0 | 14 | 454 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11011111 | 0 | 1000011 | 0 | 1100 | 100101100 | 1000111 | 111010 |
Color Harmonies of #E04ADF
Complementary color
Monochromatic Colors of #E04ADF
Black with #E04ADF
Text Example
Text Example
White with #E04ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ADF; }
p { color: rgb(224,74,223); }
H1.HeaderClassName
{
color: #E04ADF;
}
.AnyTagClassName
{
color: #E04ADF;
}
</style>
background-color css
<style>
a { background-color: #E04ADF; }
a { background-color: rgb(224,74,223); }
div.DivClassName
{
background-color: #E04ADF;
}
.BgClassName
{
background-color: #E04ADF;
}
</style>
border-color css
<style>
span { border-color: #E04ADF; }
span { border-color: rgb(224,74,223); }
td.TdClassName
{
border-color: #E04ADF;
}
.TagClassName
{
border-color: #E04ADF;
}
</style>