Html Css Color HEX #E04AD2 Free Speech Magenta
📋 copy color: '#E04AD2'red 224 ◦ green 74 ◦ blue 210
Shades of Free Speech Magenta #E04AD2
Tints of Free Speech Magenta #E04AD2
RGB
CMYK
RGB Variations
Color information
#E04AD2 (or 0xE04AD2) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D2. RGB value is (224,74,210). Sum of RGB (Red+Green+Blue) = 224+74+210=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD2 is #1FB52D. Grayscale: #858585. Windows color (decimal): -2077998 or 13781728. OLE color: 13781728.
HSL color Cylindrical-coordinate representation of color #E04AD2: hue angle of 305.6º 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 #E04AD2 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 210 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.12 |
| HSL | 305.6º | 0.71% | 0.58% | - |
| HSV(B) | 305.6º | 0.67% | 0.88% | - |
| XYZ | 44.82 | 25.4 | 63.51 | - |
| YUV | 134.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 210 | 0 | 0.67 | 0.06 | 0.12 | 305.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | D2 | 0 | 43 | 6 | C | 132 | 47 | 3A |
| Octal | 340 | 112 | 322 | 0 | 103 | 6 | 14 | 462 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11010010 | 0 | 1000011 | 110 | 1100 | 100110010 | 1000111 | 111010 |
Color Harmonies of #E04AD2
Complementary color
Monochromatic Colors of #E04AD2
Black with #E04AD2
Text Example
Text Example
White with #E04AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AD2; }
p { color: rgb(224,74,210); }
H1.HeaderClassName
{
color: #E04AD2;
}
.AnyTagClassName
{
color: #E04AD2;
}
</style>
background-color css
<style>
a { background-color: #E04AD2; }
a { background-color: rgb(224,74,210); }
div.DivClassName
{
background-color: #E04AD2;
}
.BgClassName
{
background-color: #E04AD2;
}
</style>
border-color css
<style>
span { border-color: #E04AD2; }
span { border-color: rgb(224,74,210); }
td.TdClassName
{
border-color: #E04AD2;
}
.TagClassName
{
border-color: #E04AD2;
}
</style>