Html Css Color HEX #E239DD Free Speech Magenta
📋 copy color: '#E239DD'red 226 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #E239DD
Tints of Free Speech Magenta #E239DD
RGB
CMYK
RGB Variations
Color information
#E239DD (or 0xE239DD) is known color: Free Speech Magenta. HEX triplet: E2, 39 and DD. RGB value is (226,57,221). Sum of RGB (Red+Green+Blue) = 226+57+221=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E239DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239DD is #1DC622. Grayscale: #7D7D7D. Windows color (decimal): -1951267 or 14498274. OLE color: 14498274.
HSL color Cylindrical-coordinate representation of color #E239DD: hue angle of 301.78º 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 #E239DD is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 221 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.11 |
| HSL | 301.78º | 0.74% | 0.55% | - |
| HSV(B) | 301.78º | 0.75% | 0.89% | - |
| XYZ | 45.88 | 24.32 | 70.68 | - |
| YUV | 126.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 221 | 0 | 0.75 | 0.02 | 0.11 | 301.78 | 0.74 | 0.55 |
| Hex | E2 | 39 | DD | 0 | 4B | 2 | B | 12E | 4A | 37 |
| Octal | 342 | 71 | 335 | 0 | 113 | 2 | 13 | 456 | 112 | 67 |
| Binary | 11100010 | 111001 | 11011101 | 0 | 1001011 | 10 | 1011 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E239DD
Complementary color
Monochromatic Colors of #E239DD
Black with #E239DD
Text Example
Text Example
White with #E239DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239DD; }
p { color: rgb(226,57,221); }
H1.HeaderClassName
{
color: #E239DD;
}
.AnyTagClassName
{
color: #E239DD;
}
</style>
background-color css
<style>
a { background-color: #E239DD; }
a { background-color: rgb(226,57,221); }
div.DivClassName
{
background-color: #E239DD;
}
.BgClassName
{
background-color: #E239DD;
}
</style>
border-color css
<style>
span { border-color: #E239DD; }
span { border-color: rgb(226,57,221); }
td.TdClassName
{
border-color: #E239DD;
}
.TagClassName
{
border-color: #E239DD;
}
</style>