Html Css Color HEX #E259DC Free Speech Magenta
📋 copy color: '#E259DC'red 226 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #E259DC
Tints of Free Speech Magenta #E259DC
RGB
CMYK
RGB Variations
Color information
#E259DC (or 0xE259DC) is known color: Free Speech Magenta. HEX triplet: E2, 59 and DC. RGB value is (226,89,220). Sum of RGB (Red+Green+Blue) = 226+89+220=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E259DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259DC is #1DA623. Grayscale: #909090. Windows color (decimal): -1943076 or 14440930. OLE color: 14440930.
HSL color Cylindrical-coordinate representation of color #E259DC: hue angle of 302.63º degrees, saturation: 0.7, 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 #E259DC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 220 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.11 |
| HSL | 302.63º | 0.7% | 0.62% | - |
| HSV(B) | 302.63º | 0.61% | 0.89% | - |
| XYZ | 47.85 | 28.48 | 70.69 | - |
| YUV | 144.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 220 | 0 | 0.61 | 0.03 | 0.11 | 302.63 | 0.7 | 0.62 |
| Hex | E2 | 59 | DC | 0 | 3D | 3 | B | 12F | 46 | 3E |
| Octal | 342 | 131 | 334 | 0 | 75 | 3 | 13 | 457 | 106 | 76 |
| Binary | 11100010 | 1011001 | 11011100 | 0 | 111101 | 11 | 1011 | 100101111 | 1000110 | 111110 |
Color Harmonies of #E259DC
Complementary color
Monochromatic Colors of #E259DC
Black with #E259DC
Text Example
Text Example
White with #E259DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259DC; }
p { color: rgb(226,89,220); }
H1.HeaderClassName
{
color: #E259DC;
}
.AnyTagClassName
{
color: #E259DC;
}
</style>
background-color css
<style>
a { background-color: #E259DC; }
a { background-color: rgb(226,89,220); }
div.DivClassName
{
background-color: #E259DC;
}
.BgClassName
{
background-color: #E259DC;
}
</style>
border-color css
<style>
span { border-color: #E259DC; }
span { border-color: rgb(226,89,220); }
td.TdClassName
{
border-color: #E259DC;
}
.TagClassName
{
border-color: #E259DC;
}
</style>