Html Css Color HEX #E242D6 Free Speech Magenta
📋 copy color: '#E242D6'red 226 ◦ green 66 ◦ blue 214
Shades of Free Speech Magenta #E242D6
Tints of Free Speech Magenta #E242D6
RGB
CMYK
RGB Variations
Color information
#E242D6 (or 0xE242D6) is known color: Free Speech Magenta. HEX triplet: E2, 42 and D6. RGB value is (226,66,214). Sum of RGB (Red+Green+Blue) = 226+66+214=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E242D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E242D6 is #1DBD29. Grayscale: #828282. Windows color (decimal): -1948970 or 14041826. OLE color: 14041826.
HSL color Cylindrical-coordinate representation of color #E242D6: hue angle of 304.5º 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 #E242D6 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 214 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.11 |
| HSL | 304.5º | 0.73% | 0.57% | - |
| HSV(B) | 304.5º | 0.71% | 0.89% | - |
| XYZ | 45.45 | 24.92 | 66.03 | - |
| YUV | 130.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 214 | 0 | 0.71 | 0.05 | 0.11 | 304.5 | 0.73 | 0.57 |
| Hex | E2 | 42 | D6 | 0 | 47 | 5 | B | 130 | 49 | 39 |
| Octal | 342 | 102 | 326 | 0 | 107 | 5 | 13 | 460 | 111 | 71 |
| Binary | 11100010 | 1000010 | 11010110 | 0 | 1000111 | 101 | 1011 | 100110000 | 1001001 | 111001 |
Color Harmonies of #E242D6
Complementary color
Monochromatic Colors of #E242D6
Black with #E242D6
Text Example
Text Example
White with #E242D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242D6; }
p { color: rgb(226,66,214); }
H1.HeaderClassName
{
color: #E242D6;
}
.AnyTagClassName
{
color: #E242D6;
}
</style>
background-color css
<style>
a { background-color: #E242D6; }
a { background-color: rgb(226,66,214); }
div.DivClassName
{
background-color: #E242D6;
}
.BgClassName
{
background-color: #E242D6;
}
</style>
border-color css
<style>
span { border-color: #E242D6; }
span { border-color: rgb(226,66,214); }
td.TdClassName
{
border-color: #E242D6;
}
.TagClassName
{
border-color: #E242D6;
}
</style>