Html Css Color HEX #E554DC Free Speech Magenta
📋 copy color: '#E554DC'red 229 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #E554DC
Tints of Free Speech Magenta #E554DC
RGB
CMYK
RGB Variations
Color information
#E554DC (or 0xE554DC) is known color: Free Speech Magenta. HEX triplet: E5, 54 and DC. RGB value is (229,84,220). Sum of RGB (Red+Green+Blue) = 229+84+220=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E554DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554DC is #1AAB23. Grayscale: #8E8E8E. Windows color (decimal): -1747748 or 14439653. OLE color: 14439653.
HSL color Cylindrical-coordinate representation of color #E554DC: hue angle of 303.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554DC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 220 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.10 |
| HSL | 303.72º | 0.74% | 0.61% | - |
| HSV(B) | 303.72º | 0.63% | 0.9% | - |
| XYZ | 48.4 | 28.17 | 70.6 | - |
| YUV | 142.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 220 | 0 | 0.63 | 0.04 | 0.10 | 303.72 | 0.74 | 0.61 |
| Hex | E5 | 54 | DC | 0 | 3F | 4 | A | 130 | 4A | 3D |
| Octal | 345 | 124 | 334 | 0 | 77 | 4 | 12 | 460 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11011100 | 0 | 111111 | 100 | 1010 | 100110000 | 1001010 | 111101 |
Color Harmonies of #E554DC
Complementary color
Monochromatic Colors of #E554DC
Black with #E554DC
Text Example
Text Example
White with #E554DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554DC; }
p { color: rgb(229,84,220); }
H1.HeaderClassName
{
color: #E554DC;
}
.AnyTagClassName
{
color: #E554DC;
}
</style>
background-color css
<style>
a { background-color: #E554DC; }
a { background-color: rgb(229,84,220); }
div.DivClassName
{
background-color: #E554DC;
}
.BgClassName
{
background-color: #E554DC;
}
</style>
border-color css
<style>
span { border-color: #E554DC; }
span { border-color: rgb(229,84,220); }
td.TdClassName
{
border-color: #E554DC;
}
.TagClassName
{
border-color: #E554DC;
}
</style>