Html Css Color HEX #E239DF Free Speech Magenta
📋 copy color: '#E239DF'red 226 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #E239DF
Tints of Free Speech Magenta #E239DF
RGB
CMYK
RGB Variations
Color information
#E239DF (or 0xE239DF) is known color: Free Speech Magenta. HEX triplet: E2, 39 and DF. RGB value is (226,57,223). Sum of RGB (Red+Green+Blue) = 226+57+223=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E239DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239DF is #1DC620. Grayscale: #7D7D7D. Windows color (decimal): -1951265 or 14629346. OLE color: 14629346.
HSL color Cylindrical-coordinate representation of color #E239DF: hue angle of 301.07º 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 #E239DF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 223 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.11 |
| HSL | 301.07º | 0.74% | 0.55% | - |
| HSV(B) | 301.07º | 0.75% | 0.89% | - |
| XYZ | 46.15 | 24.42 | 72.09 | - |
| YUV | 126.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 223 | 0 | 0.75 | 0.01 | 0.11 | 301.07 | 0.74 | 0.55 |
| Hex | E2 | 39 | DF | 0 | 4B | 1 | B | 12D | 4A | 37 |
| Octal | 342 | 71 | 337 | 0 | 113 | 1 | 13 | 455 | 112 | 67 |
| Binary | 11100010 | 111001 | 11011111 | 0 | 1001011 | 1 | 1011 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E239DF
Complementary color
Monochromatic Colors of #E239DF
Black with #E239DF
Text Example
Text Example
White with #E239DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239DF; }
p { color: rgb(226,57,223); }
H1.HeaderClassName
{
color: #E239DF;
}
.AnyTagClassName
{
color: #E239DF;
}
</style>
background-color css
<style>
a { background-color: #E239DF; }
a { background-color: rgb(226,57,223); }
div.DivClassName
{
background-color: #E239DF;
}
.BgClassName
{
background-color: #E239DF;
}
</style>
border-color css
<style>
span { border-color: #E239DF; }
span { border-color: rgb(226,57,223); }
td.TdClassName
{
border-color: #E239DF;
}
.TagClassName
{
border-color: #E239DF;
}
</style>