Html Css Color HEX #E04CCD Free Speech Magenta
📋 copy color: '#E04CCD'red 224 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E04CCD
Tints of Free Speech Magenta #E04CCD
RGB
CMYK
RGB Variations
Color information
#E04CCD (or 0xE04CCD) is known color: Free Speech Magenta. HEX triplet: E0, 4C and CD. RGB value is (224,76,205). Sum of RGB (Red+Green+Blue) = 224+76+205=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCD is #1FB332. Grayscale: #868686. Windows color (decimal): -2077491 or 13454560. OLE color: 13454560.
HSL color Cylindrical-coordinate representation of color #E04CCD: hue angle of 307.7º 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 #E04CCD is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 205 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.12 |
| HSL | 307.7º | 0.7% | 0.59% | - |
| HSV(B) | 307.7º | 0.66% | 0.88% | - |
| XYZ | 44.34 | 25.42 | 60.33 | - |
| YUV | 134.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 205 | 0 | 0.66 | 0.08 | 0.12 | 307.7 | 0.7 | 0.59 |
| Hex | E0 | 4C | CD | 0 | 42 | 8 | C | 134 | 46 | 3B |
| Octal | 340 | 114 | 315 | 0 | 102 | 10 | 14 | 464 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11001101 | 0 | 1000010 | 1000 | 1100 | 100110100 | 1000110 | 111011 |
Color Harmonies of #E04CCD
Complementary color
Monochromatic Colors of #E04CCD
Black with #E04CCD
Text Example
Text Example
White with #E04CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CCD; }
p { color: rgb(224,76,205); }
H1.HeaderClassName
{
color: #E04CCD;
}
.AnyTagClassName
{
color: #E04CCD;
}
</style>
background-color css
<style>
a { background-color: #E04CCD; }
a { background-color: rgb(224,76,205); }
div.DivClassName
{
background-color: #E04CCD;
}
.BgClassName
{
background-color: #E04CCD;
}
</style>
border-color css
<style>
span { border-color: #E04CCD; }
span { border-color: rgb(224,76,205); }
td.TdClassName
{
border-color: #E04CCD;
}
.TagClassName
{
border-color: #E04CCD;
}
</style>