Html Css Color HEX #E454DC Free Speech Magenta
📋 copy color: '#E454DC'red 228 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #E454DC
Tints of Free Speech Magenta #E454DC
RGB
CMYK
RGB Variations
Color information
#E454DC (or 0xE454DC) is known color: Free Speech Magenta. HEX triplet: E4, 54 and DC. RGB value is (228,84,220). Sum of RGB (Red+Green+Blue) = 228+84+220=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E454DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454DC is #1BAB23. Grayscale: #8E8E8E. Windows color (decimal): -1813284 or 14439652. OLE color: 14439652.
HSL color Cylindrical-coordinate representation of color #E454DC: hue angle of 303.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454DC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 220 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.11 |
| HSL | 303.33º | 0.73% | 0.61% | - |
| HSV(B) | 303.33º | 0.63% | 0.89% | - |
| XYZ | 48.08 | 28 | 70.58 | - |
| YUV | 142.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 220 | 0 | 0.63 | 0.04 | 0.11 | 303.33 | 0.73 | 0.61 |
| Hex | E4 | 54 | DC | 0 | 3F | 4 | B | 12F | 49 | 3D |
| Octal | 344 | 124 | 334 | 0 | 77 | 4 | 13 | 457 | 111 | 75 |
| Binary | 11100100 | 1010100 | 11011100 | 0 | 111111 | 100 | 1011 | 100101111 | 1001001 | 111101 |
Color Harmonies of #E454DC
Complementary color
Monochromatic Colors of #E454DC
Black with #E454DC
Text Example
Text Example
White with #E454DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454DC; }
p { color: rgb(228,84,220); }
H1.HeaderClassName
{
color: #E454DC;
}
.AnyTagClassName
{
color: #E454DC;
}
</style>
background-color css
<style>
a { background-color: #E454DC; }
a { background-color: rgb(228,84,220); }
div.DivClassName
{
background-color: #E454DC;
}
.BgClassName
{
background-color: #E454DC;
}
</style>
border-color css
<style>
span { border-color: #E454DC; }
span { border-color: rgb(228,84,220); }
td.TdClassName
{
border-color: #E454DC;
}
.TagClassName
{
border-color: #E454DC;
}
</style>