Html Css Color HEX #E242E6 Free Speech Magenta
📋 copy color: '#E242E6'red 226 ◦ green 66 ◦ blue 230
Shades of Free Speech Magenta #E242E6
Tints of Free Speech Magenta #E242E6
RGB
CMYK
RGB Variations
Color information
#E242E6 (or 0xE242E6) is known color: Free Speech Magenta. HEX triplet: E2, 42 and E6. RGB value is (226,66,230). Sum of RGB (Red+Green+Blue) = 226+66+230=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #E242E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E242E6 is #1DBD19. Grayscale: #848484. Windows color (decimal): -1948954 or 15090402. OLE color: 15090402.
HSL color Cylindrical-coordinate representation of color #E242E6: hue angle of 298.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E242E6 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 66 | 230 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.10 |
| HSL | 298.54º | 0.77% | 0.58% | - |
| HSV(B) | 298.54º | 0.71% | 0.9% | - |
| XYZ | 47.6 | 25.78 | 77.33 | - |
| YUV | 132.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 230 | 0.02 | 0.71 | 0 | 0.10 | 298.54 | 0.77 | 0.58 |
| Hex | E2 | 42 | E6 | 2 | 47 | 0 | A | 12B | 4D | 3A |
| Octal | 342 | 102 | 346 | 2 | 107 | 0 | 12 | 453 | 115 | 72 |
| Binary | 11100010 | 1000010 | 11100110 | 10 | 1000111 | 0 | 1010 | 100101011 | 1001101 | 111010 |
Color Harmonies of #E242E6
Complementary color
Monochromatic Colors of #E242E6
Black with #E242E6
Text Example
Text Example
White with #E242E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242E6; }
p { color: rgb(226,66,230); }
H1.HeaderClassName
{
color: #E242E6;
}
.AnyTagClassName
{
color: #E242E6;
}
</style>
background-color css
<style>
a { background-color: #E242E6; }
a { background-color: rgb(226,66,230); }
div.DivClassName
{
background-color: #E242E6;
}
.BgClassName
{
background-color: #E242E6;
}
</style>
border-color css
<style>
span { border-color: #E242E6; }
span { border-color: rgb(226,66,230); }
td.TdClassName
{
border-color: #E242E6;
}
.TagClassName
{
border-color: #E242E6;
}
</style>