Html Css Color HEX #E459DC Free Speech Magenta
📋 copy color: '#E459DC'red 228 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #E459DC
Tints of Free Speech Magenta #E459DC
RGB
CMYK
RGB Variations
Color information
#E459DC (or 0xE459DC) is known color: Free Speech Magenta. HEX triplet: E4, 59 and DC. RGB value is (228,89,220). Sum of RGB (Red+Green+Blue) = 228+89+220=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E459DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459DC is #1BA623. Grayscale: #919191. Windows color (decimal): -1812004 or 14440932. OLE color: 14440932.
HSL color Cylindrical-coordinate representation of color #E459DC: hue angle of 303.45º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E459DC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 220 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.11 |
| HSL | 303.45º | 0.72% | 0.62% | - |
| HSV(B) | 303.45º | 0.61% | 0.89% | - |
| XYZ | 48.49 | 28.81 | 70.71 | - |
| YUV | 145.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 220 | 0 | 0.61 | 0.04 | 0.11 | 303.45 | 0.72 | 0.62 |
| Hex | E4 | 59 | DC | 0 | 3D | 4 | B | 12F | 48 | 3E |
| Octal | 344 | 131 | 334 | 0 | 75 | 4 | 13 | 457 | 110 | 76 |
| Binary | 11100100 | 1011001 | 11011100 | 0 | 111101 | 100 | 1011 | 100101111 | 1001000 | 111110 |
Color Harmonies of #E459DC
Complementary color
Monochromatic Colors of #E459DC
Black with #E459DC
Text Example
Text Example
White with #E459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E459DC; }
p { color: rgb(228,89,220); }
H1.HeaderClassName
{
color: #E459DC;
}
.AnyTagClassName
{
color: #E459DC;
}
</style>
background-color css
<style>
a { background-color: #E459DC; }
a { background-color: rgb(228,89,220); }
div.DivClassName
{
background-color: #E459DC;
}
.BgClassName
{
background-color: #E459DC;
}
</style>
border-color css
<style>
span { border-color: #E459DC; }
span { border-color: rgb(228,89,220); }
td.TdClassName
{
border-color: #E459DC;
}
.TagClassName
{
border-color: #E459DC;
}
</style>