Html Css Color HEX #E459D5 Free Speech Magenta
📋 copy color: '#E459D5'red 228 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #E459D5
Tints of Free Speech Magenta #E459D5
RGB
CMYK
RGB Variations
Color information
#E459D5 (or 0xE459D5) is known color: Free Speech Magenta. HEX triplet: E4, 59 and D5. RGB value is (228,89,213). Sum of RGB (Red+Green+Blue) = 228+89+213=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E459D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459D5 is #1BA62A. Grayscale: #909090. Windows color (decimal): -1812011 or 13982180. OLE color: 13982180.
HSL color Cylindrical-coordinate representation of color #E459D5: hue angle of 306.47º 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 #E459D5 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 213 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.11 |
| HSL | 306.47º | 0.72% | 0.62% | - |
| HSV(B) | 306.47º | 0.61% | 0.89% | - |
| XYZ | 47.58 | 28.44 | 65.93 | - |
| YUV | 144.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 213 | 0 | 0.61 | 0.07 | 0.11 | 306.47 | 0.72 | 0.62 |
| Hex | E4 | 59 | D5 | 0 | 3D | 7 | B | 132 | 48 | 3E |
| Octal | 344 | 131 | 325 | 0 | 75 | 7 | 13 | 462 | 110 | 76 |
| Binary | 11100100 | 1011001 | 11010101 | 0 | 111101 | 111 | 1011 | 100110010 | 1001000 | 111110 |
Color Harmonies of #E459D5
Complementary color
Monochromatic Colors of #E459D5
Black with #E459D5
Text Example
Text Example
White with #E459D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E459D5; }
p { color: rgb(228,89,213); }
H1.HeaderClassName
{
color: #E459D5;
}
.AnyTagClassName
{
color: #E459D5;
}
</style>
background-color css
<style>
a { background-color: #E459D5; }
a { background-color: rgb(228,89,213); }
div.DivClassName
{
background-color: #E459D5;
}
.BgClassName
{
background-color: #E459D5;
}
</style>
border-color css
<style>
span { border-color: #E459D5; }
span { border-color: rgb(228,89,213); }
td.TdClassName
{
border-color: #E459D5;
}
.TagClassName
{
border-color: #E459D5;
}
</style>