Html Css Color HEX #E249B9 Free Speech Magenta
📋 copy color: '#E249B9'red 226 ◦ green 73 ◦ blue 185
Shades of Free Speech Magenta #E249B9
Tints of Free Speech Magenta #E249B9
RGB
CMYK
RGB Variations
Color information
#E249B9 (or 0xE249B9) is known color: Free Speech Magenta. HEX triplet: E2, 49 and B9. RGB value is (226,73,185). Sum of RGB (Red+Green+Blue) = 226+73+185=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E249B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249B9 is #1DB646. Grayscale: #838383. Windows color (decimal): -1947207 or 12143074. OLE color: 12143074.
HSL color Cylindrical-coordinate representation of color #E249B9: hue angle of 316.08º 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 #E249B9 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 185 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.11 |
| HSL | 316.08º | 0.73% | 0.59% | - |
| HSV(B) | 316.08º | 0.68% | 0.89% | - |
| XYZ | 42.5 | 24.44 | 48.38 | - |
| YUV | 131.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 185 | 0 | 0.68 | 0.18 | 0.11 | 316.08 | 0.73 | 0.59 |
| Hex | E2 | 49 | B9 | 0 | 44 | 12 | B | 13C | 49 | 3B |
| Octal | 342 | 111 | 271 | 0 | 104 | 22 | 13 | 474 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10111001 | 0 | 1000100 | 10010 | 1011 | 100111100 | 1001001 | 111011 |
Color Harmonies of #E249B9
Complementary color
Monochromatic Colors of #E249B9
Black with #E249B9
Text Example
Text Example
White with #E249B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249B9; }
p { color: rgb(226,73,185); }
H1.HeaderClassName
{
color: #E249B9;
}
.AnyTagClassName
{
color: #E249B9;
}
</style>
background-color css
<style>
a { background-color: #E249B9; }
a { background-color: rgb(226,73,185); }
div.DivClassName
{
background-color: #E249B9;
}
.BgClassName
{
background-color: #E249B9;
}
</style>
border-color css
<style>
span { border-color: #E249B9; }
span { border-color: rgb(226,73,185); }
td.TdClassName
{
border-color: #E249B9;
}
.TagClassName
{
border-color: #E249B9;
}
</style>