Html Css Color HEX #E03CDF Free Speech Magenta
📋 copy color: '#E03CDF'red 224 ◦ green 60 ◦ blue 223
Shades of Free Speech Magenta #E03CDF
Tints of Free Speech Magenta #E03CDF
RGB
CMYK
RGB Variations
Color information
#E03CDF (or 0xE03CDF) is known color: Free Speech Magenta. HEX triplet: E0, 3C and DF. RGB value is (224,60,223). Sum of RGB (Red+Green+Blue) = 224+60+223=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CDF is #1FC320. Grayscale: #7F7F7F. Windows color (decimal): -2081569 or 14630112. OLE color: 14630112.
HSL color Cylindrical-coordinate representation of color #E03CDF: hue angle of 300.37º degrees, saturation: 0.73, 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 #E03CDF is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 223 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.12 |
| HSL | 300.37º | 0.73% | 0.56% | - |
| HSV(B) | 300.37º | 0.73% | 0.88% | - |
| XYZ | 45.68 | 24.41 | 72.12 | - |
| YUV | 127.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 223 | 0 | 0.73 | 0.00 | 0.12 | 300.37 | 0.73 | 0.56 |
| Hex | E0 | 3C | DF | 0 | 49 | 0 | C | 12C | 49 | 38 |
| Octal | 340 | 74 | 337 | 0 | 111 | 0 | 14 | 454 | 111 | 70 |
| Binary | 11100000 | 111100 | 11011111 | 0 | 1001001 | 0 | 1100 | 100101100 | 1001001 | 111000 |
Color Harmonies of #E03CDF
Complementary color
Monochromatic Colors of #E03CDF
Black with #E03CDF
Text Example
Text Example
White with #E03CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03CDF; }
p { color: rgb(224,60,223); }
H1.HeaderClassName
{
color: #E03CDF;
}
.AnyTagClassName
{
color: #E03CDF;
}
</style>
background-color css
<style>
a { background-color: #E03CDF; }
a { background-color: rgb(224,60,223); }
div.DivClassName
{
background-color: #E03CDF;
}
.BgClassName
{
background-color: #E03CDF;
}
</style>
border-color css
<style>
span { border-color: #E03CDF; }
span { border-color: rgb(224,60,223); }
td.TdClassName
{
border-color: #E03CDF;
}
.TagClassName
{
border-color: #E03CDF;
}
</style>