Html Css Color HEX #E242D1 Free Speech Magenta
📋 copy color: '#E242D1'red 226 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #E242D1
Tints of Free Speech Magenta #E242D1
RGB
CMYK
RGB Variations
Color information
#E242D1 (or 0xE242D1) is known color: Free Speech Magenta. HEX triplet: E2, 42 and D1. RGB value is (226,66,209). Sum of RGB (Red+Green+Blue) = 226+66+209=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E242D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E242D1 is #1DBD2E. Grayscale: #818181. Windows color (decimal): -1948975 or 13714146. OLE color: 13714146.
HSL color Cylindrical-coordinate representation of color #E242D1: hue angle of 306.38º 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 #E242D1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 209 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.11 |
| HSL | 306.38º | 0.73% | 0.57% | - |
| HSV(B) | 306.38º | 0.71% | 0.89% | - |
| XYZ | 44.82 | 24.67 | 62.72 | - |
| YUV | 130.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 209 | 0 | 0.71 | 0.08 | 0.11 | 306.38 | 0.73 | 0.57 |
| Hex | E2 | 42 | D1 | 0 | 47 | 8 | B | 132 | 49 | 39 |
| Octal | 342 | 102 | 321 | 0 | 107 | 10 | 13 | 462 | 111 | 71 |
| Binary | 11100010 | 1000010 | 11010001 | 0 | 1000111 | 1000 | 1011 | 100110010 | 1001001 | 111001 |
Color Harmonies of #E242D1
Complementary color
Monochromatic Colors of #E242D1
Black with #E242D1
Text Example
Text Example
White with #E242D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242D1; }
p { color: rgb(226,66,209); }
H1.HeaderClassName
{
color: #E242D1;
}
.AnyTagClassName
{
color: #E242D1;
}
</style>
background-color css
<style>
a { background-color: #E242D1; }
a { background-color: rgb(226,66,209); }
div.DivClassName
{
background-color: #E242D1;
}
.BgClassName
{
background-color: #E242D1;
}
</style>
border-color css
<style>
span { border-color: #E242D1; }
span { border-color: rgb(226,66,209); }
td.TdClassName
{
border-color: #E242D1;
}
.TagClassName
{
border-color: #E242D1;
}
</style>