Html Css Color HEX #E243F0 Free Speech Magenta
📋 copy color: '#E243F0'red 226 ◦ green 67 ◦ blue 240
Shades of Free Speech Magenta #E243F0
Tints of Free Speech Magenta #E243F0
RGB
CMYK
RGB Variations
Color information
#E243F0 (or 0xE243F0) is known color: Free Speech Magenta. HEX triplet: E2, 43 and F0. RGB value is (226,67,240). Sum of RGB (Red+Green+Blue) = 226+67+240=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 67 (26.56% from 255 or 12.57% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #E243F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E243F0 is #1DBC0F. Grayscale: #858585. Windows color (decimal): -1948688 or 15746018. OLE color: 15746018.
HSL color Cylindrical-coordinate representation of color #E243F0: hue angle of 295.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E243F0 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 67 | 240 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.06 |
| HSL | 295.14º | 0.85% | 0.6% | - |
| HSV(B) | 295.14º | 0.72% | 0.94% | - |
| XYZ | 49.1 | 26.47 | 84.96 | - |
| YUV | 134.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 240 | 0.06 | 0.72 | 0 | 0.06 | 295.14 | 0.85 | 0.6 |
| Hex | E2 | 43 | F0 | 6 | 48 | 0 | 6 | 127 | 55 | 3C |
| Octal | 342 | 103 | 360 | 6 | 110 | 0 | 6 | 447 | 125 | 74 |
| Binary | 11100010 | 1000011 | 11110000 | 110 | 1001000 | 0 | 110 | 100100111 | 1010101 | 111100 |
Color Harmonies of #E243F0
Complementary color
Monochromatic Colors of #E243F0
Black with #E243F0
Text Example
Text Example
White with #E243F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E243F0; }
p { color: rgb(226,67,240); }
H1.HeaderClassName
{
color: #E243F0;
}
.AnyTagClassName
{
color: #E243F0;
}
</style>
background-color css
<style>
a { background-color: #E243F0; }
a { background-color: rgb(226,67,240); }
div.DivClassName
{
background-color: #E243F0;
}
.BgClassName
{
background-color: #E243F0;
}
</style>
border-color css
<style>
span { border-color: #E243F0; }
span { border-color: rgb(226,67,240); }
td.TdClassName
{
border-color: #E243F0;
}
.TagClassName
{
border-color: #E243F0;
}
</style>