Html Css Color HEX #E240E6 Free Speech Magenta
📋 copy color: '#E240E6'red 226 ◦ green 64 ◦ blue 230
Shades of Free Speech Magenta #E240E6
Tints of Free Speech Magenta #E240E6
RGB
CMYK
RGB Variations
Color information
#E240E6 (or 0xE240E6) is known color: Free Speech Magenta. HEX triplet: E2, 40 and E6. RGB value is (226,64,230). Sum of RGB (Red+Green+Blue) = 226+64+230=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #E240E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240E6 is #1DBF19. Grayscale: #828282. Windows color (decimal): -1949466 or 15089890. OLE color: 15089890.
HSL color Cylindrical-coordinate representation of color #E240E6: hue angle of 298.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E240E6 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 64 | 230 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.10 |
| HSL | 298.55º | 0.77% | 0.58% | - |
| HSV(B) | 298.55º | 0.72% | 0.9% | - |
| XYZ | 47.48 | 25.55 | 77.29 | - |
| YUV | 131.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 230 | 0.02 | 0.72 | 0 | 0.10 | 298.55 | 0.77 | 0.58 |
| Hex | E2 | 40 | E6 | 2 | 48 | 0 | A | 12B | 4D | 3A |
| Octal | 342 | 100 | 346 | 2 | 110 | 0 | 12 | 453 | 115 | 72 |
| Binary | 11100010 | 1000000 | 11100110 | 10 | 1001000 | 0 | 1010 | 100101011 | 1001101 | 111010 |
Color Harmonies of #E240E6
Complementary color
Monochromatic Colors of #E240E6
Black with #E240E6
Text Example
Text Example
White with #E240E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240E6; }
p { color: rgb(226,64,230); }
H1.HeaderClassName
{
color: #E240E6;
}
.AnyTagClassName
{
color: #E240E6;
}
</style>
background-color css
<style>
a { background-color: #E240E6; }
a { background-color: rgb(226,64,230); }
div.DivClassName
{
background-color: #E240E6;
}
.BgClassName
{
background-color: #E240E6;
}
</style>
border-color css
<style>
span { border-color: #E240E6; }
span { border-color: rgb(226,64,230); }
td.TdClassName
{
border-color: #E240E6;
}
.TagClassName
{
border-color: #E240E6;
}
</style>