Html Css Color HEX #E249D5 Free Speech Magenta
📋 copy color: '#E249D5'red 226 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #E249D5
Tints of Free Speech Magenta #E249D5
RGB
CMYK
RGB Variations
Color information
#E249D5 (or 0xE249D5) is known color: Free Speech Magenta. HEX triplet: E2, 49 and D5. RGB value is (226,73,213). Sum of RGB (Red+Green+Blue) = 226+73+213=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E249D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249D5 is #1DB62A. Grayscale: #868686. Windows color (decimal): -1947179 or 13978082. OLE color: 13978082.
HSL color Cylindrical-coordinate representation of color #E249D5: hue angle of 305.1º 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 #E249D5 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 213 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.11 |
| HSL | 305.1º | 0.73% | 0.59% | - |
| HSV(B) | 305.1º | 0.68% | 0.89% | - |
| XYZ | 45.76 | 25.74 | 65.51 | - |
| YUV | 134.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 213 | 0 | 0.68 | 0.06 | 0.11 | 305.1 | 0.73 | 0.59 |
| Hex | E2 | 49 | D5 | 0 | 44 | 6 | B | 131 | 49 | 3B |
| Octal | 342 | 111 | 325 | 0 | 104 | 6 | 13 | 461 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11010101 | 0 | 1000100 | 110 | 1011 | 100110001 | 1001001 | 111011 |
Color Harmonies of #E249D5
Complementary color
Monochromatic Colors of #E249D5
Black with #E249D5
Text Example
Text Example
White with #E249D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249D5; }
p { color: rgb(226,73,213); }
H1.HeaderClassName
{
color: #E249D5;
}
.AnyTagClassName
{
color: #E249D5;
}
</style>
background-color css
<style>
a { background-color: #E249D5; }
a { background-color: rgb(226,73,213); }
div.DivClassName
{
background-color: #E249D5;
}
.BgClassName
{
background-color: #E249D5;
}
</style>
border-color css
<style>
span { border-color: #E249D5; }
span { border-color: rgb(226,73,213); }
td.TdClassName
{
border-color: #E249D5;
}
.TagClassName
{
border-color: #E249D5;
}
</style>