Html Css Color HEX #E03AD4 Free Speech Magenta
📋 copy color: '#E03AD4'red 224 ◦ green 58 ◦ blue 212
Shades of Free Speech Magenta #E03AD4
Tints of Free Speech Magenta #E03AD4
RGB
CMYK
RGB Variations
Color information
#E03AD4 (or 0xE03AD4) is known color: Free Speech Magenta. HEX triplet: E0, 3A and D4. RGB value is (224,58,212). Sum of RGB (Red+Green+Blue) = 224+58+212=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AD4 is #1FC52B. Grayscale: #7C7C7C. Windows color (decimal): -2082092 or 13908704. OLE color: 13908704.
HSL color Cylindrical-coordinate representation of color #E03AD4: hue angle of 304.34º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03AD4 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 212 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.12 |
| HSL | 304.34º | 0.73% | 0.55% | - |
| HSV(B) | 304.34º | 0.74% | 0.88% | - |
| XYZ | 44.14 | 23.63 | 64.52 | - |
| YUV | 125.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 212 | 0 | 0.74 | 0.05 | 0.12 | 304.34 | 0.73 | 0.55 |
| Hex | E0 | 3A | D4 | 0 | 4A | 5 | C | 130 | 49 | 37 |
| Octal | 340 | 72 | 324 | 0 | 112 | 5 | 14 | 460 | 111 | 67 |
| Binary | 11100000 | 111010 | 11010100 | 0 | 1001010 | 101 | 1100 | 100110000 | 1001001 | 110111 |
Color Harmonies of #E03AD4
Complementary color
Monochromatic Colors of #E03AD4
Black with #E03AD4
Text Example
Text Example
White with #E03AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AD4; }
p { color: rgb(224,58,212); }
H1.HeaderClassName
{
color: #E03AD4;
}
.AnyTagClassName
{
color: #E03AD4;
}
</style>
background-color css
<style>
a { background-color: #E03AD4; }
a { background-color: rgb(224,58,212); }
div.DivClassName
{
background-color: #E03AD4;
}
.BgClassName
{
background-color: #E03AD4;
}
</style>
border-color css
<style>
span { border-color: #E03AD4; }
span { border-color: rgb(224,58,212); }
td.TdClassName
{
border-color: #E03AD4;
}
.TagClassName
{
border-color: #E03AD4;
}
</style>