Html Css Color HEX #E054D4 Free Speech Magenta
📋 copy color: '#E054D4'red 224 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #E054D4
Tints of Free Speech Magenta #E054D4
RGB
CMYK
RGB Variations
Color information
#E054D4 (or 0xE054D4) is known color: Free Speech Magenta. HEX triplet: E0, 54 and D4. RGB value is (224,84,212). Sum of RGB (Red+Green+Blue) = 224+84+212=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E054D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054D4 is #1FAB2B. Grayscale: #8C8C8C. Windows color (decimal): -2075436 or 13915360. OLE color: 13915360.
HSL color Cylindrical-coordinate representation of color #E054D4: hue angle of 305.14º 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 #E054D4 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 212 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.12 |
| HSL | 305.14º | 0.69% | 0.6% | - |
| HSV(B) | 305.14º | 0.63% | 0.88% | - |
| XYZ | 45.79 | 26.94 | 65.07 | - |
| YUV | 140.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 212 | 0 | 0.62 | 0.05 | 0.12 | 305.14 | 0.69 | 0.6 |
| Hex | E0 | 54 | D4 | 0 | 3E | 5 | C | 131 | 45 | 3C |
| Octal | 340 | 124 | 324 | 0 | 76 | 5 | 14 | 461 | 105 | 74 |
| Binary | 11100000 | 1010100 | 11010100 | 0 | 111110 | 101 | 1100 | 100110001 | 1000101 | 111100 |
Color Harmonies of #E054D4
Complementary color
Monochromatic Colors of #E054D4
Black with #E054D4
Text Example
Text Example
White with #E054D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E054D4; }
p { color: rgb(224,84,212); }
H1.HeaderClassName
{
color: #E054D4;
}
.AnyTagClassName
{
color: #E054D4;
}
</style>
background-color css
<style>
a { background-color: #E054D4; }
a { background-color: rgb(224,84,212); }
div.DivClassName
{
background-color: #E054D4;
}
.BgClassName
{
background-color: #E054D4;
}
</style>
border-color css
<style>
span { border-color: #E054D4; }
span { border-color: rgb(224,84,212); }
td.TdClassName
{
border-color: #E054D4;
}
.TagClassName
{
border-color: #E054D4;
}
</style>