Html Css Color HEX #E242DC Free Speech Magenta
📋 copy color: '#E242DC'red 226 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #E242DC
Tints of Free Speech Magenta #E242DC
RGB
CMYK
RGB Variations
Color information
#E242DC (or 0xE242DC) is known color: Free Speech Magenta. HEX triplet: E2, 42 and DC. RGB value is (226,66,220). Sum of RGB (Red+Green+Blue) = 226+66+220=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E242DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E242DC is #1DBD23. Grayscale: #828282. Windows color (decimal): -1948964 or 14435042. OLE color: 14435042.
HSL color Cylindrical-coordinate representation of color #E242DC: hue angle of 302.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E242DC is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 220 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.11 |
| HSL | 302.25º | 0.73% | 0.57% | - |
| HSV(B) | 302.25º | 0.71% | 0.89% | - |
| XYZ | 46.23 | 25.23 | 70.14 | - |
| YUV | 131.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 220 | 0 | 0.71 | 0.03 | 0.11 | 302.25 | 0.73 | 0.57 |
| Hex | E2 | 42 | DC | 0 | 47 | 3 | B | 12E | 49 | 39 |
| Octal | 342 | 102 | 334 | 0 | 107 | 3 | 13 | 456 | 111 | 71 |
| Binary | 11100010 | 1000010 | 11011100 | 0 | 1000111 | 11 | 1011 | 100101110 | 1001001 | 111001 |
Color Harmonies of #E242DC
Complementary color
Monochromatic Colors of #E242DC
Black with #E242DC
Text Example
Text Example
White with #E242DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242DC; }
p { color: rgb(226,66,220); }
H1.HeaderClassName
{
color: #E242DC;
}
.AnyTagClassName
{
color: #E242DC;
}
</style>
background-color css
<style>
a { background-color: #E242DC; }
a { background-color: rgb(226,66,220); }
div.DivClassName
{
background-color: #E242DC;
}
.BgClassName
{
background-color: #E242DC;
}
</style>
border-color css
<style>
span { border-color: #E242DC; }
span { border-color: rgb(226,66,220); }
td.TdClassName
{
border-color: #E242DC;
}
.TagClassName
{
border-color: #E242DC;
}
</style>