Html Css Color HEX #E054DF Free Speech Magenta
📋 copy color: '#E054DF'red 224 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #E054DF
Tints of Free Speech Magenta #E054DF
RGB
CMYK
RGB Variations
Color information
#E054DF (or 0xE054DF) is known color: Free Speech Magenta. HEX triplet: E0, 54 and DF. RGB value is (224,84,223). Sum of RGB (Red+Green+Blue) = 224+84+223=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E054DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054DF is #1FAB20. Grayscale: #8D8D8D. Windows color (decimal): -2075425 or 14636256. OLE color: 14636256.
HSL color Cylindrical-coordinate representation of color #E054DF: hue angle of 300.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E054DF is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 223 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.12 |
| HSL | 300.43º | 0.69% | 0.6% | - |
| HSV(B) | 300.43º | 0.63% | 0.88% | - |
| XYZ | 47.23 | 27.52 | 72.63 | - |
| YUV | 141.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 223 | 0 | 0.62 | 0.00 | 0.12 | 300.43 | 0.69 | 0.6 |
| Hex | E0 | 54 | DF | 0 | 3E | 0 | C | 12C | 45 | 3C |
| Octal | 340 | 124 | 337 | 0 | 76 | 0 | 14 | 454 | 105 | 74 |
| Binary | 11100000 | 1010100 | 11011111 | 0 | 111110 | 0 | 1100 | 100101100 | 1000101 | 111100 |
Color Harmonies of #E054DF
Complementary color
Monochromatic Colors of #E054DF
Black with #E054DF
Text Example
Text Example
White with #E054DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E054DF; }
p { color: rgb(224,84,223); }
H1.HeaderClassName
{
color: #E054DF;
}
.AnyTagClassName
{
color: #E054DF;
}
</style>
background-color css
<style>
a { background-color: #E054DF; }
a { background-color: rgb(224,84,223); }
div.DivClassName
{
background-color: #E054DF;
}
.BgClassName
{
background-color: #E054DF;
}
</style>
border-color css
<style>
span { border-color: #E054DF; }
span { border-color: rgb(224,84,223); }
td.TdClassName
{
border-color: #E054DF;
}
.TagClassName
{
border-color: #E054DF;
}
</style>