Html Css Color HEX #E03AD6 Free Speech Magenta
📋 copy color: '#E03AD6'red 224 ◦ green 58 ◦ blue 214
Shades of Free Speech Magenta #E03AD6
Tints of Free Speech Magenta #E03AD6
RGB
CMYK
RGB Variations
Color information
#E03AD6 (or 0xE03AD6) is known color: Free Speech Magenta. HEX triplet: E0, 3A and D6. RGB value is (224,58,214). Sum of RGB (Red+Green+Blue) = 224+58+214=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AD6 is #1FC529. Grayscale: #7C7C7C. Windows color (decimal): -2082090 or 14039776. OLE color: 14039776.
HSL color Cylindrical-coordinate representation of color #E03AD6: hue angle of 303.61º 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 #E03AD6 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 214 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.12 |
| HSL | 303.61º | 0.73% | 0.55% | - |
| HSV(B) | 303.61º | 0.74% | 0.88% | - |
| XYZ | 44.39 | 23.73 | 65.86 | - |
| YUV | 125.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 214 | 0 | 0.74 | 0.04 | 0.12 | 303.61 | 0.73 | 0.55 |
| Hex | E0 | 3A | D6 | 0 | 4A | 4 | C | 130 | 49 | 37 |
| Octal | 340 | 72 | 326 | 0 | 112 | 4 | 14 | 460 | 111 | 67 |
| Binary | 11100000 | 111010 | 11010110 | 0 | 1001010 | 100 | 1100 | 100110000 | 1001001 | 110111 |
Color Harmonies of #E03AD6
Complementary color
Monochromatic Colors of #E03AD6
Black with #E03AD6
Text Example
Text Example
White with #E03AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AD6; }
p { color: rgb(224,58,214); }
H1.HeaderClassName
{
color: #E03AD6;
}
.AnyTagClassName
{
color: #E03AD6;
}
</style>
background-color css
<style>
a { background-color: #E03AD6; }
a { background-color: rgb(224,58,214); }
div.DivClassName
{
background-color: #E03AD6;
}
.BgClassName
{
background-color: #E03AD6;
}
</style>
border-color css
<style>
span { border-color: #E03AD6; }
span { border-color: rgb(224,58,214); }
td.TdClassName
{
border-color: #E03AD6;
}
.TagClassName
{
border-color: #E03AD6;
}
</style>