Html Css Color HEX #E048CF Free Speech Magenta
📋 copy color: '#E048CF'red 224 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #E048CF
Tints of Free Speech Magenta #E048CF
RGB
CMYK
RGB Variations
Color information
#E048CF (or 0xE048CF) is known color: Free Speech Magenta. HEX triplet: E0, 48 and CF. RGB value is (224,72,207). Sum of RGB (Red+Green+Blue) = 224+72+207=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E048CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048CF is #1FB730. Grayscale: #848484. Windows color (decimal): -2078513 or 13584608. OLE color: 13584608.
HSL color Cylindrical-coordinate representation of color #E048CF: hue angle of 306.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048CF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 207 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.12 |
| HSL | 306.71º | 0.71% | 0.58% | - |
| HSV(B) | 306.71º | 0.68% | 0.88% | - |
| XYZ | 44.32 | 24.99 | 61.52 | - |
| YUV | 132.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 207 | 0 | 0.68 | 0.08 | 0.12 | 306.71 | 0.71 | 0.58 |
| Hex | E0 | 48 | CF | 0 | 44 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 110 | 317 | 0 | 104 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1001000 | 11001111 | 0 | 1000100 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E048CF
Complementary color
Monochromatic Colors of #E048CF
Black with #E048CF
Text Example
Text Example
White with #E048CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048CF; }
p { color: rgb(224,72,207); }
H1.HeaderClassName
{
color: #E048CF;
}
.AnyTagClassName
{
color: #E048CF;
}
</style>
background-color css
<style>
a { background-color: #E048CF; }
a { background-color: rgb(224,72,207); }
div.DivClassName
{
background-color: #E048CF;
}
.BgClassName
{
background-color: #E048CF;
}
</style>
border-color css
<style>
span { border-color: #E048CF; }
span { border-color: rgb(224,72,207); }
td.TdClassName
{
border-color: #E048CF;
}
.TagClassName
{
border-color: #E048CF;
}
</style>