Html Css Color HEX #E03FDD Free Speech Magenta
📋 copy color: '#E03FDD'red 224 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #E03FDD
Tints of Free Speech Magenta #E03FDD
RGB
CMYK
RGB Variations
Color information
#E03FDD (or 0xE03FDD) is known color: Free Speech Magenta. HEX triplet: E0, 3F and DD. RGB value is (224,63,221). Sum of RGB (Red+Green+Blue) = 224+63+221=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FDD is #1FC022. Grayscale: #808080. Windows color (decimal): -2080803 or 14499808. OLE color: 14499808.
HSL color Cylindrical-coordinate representation of color #E03FDD: hue angle of 301.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FDD is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 221 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.12 |
| HSL | 301.12º | 0.72% | 0.56% | - |
| HSV(B) | 301.12º | 0.72% | 0.88% | - |
| XYZ | 45.57 | 24.62 | 70.76 | - |
| YUV | 129.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 221 | 0 | 0.72 | 0.01 | 0.12 | 301.12 | 0.72 | 0.56 |
| Hex | E0 | 3F | DD | 0 | 48 | 1 | C | 12D | 48 | 38 |
| Octal | 340 | 77 | 335 | 0 | 110 | 1 | 14 | 455 | 110 | 70 |
| Binary | 11100000 | 111111 | 11011101 | 0 | 1001000 | 1 | 1100 | 100101101 | 1001000 | 111000 |
Color Harmonies of #E03FDD
Complementary color
Monochromatic Colors of #E03FDD
Black with #E03FDD
Text Example
Text Example
White with #E03FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03FDD; }
p { color: rgb(224,63,221); }
H1.HeaderClassName
{
color: #E03FDD;
}
.AnyTagClassName
{
color: #E03FDD;
}
</style>
background-color css
<style>
a { background-color: #E03FDD; }
a { background-color: rgb(224,63,221); }
div.DivClassName
{
background-color: #E03FDD;
}
.BgClassName
{
background-color: #E03FDD;
}
</style>
border-color css
<style>
span { border-color: #E03FDD; }
span { border-color: rgb(224,63,221); }
td.TdClassName
{
border-color: #E03FDD;
}
.TagClassName
{
border-color: #E03FDD;
}
</style>