Html Css Color HEX #E239D9 Free Speech Magenta
📋 copy color: '#E239D9'red 226 ◦ green 57 ◦ blue 217
Shades of Free Speech Magenta #E239D9
Tints of Free Speech Magenta #E239D9
RGB
CMYK
RGB Variations
Color information
#E239D9 (or 0xE239D9) is known color: Free Speech Magenta. HEX triplet: E2, 39 and D9. RGB value is (226,57,217). Sum of RGB (Red+Green+Blue) = 226+57+217=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E239D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239D9 is #1DC626. Grayscale: #7D7D7D. Windows color (decimal): -1951271 or 14236130. OLE color: 14236130.
HSL color Cylindrical-coordinate representation of color #E239D9: hue angle of 303.2º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239D9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 217 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.11 |
| HSL | 303.2º | 0.74% | 0.55% | - |
| HSV(B) | 303.2º | 0.75% | 0.89% | - |
| XYZ | 45.35 | 24.1 | 67.91 | - |
| YUV | 125.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 217 | 0 | 0.75 | 0.04 | 0.11 | 303.2 | 0.74 | 0.55 |
| Hex | E2 | 39 | D9 | 0 | 4B | 4 | B | 12F | 4A | 37 |
| Octal | 342 | 71 | 331 | 0 | 113 | 4 | 13 | 457 | 112 | 67 |
| Binary | 11100010 | 111001 | 11011001 | 0 | 1001011 | 100 | 1011 | 100101111 | 1001010 | 110111 |
Color Harmonies of #E239D9
Complementary color
Monochromatic Colors of #E239D9
Black with #E239D9
Text Example
Text Example
White with #E239D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239D9; }
p { color: rgb(226,57,217); }
H1.HeaderClassName
{
color: #E239D9;
}
.AnyTagClassName
{
color: #E239D9;
}
</style>
background-color css
<style>
a { background-color: #E239D9; }
a { background-color: rgb(226,57,217); }
div.DivClassName
{
background-color: #E239D9;
}
.BgClassName
{
background-color: #E239D9;
}
</style>
border-color css
<style>
span { border-color: #E239D9; }
span { border-color: rgb(226,57,217); }
td.TdClassName
{
border-color: #E239D9;
}
.TagClassName
{
border-color: #E239D9;
}
</style>