Html Css Color HEX #E03AD5 Free Speech Magenta
📋 copy color: '#E03AD5'red 224 ◦ green 58 ◦ blue 213
Shades of Free Speech Magenta #E03AD5
Tints of Free Speech Magenta #E03AD5
RGB
CMYK
RGB Variations
Color information
#E03AD5 (or 0xE03AD5) is known color: Free Speech Magenta. HEX triplet: E0, 3A and D5. RGB value is (224,58,213). Sum of RGB (Red+Green+Blue) = 224+58+213=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03AD5 is #1FC52A. Grayscale: #7C7C7C. Windows color (decimal): -2082091 or 13974240. OLE color: 13974240.
HSL color Cylindrical-coordinate representation of color #E03AD5: hue angle of 303.98º 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 #E03AD5 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 213 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.12 |
| HSL | 303.98º | 0.73% | 0.55% | - |
| HSV(B) | 303.98º | 0.74% | 0.88% | - |
| XYZ | 44.26 | 23.68 | 65.19 | - |
| YUV | 125.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 213 | 0 | 0.74 | 0.05 | 0.12 | 303.98 | 0.73 | 0.55 |
| Hex | E0 | 3A | D5 | 0 | 4A | 5 | C | 130 | 49 | 37 |
| Octal | 340 | 72 | 325 | 0 | 112 | 5 | 14 | 460 | 111 | 67 |
| Binary | 11100000 | 111010 | 11010101 | 0 | 1001010 | 101 | 1100 | 100110000 | 1001001 | 110111 |
Color Harmonies of #E03AD5
Complementary color
Monochromatic Colors of #E03AD5
Black with #E03AD5
Text Example
Text Example
White with #E03AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AD5; }
p { color: rgb(224,58,213); }
H1.HeaderClassName
{
color: #E03AD5;
}
.AnyTagClassName
{
color: #E03AD5;
}
</style>
background-color css
<style>
a { background-color: #E03AD5; }
a { background-color: rgb(224,58,213); }
div.DivClassName
{
background-color: #E03AD5;
}
.BgClassName
{
background-color: #E03AD5;
}
</style>
border-color css
<style>
span { border-color: #E03AD5; }
span { border-color: rgb(224,58,213); }
td.TdClassName
{
border-color: #E03AD5;
}
.TagClassName
{
border-color: #E03AD5;
}
</style>