Html Css Color HEX #E03DCD Free Speech Magenta
📋 copy color: '#E03DCD'red 224 ◦ green 61 ◦ blue 205
Shades of Free Speech Magenta #E03DCD
Tints of Free Speech Magenta #E03DCD
RGB
CMYK
RGB Variations
Color information
#E03DCD (or 0xE03DCD) is known color: Free Speech Magenta. HEX triplet: E0, 3D and CD. RGB value is (224,61,205). Sum of RGB (Red+Green+Blue) = 224+61+205=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DCD is #1FC232. Grayscale: #7D7D7D. Windows color (decimal): -2081331 or 13450720. OLE color: 13450720.
HSL color Cylindrical-coordinate representation of color #E03DCD: hue angle of 306.99º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DCD is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 205 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.12 |
| HSL | 306.99º | 0.72% | 0.56% | - |
| HSV(B) | 306.99º | 0.73% | 0.88% | - |
| XYZ | 43.43 | 23.59 | 60.02 | - |
| YUV | 126.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 205 | 0 | 0.73 | 0.08 | 0.12 | 306.99 | 0.72 | 0.56 |
| Hex | E0 | 3D | CD | 0 | 49 | 8 | C | 133 | 48 | 38 |
| Octal | 340 | 75 | 315 | 0 | 111 | 10 | 14 | 463 | 110 | 70 |
| Binary | 11100000 | 111101 | 11001101 | 0 | 1001001 | 1000 | 1100 | 100110011 | 1001000 | 111000 |
Color Harmonies of #E03DCD
Complementary color
Monochromatic Colors of #E03DCD
Black with #E03DCD
Text Example
Text Example
White with #E03DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DCD; }
p { color: rgb(224,61,205); }
H1.HeaderClassName
{
color: #E03DCD;
}
.AnyTagClassName
{
color: #E03DCD;
}
</style>
background-color css
<style>
a { background-color: #E03DCD; }
a { background-color: rgb(224,61,205); }
div.DivClassName
{
background-color: #E03DCD;
}
.BgClassName
{
background-color: #E03DCD;
}
</style>
border-color css
<style>
span { border-color: #E03DCD; }
span { border-color: rgb(224,61,205); }
td.TdClassName
{
border-color: #E03DCD;
}
.TagClassName
{
border-color: #E03DCD;
}
</style>