Html Css Color HEX #E03BDD Free Speech Magenta
📋 copy color: '#E03BDD'red 224 ◦ green 59 ◦ blue 221
Shades of Free Speech Magenta #E03BDD
Tints of Free Speech Magenta #E03BDD
RGB
CMYK
RGB Variations
Color information
#E03BDD (or 0xE03BDD) is known color: Free Speech Magenta. HEX triplet: E0, 3B and DD. RGB value is (224,59,221). Sum of RGB (Red+Green+Blue) = 224+59+221=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03BDD is #1FC422. Grayscale: #7E7E7E. Windows color (decimal): -2081827 or 14498784. OLE color: 14498784.
HSL color Cylindrical-coordinate representation of color #E03BDD: hue angle of 301.09º 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 #E03BDD is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 221 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.12 |
| HSL | 301.09º | 0.73% | 0.55% | - |
| HSV(B) | 301.09º | 0.74% | 0.88% | - |
| XYZ | 45.36 | 24.2 | 70.69 | - |
| YUV | 126.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 221 | 0 | 0.74 | 0.01 | 0.12 | 301.09 | 0.73 | 0.55 |
| Hex | E0 | 3B | DD | 0 | 4A | 1 | C | 12D | 49 | 37 |
| Octal | 340 | 73 | 335 | 0 | 112 | 1 | 14 | 455 | 111 | 67 |
| Binary | 11100000 | 111011 | 11011101 | 0 | 1001010 | 1 | 1100 | 100101101 | 1001001 | 110111 |
Color Harmonies of #E03BDD
Complementary color
Monochromatic Colors of #E03BDD
Black with #E03BDD
Text Example
Text Example
White with #E03BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BDD; }
p { color: rgb(224,59,221); }
H1.HeaderClassName
{
color: #E03BDD;
}
.AnyTagClassName
{
color: #E03BDD;
}
</style>
background-color css
<style>
a { background-color: #E03BDD; }
a { background-color: rgb(224,59,221); }
div.DivClassName
{
background-color: #E03BDD;
}
.BgClassName
{
background-color: #E03BDD;
}
</style>
border-color css
<style>
span { border-color: #E03BDD; }
span { border-color: rgb(224,59,221); }
td.TdClassName
{
border-color: #E03BDD;
}
.TagClassName
{
border-color: #E03BDD;
}
</style>