Html Css Color HEX #E249D1 Free Speech Magenta
📋 copy color: '#E249D1'red 226 ◦ green 73 ◦ blue 209
Shades of Free Speech Magenta #E249D1
Tints of Free Speech Magenta #E249D1
RGB
CMYK
RGB Variations
Color information
#E249D1 (or 0xE249D1) is known color: Free Speech Magenta. HEX triplet: E2, 49 and D1. RGB value is (226,73,209). Sum of RGB (Red+Green+Blue) = 226+73+209=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E249D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249D1 is #1DB62E. Grayscale: #858585. Windows color (decimal): -1947183 or 13715938. OLE color: 13715938.
HSL color Cylindrical-coordinate representation of color #E249D1: hue angle of 306.67º 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 #E249D1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 209 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 306.67º | 0.73% | 0.59% | - |
| HSV(B) | 306.67º | 0.68% | 0.89% | - |
| XYZ | 45.26 | 25.54 | 62.87 | - |
| YUV | 134.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 209 | 0 | 0.68 | 0.08 | 0.11 | 306.67 | 0.73 | 0.59 |
| Hex | E2 | 49 | D1 | 0 | 44 | 8 | B | 133 | 49 | 3B |
| Octal | 342 | 111 | 321 | 0 | 104 | 10 | 13 | 463 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11010001 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001001 | 111011 |
Color Harmonies of #E249D1
Complementary color
Monochromatic Colors of #E249D1
Black with #E249D1
Text Example
Text Example
White with #E249D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249D1; }
p { color: rgb(226,73,209); }
H1.HeaderClassName
{
color: #E249D1;
}
.AnyTagClassName
{
color: #E249D1;
}
</style>
background-color css
<style>
a { background-color: #E249D1; }
a { background-color: rgb(226,73,209); }
div.DivClassName
{
background-color: #E249D1;
}
.BgClassName
{
background-color: #E249D1;
}
</style>
border-color css
<style>
span { border-color: #E249D1; }
span { border-color: rgb(226,73,209); }
td.TdClassName
{
border-color: #E249D1;
}
.TagClassName
{
border-color: #E249D1;
}
</style>