Html Css Color HEX #E242D2 Free Speech Magenta
📋 copy color: '#E242D2'red 226 ◦ green 66 ◦ blue 210
Shades of Free Speech Magenta #E242D2
Tints of Free Speech Magenta #E242D2
RGB
CMYK
RGB Variations
Color information
#E242D2 (or 0xE242D2) is known color: Free Speech Magenta. HEX triplet: E2, 42 and D2. RGB value is (226,66,210). Sum of RGB (Red+Green+Blue) = 226+66+210=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E242D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E242D2 is #1DBD2D. Grayscale: #818181. Windows color (decimal): -1948974 or 13779682. OLE color: 13779682.
HSL color Cylindrical-coordinate representation of color #E242D2: hue angle of 306º 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 #E242D2 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 210 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.11 |
| HSL | 306º | 0.73% | 0.57% | - |
| HSV(B) | 306º | 0.71% | 0.89% | - |
| XYZ | 44.95 | 24.72 | 63.38 | - |
| YUV | 130.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 210 | 0 | 0.71 | 0.07 | 0.11 | 306 | 0.73 | 0.57 |
| Hex | E2 | 42 | D2 | 0 | 47 | 7 | B | 132 | 49 | 39 |
| Octal | 342 | 102 | 322 | 0 | 107 | 7 | 13 | 462 | 111 | 71 |
| Binary | 11100010 | 1000010 | 11010010 | 0 | 1000111 | 111 | 1011 | 100110010 | 1001001 | 111001 |
Color Harmonies of #E242D2
Complementary color
Monochromatic Colors of #E242D2
Black with #E242D2
Text Example
Text Example
White with #E242D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242D2; }
p { color: rgb(226,66,210); }
H1.HeaderClassName
{
color: #E242D2;
}
.AnyTagClassName
{
color: #E242D2;
}
</style>
background-color css
<style>
a { background-color: #E242D2; }
a { background-color: rgb(226,66,210); }
div.DivClassName
{
background-color: #E242D2;
}
.BgClassName
{
background-color: #E242D2;
}
</style>
border-color css
<style>
span { border-color: #E242D2; }
span { border-color: rgb(226,66,210); }
td.TdClassName
{
border-color: #E242D2;
}
.TagClassName
{
border-color: #E242D2;
}
</style>