Html Css Color HEX #E04CDF Free Speech Magenta
📋 copy color: '#E04CDF'red 224 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #E04CDF
Tints of Free Speech Magenta #E04CDF
RGB
CMYK
RGB Variations
Color information
#E04CDF (or 0xE04CDF) is known color: Free Speech Magenta. HEX triplet: E0, 4C and DF. RGB value is (224,76,223). Sum of RGB (Red+Green+Blue) = 224+76+223=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CDF is #1FB320. Grayscale: #888888. Windows color (decimal): -2077473 or 14634208. OLE color: 14634208.
HSL color Cylindrical-coordinate representation of color #E04CDF: hue angle of 300.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CDF is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 223 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.12 |
| HSL | 300.41º | 0.7% | 0.59% | - |
| HSV(B) | 300.41º | 0.66% | 0.88% | - |
| XYZ | 46.64 | 26.34 | 72.44 | - |
| YUV | 137.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 223 | 0 | 0.66 | 0.00 | 0.12 | 300.41 | 0.7 | 0.59 |
| Hex | E0 | 4C | DF | 0 | 42 | 0 | C | 12C | 46 | 3B |
| Octal | 340 | 114 | 337 | 0 | 102 | 0 | 14 | 454 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11011111 | 0 | 1000010 | 0 | 1100 | 100101100 | 1000110 | 111011 |
Color Harmonies of #E04CDF
Complementary color
Monochromatic Colors of #E04CDF
Black with #E04CDF
Text Example
Text Example
White with #E04CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CDF; }
p { color: rgb(224,76,223); }
H1.HeaderClassName
{
color: #E04CDF;
}
.AnyTagClassName
{
color: #E04CDF;
}
</style>
background-color css
<style>
a { background-color: #E04CDF; }
a { background-color: rgb(224,76,223); }
div.DivClassName
{
background-color: #E04CDF;
}
.BgClassName
{
background-color: #E04CDF;
}
</style>
border-color css
<style>
span { border-color: #E04CDF; }
span { border-color: rgb(224,76,223); }
td.TdClassName
{
border-color: #E04CDF;
}
.TagClassName
{
border-color: #E04CDF;
}
</style>