Html Css Color HEX #E249CE Free Speech Magenta
📋 copy color: '#E249CE'red 226 ◦ green 73 ◦ blue 206
Shades of Free Speech Magenta #E249CE
Tints of Free Speech Magenta #E249CE
RGB
CMYK
RGB Variations
Color information
#E249CE (or 0xE249CE) is known color: Free Speech Magenta. HEX triplet: E2, 49 and CE. RGB value is (226,73,206). Sum of RGB (Red+Green+Blue) = 226+73+206=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E249CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249CE is #1DB631. Grayscale: #858585. Windows color (decimal): -1947186 or 13519330. OLE color: 13519330.
HSL color Cylindrical-coordinate representation of color #E249CE: hue angle of 307.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249CE is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 206 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.11 |
| HSL | 307.84º | 0.73% | 0.59% | - |
| HSV(B) | 307.84º | 0.68% | 0.89% | - |
| XYZ | 44.89 | 25.39 | 60.93 | - |
| YUV | 133.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 206 | 0 | 0.68 | 0.09 | 0.11 | 307.84 | 0.73 | 0.59 |
| Hex | E2 | 49 | CE | 0 | 44 | 9 | B | 134 | 49 | 3B |
| Octal | 342 | 111 | 316 | 0 | 104 | 11 | 13 | 464 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11001110 | 0 | 1000100 | 1001 | 1011 | 100110100 | 1001001 | 111011 |
Color Harmonies of #E249CE
Complementary color
Monochromatic Colors of #E249CE
Black with #E249CE
Text Example
Text Example
White with #E249CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249CE; }
p { color: rgb(226,73,206); }
H1.HeaderClassName
{
color: #E249CE;
}
.AnyTagClassName
{
color: #E249CE;
}
</style>
background-color css
<style>
a { background-color: #E249CE; }
a { background-color: rgb(226,73,206); }
div.DivClassName
{
background-color: #E249CE;
}
.BgClassName
{
background-color: #E249CE;
}
</style>
border-color css
<style>
span { border-color: #E249CE; }
span { border-color: rgb(226,73,206); }
td.TdClassName
{
border-color: #E249CE;
}
.TagClassName
{
border-color: #E249CE;
}
</style>