Html Css Color HEX #E249E6 Free Speech Magenta
📋 copy color: '#E249E6'red 226 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #E249E6
Tints of Free Speech Magenta #E249E6
RGB
CMYK
RGB Variations
Color information
#E249E6 (or 0xE249E6) is known color: Free Speech Magenta. HEX triplet: E2, 49 and E6. RGB value is (226,73,230). Sum of RGB (Red+Green+Blue) = 226+73+230=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #E249E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E249E6 is #1DB619. Grayscale: #888888. Windows color (decimal): -1947162 or 15092194. OLE color: 15092194.
HSL color Cylindrical-coordinate representation of color #E249E6: hue angle of 298.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249E6 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 73 | 230 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.10 |
| HSL | 298.47º | 0.76% | 0.59% | - |
| HSV(B) | 298.47º | 0.68% | 0.9% | - |
| XYZ | 48.03 | 26.65 | 77.47 | - |
| YUV | 136.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 230 | 0.02 | 0.68 | 0 | 0.10 | 298.47 | 0.76 | 0.59 |
| Hex | E2 | 49 | E6 | 2 | 44 | 0 | A | 12A | 4C | 3B |
| Octal | 342 | 111 | 346 | 2 | 104 | 0 | 12 | 452 | 114 | 73 |
| Binary | 11100010 | 1001001 | 11100110 | 10 | 1000100 | 0 | 1010 | 100101010 | 1001100 | 111011 |
Color Harmonies of #E249E6
Complementary color
Monochromatic Colors of #E249E6
Black with #E249E6
Text Example
Text Example
White with #E249E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249E6; }
p { color: rgb(226,73,230); }
H1.HeaderClassName
{
color: #E249E6;
}
.AnyTagClassName
{
color: #E249E6;
}
</style>
background-color css
<style>
a { background-color: #E249E6; }
a { background-color: rgb(226,73,230); }
div.DivClassName
{
background-color: #E249E6;
}
.BgClassName
{
background-color: #E249E6;
}
</style>
border-color css
<style>
span { border-color: #E249E6; }
span { border-color: rgb(226,73,230); }
td.TdClassName
{
border-color: #E249E6;
}
.TagClassName
{
border-color: #E249E6;
}
</style>