Html Css Color HEX #E249D2 Free Speech Magenta
📋 copy color: '#E249D2'red 226 ◦ green 73 ◦ blue 210
Shades of Free Speech Magenta #E249D2
Tints of Free Speech Magenta #E249D2
RGB
CMYK
RGB Variations
Color information
#E249D2 (or 0xE249D2) is known color: Free Speech Magenta. HEX triplet: E2, 49 and D2. RGB value is (226,73,210). Sum of RGB (Red+Green+Blue) = 226+73+210=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E249D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249D2 is #1DB62D. Grayscale: #858585. Windows color (decimal): -1947182 or 13781474. OLE color: 13781474.
HSL color Cylindrical-coordinate representation of color #E249D2: hue angle of 306.27º 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 #E249D2 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 210 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 306.27º | 0.73% | 0.59% | - |
| HSV(B) | 306.27º | 0.68% | 0.89% | - |
| XYZ | 45.38 | 25.59 | 63.52 | - |
| YUV | 134.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 210 | 0 | 0.68 | 0.07 | 0.11 | 306.27 | 0.73 | 0.59 |
| Hex | E2 | 49 | D2 | 0 | 44 | 7 | B | 132 | 49 | 3B |
| Octal | 342 | 111 | 322 | 0 | 104 | 7 | 13 | 462 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11010010 | 0 | 1000100 | 111 | 1011 | 100110010 | 1001001 | 111011 |
Color Harmonies of #E249D2
Complementary color
Monochromatic Colors of #E249D2
Black with #E249D2
Text Example
Text Example
White with #E249D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249D2; }
p { color: rgb(226,73,210); }
H1.HeaderClassName
{
color: #E249D2;
}
.AnyTagClassName
{
color: #E249D2;
}
</style>
background-color css
<style>
a { background-color: #E249D2; }
a { background-color: rgb(226,73,210); }
div.DivClassName
{
background-color: #E249D2;
}
.BgClassName
{
background-color: #E249D2;
}
</style>
border-color css
<style>
span { border-color: #E249D2; }
span { border-color: rgb(226,73,210); }
td.TdClassName
{
border-color: #E249D2;
}
.TagClassName
{
border-color: #E249D2;
}
</style>