Html Css Color HEX #E03DDC Free Speech Magenta
📋 copy color: '#E03DDC'red 224 ◦ green 61 ◦ blue 220
Shades of Free Speech Magenta #E03DDC
Tints of Free Speech Magenta #E03DDC
RGB
CMYK
RGB Variations
Color information
#E03DDC (or 0xE03DDC) is known color: Free Speech Magenta. HEX triplet: E0, 3D and DC. RGB value is (224,61,220). Sum of RGB (Red+Green+Blue) = 224+61+220=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DDC is #1FC223. Grayscale: #7F7F7F. Windows color (decimal): -2081316 or 14433760. OLE color: 14433760.
HSL color Cylindrical-coordinate representation of color #E03DDC: hue angle of 301.47º 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 #E03DDC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 220 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.12 |
| HSL | 301.47º | 0.72% | 0.56% | - |
| HSV(B) | 301.47º | 0.73% | 0.88% | - |
| XYZ | 45.33 | 24.35 | 70.02 | - |
| YUV | 127.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 220 | 0 | 0.73 | 0.02 | 0.12 | 301.47 | 0.72 | 0.56 |
| Hex | E0 | 3D | DC | 0 | 49 | 2 | C | 12D | 48 | 38 |
| Octal | 340 | 75 | 334 | 0 | 111 | 2 | 14 | 455 | 110 | 70 |
| Binary | 11100000 | 111101 | 11011100 | 0 | 1001001 | 10 | 1100 | 100101101 | 1001000 | 111000 |
Color Harmonies of #E03DDC
Complementary color
Monochromatic Colors of #E03DDC
Black with #E03DDC
Text Example
Text Example
White with #E03DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DDC; }
p { color: rgb(224,61,220); }
H1.HeaderClassName
{
color: #E03DDC;
}
.AnyTagClassName
{
color: #E03DDC;
}
</style>
background-color css
<style>
a { background-color: #E03DDC; }
a { background-color: rgb(224,61,220); }
div.DivClassName
{
background-color: #E03DDC;
}
.BgClassName
{
background-color: #E03DDC;
}
</style>
border-color css
<style>
span { border-color: #E03DDC; }
span { border-color: rgb(224,61,220); }
td.TdClassName
{
border-color: #E03DDC;
}
.TagClassName
{
border-color: #E03DDC;
}
</style>