Html Css Color HEX #E048E8 Free Speech Magenta
📋 copy color: '#E048E8'red 224 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #E048E8
Tints of Free Speech Magenta #E048E8
RGB
CMYK
RGB Variations
Color information
#E048E8 (or 0xE048E8) is known color: Free Speech Magenta. HEX triplet: E0, 48 and E8. RGB value is (224,72,232). Sum of RGB (Red+Green+Blue) = 224+72+232=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #E048E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048E8 is #1FB717. Grayscale: #878787. Windows color (decimal): -2078488 or 15223008. OLE color: 15223008.
HSL color Cylindrical-coordinate representation of color #E048E8: hue angle of 297º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E048E8 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 72 | 232 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.09 |
| HSL | 297º | 0.78% | 0.6% | - |
| HSV(B) | 297º | 0.69% | 0.91% | - |
| XYZ | 47.62 | 26.31 | 78.91 | - |
| YUV | 135.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 232 | 0.03 | 0.69 | 0 | 0.09 | 297 | 0.78 | 0.6 |
| Hex | E0 | 48 | E8 | 3 | 45 | 0 | 9 | 129 | 4E | 3C |
| Octal | 340 | 110 | 350 | 3 | 105 | 0 | 11 | 451 | 116 | 74 |
| Binary | 11100000 | 1001000 | 11101000 | 11 | 1000101 | 0 | 1001 | 100101001 | 1001110 | 111100 |
Color Harmonies of #E048E8
Complementary color
Monochromatic Colors of #E048E8
Black with #E048E8
Text Example
Text Example
White with #E048E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048E8; }
p { color: rgb(224,72,232); }
H1.HeaderClassName
{
color: #E048E8;
}
.AnyTagClassName
{
color: #E048E8;
}
</style>
background-color css
<style>
a { background-color: #E048E8; }
a { background-color: rgb(224,72,232); }
div.DivClassName
{
background-color: #E048E8;
}
.BgClassName
{
background-color: #E048E8;
}
</style>
border-color css
<style>
span { border-color: #E048E8; }
span { border-color: rgb(224,72,232); }
td.TdClassName
{
border-color: #E048E8;
}
.TagClassName
{
border-color: #E048E8;
}
</style>