Html Css Color HEX #E054D6 Free Speech Magenta
📋 copy color: '#E054D6'red 224 ◦ green 84 ◦ blue 214
Shades of Free Speech Magenta #E054D6
Tints of Free Speech Magenta #E054D6
RGB
CMYK
RGB Variations
Color information
#E054D6 (or 0xE054D6) is known color: Free Speech Magenta. HEX triplet: E0, 54 and D6. RGB value is (224,84,214). Sum of RGB (Red+Green+Blue) = 224+84+214=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E054D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054D6 is #1FAB29. Grayscale: #8C8C8C. Windows color (decimal): -2075434 or 14046432. OLE color: 14046432.
HSL color Cylindrical-coordinate representation of color #E054D6: hue angle of 304.29º 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 #E054D6 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 214 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.12 |
| HSL | 304.29º | 0.69% | 0.6% | - |
| HSV(B) | 304.29º | 0.63% | 0.88% | - |
| XYZ | 46.05 | 27.04 | 66.41 | - |
| YUV | 140.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 214 | 0 | 0.62 | 0.04 | 0.12 | 304.29 | 0.69 | 0.6 |
| Hex | E0 | 54 | D6 | 0 | 3E | 4 | C | 130 | 45 | 3C |
| Octal | 340 | 124 | 326 | 0 | 76 | 4 | 14 | 460 | 105 | 74 |
| Binary | 11100000 | 1010100 | 11010110 | 0 | 111110 | 100 | 1100 | 100110000 | 1000101 | 111100 |
Color Harmonies of #E054D6
Complementary color
Monochromatic Colors of #E054D6
Black with #E054D6
Text Example
Text Example
White with #E054D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E054D6; }
p { color: rgb(224,84,214); }
H1.HeaderClassName
{
color: #E054D6;
}
.AnyTagClassName
{
color: #E054D6;
}
</style>
background-color css
<style>
a { background-color: #E054D6; }
a { background-color: rgb(224,84,214); }
div.DivClassName
{
background-color: #E054D6;
}
.BgClassName
{
background-color: #E054D6;
}
</style>
border-color css
<style>
span { border-color: #E054D6; }
span { border-color: rgb(224,84,214); }
td.TdClassName
{
border-color: #E054D6;
}
.TagClassName
{
border-color: #E054D6;
}
</style>