Html Css Color HEX #E249D3 Free Speech Magenta
📋 copy color: '#E249D3'red 226 ◦ green 73 ◦ blue 211
Shades of Free Speech Magenta #E249D3
Tints of Free Speech Magenta #E249D3
RGB
CMYK
RGB Variations
Color information
#E249D3 (or 0xE249D3) is known color: Free Speech Magenta. HEX triplet: E2, 49 and D3. RGB value is (226,73,211). Sum of RGB (Red+Green+Blue) = 226+73+211=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E249D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249D3 is #1DB62C. Grayscale: #868686. Windows color (decimal): -1947181 or 13847010. OLE color: 13847010.
HSL color Cylindrical-coordinate representation of color #E249D3: hue angle of 305.88º 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 #E249D3 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 211 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 305.88º | 0.73% | 0.59% | - |
| HSV(B) | 305.88º | 0.68% | 0.89% | - |
| XYZ | 45.5 | 25.64 | 64.18 | - |
| YUV | 134.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 211 | 0 | 0.68 | 0.07 | 0.11 | 305.88 | 0.73 | 0.59 |
| Hex | E2 | 49 | D3 | 0 | 44 | 7 | B | 132 | 49 | 3B |
| Octal | 342 | 111 | 323 | 0 | 104 | 7 | 13 | 462 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11010011 | 0 | 1000100 | 111 | 1011 | 100110010 | 1001001 | 111011 |
Color Harmonies of #E249D3
Complementary color
Monochromatic Colors of #E249D3
Black with #E249D3
Text Example
Text Example
White with #E249D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249D3; }
p { color: rgb(226,73,211); }
H1.HeaderClassName
{
color: #E249D3;
}
.AnyTagClassName
{
color: #E249D3;
}
</style>
background-color css
<style>
a { background-color: #E249D3; }
a { background-color: rgb(226,73,211); }
div.DivClassName
{
background-color: #E249D3;
}
.BgClassName
{
background-color: #E249D3;
}
</style>
border-color css
<style>
span { border-color: #E249D3; }
span { border-color: rgb(226,73,211); }
td.TdClassName
{
border-color: #E249D3;
}
.TagClassName
{
border-color: #E249D3;
}
</style>