Html Css Color HEX #E04CCF Free Speech Magenta
📋 copy color: '#E04CCF'red 224 ◦ green 76 ◦ blue 207
Shades of Free Speech Magenta #E04CCF
Tints of Free Speech Magenta #E04CCF
RGB
CMYK
RGB Variations
Color information
#E04CCF (or 0xE04CCF) is known color: Free Speech Magenta. HEX triplet: E0, 4C and CF. RGB value is (224,76,207). Sum of RGB (Red+Green+Blue) = 224+76+207=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCF is #1FB330. Grayscale: #868686. Windows color (decimal): -2077489 or 13585632. OLE color: 13585632.
HSL color Cylindrical-coordinate representation of color #E04CCF: hue angle of 306.89º 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 #E04CCF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 207 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.12 |
| HSL | 306.89º | 0.7% | 0.59% | - |
| HSV(B) | 306.89º | 0.66% | 0.88% | - |
| XYZ | 44.59 | 25.52 | 61.61 | - |
| YUV | 135.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 207 | 0 | 0.66 | 0.08 | 0.12 | 306.89 | 0.7 | 0.59 |
| Hex | E0 | 4C | CF | 0 | 42 | 8 | C | 133 | 46 | 3B |
| Octal | 340 | 114 | 317 | 0 | 102 | 10 | 14 | 463 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11001111 | 0 | 1000010 | 1000 | 1100 | 100110011 | 1000110 | 111011 |
Color Harmonies of #E04CCF
Complementary color
Monochromatic Colors of #E04CCF
Black with #E04CCF
Text Example
Text Example
White with #E04CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CCF; }
p { color: rgb(224,76,207); }
H1.HeaderClassName
{
color: #E04CCF;
}
.AnyTagClassName
{
color: #E04CCF;
}
</style>
background-color css
<style>
a { background-color: #E04CCF; }
a { background-color: rgb(224,76,207); }
div.DivClassName
{
background-color: #E04CCF;
}
.BgClassName
{
background-color: #E04CCF;
}
</style>
border-color css
<style>
span { border-color: #E04CCF; }
span { border-color: rgb(224,76,207); }
td.TdClassName
{
border-color: #E04CCF;
}
.TagClassName
{
border-color: #E04CCF;
}
</style>