Html Css Color HEX #E03AD1 Free Speech Magenta
📋 copy color: '#E03AD1'red 224 ◦ green 58 ◦ blue 209
Shades of Free Speech Magenta #E03AD1
Tints of Free Speech Magenta #E03AD1
RGB
CMYK
RGB Variations
Color information
#E03AD1 (or 0xE03AD1) is known color: Free Speech Magenta. HEX triplet: E0, 3A and D1. RGB value is (224,58,209). Sum of RGB (Red+Green+Blue) = 224+58+209=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AD1 is #1FC52E. Grayscale: #7C7C7C. Windows color (decimal): -2082095 or 13712096. OLE color: 13712096.
HSL color Cylindrical-coordinate representation of color #E03AD1: hue angle of 305.42º 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 #E03AD1 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 209 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.12 |
| HSL | 305.42º | 0.73% | 0.55% | - |
| HSV(B) | 305.42º | 0.74% | 0.88% | - |
| XYZ | 43.76 | 23.48 | 62.55 | - |
| YUV | 124.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 209 | 0 | 0.74 | 0.07 | 0.12 | 305.42 | 0.73 | 0.55 |
| Hex | E0 | 3A | D1 | 0 | 4A | 7 | C | 131 | 49 | 37 |
| Octal | 340 | 72 | 321 | 0 | 112 | 7 | 14 | 461 | 111 | 67 |
| Binary | 11100000 | 111010 | 11010001 | 0 | 1001010 | 111 | 1100 | 100110001 | 1001001 | 110111 |
Color Harmonies of #E03AD1
Complementary color
Monochromatic Colors of #E03AD1
Black with #E03AD1
Text Example
Text Example
White with #E03AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AD1; }
p { color: rgb(224,58,209); }
H1.HeaderClassName
{
color: #E03AD1;
}
.AnyTagClassName
{
color: #E03AD1;
}
</style>
background-color css
<style>
a { background-color: #E03AD1; }
a { background-color: rgb(224,58,209); }
div.DivClassName
{
background-color: #E03AD1;
}
.BgClassName
{
background-color: #E03AD1;
}
</style>
border-color css
<style>
span { border-color: #E03AD1; }
span { border-color: rgb(224,58,209); }
td.TdClassName
{
border-color: #E03AD1;
}
.TagClassName
{
border-color: #E03AD1;
}
</style>