Html Css Color HEX #E849D0 Free Speech Magenta
📋 copy color: '#E849D0'red 232 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #E849D0
Tints of Free Speech Magenta #E849D0
RGB
CMYK
RGB Variations
Color information
#E849D0 (or 0xE849D0) is known color: Free Speech Magenta. HEX triplet: E8, 49 and D0. RGB value is (232,73,208). Sum of RGB (Red+Green+Blue) = 232+73+208=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E849D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849D0 is #17B62F. Grayscale: #878787. Windows color (decimal): -1553968 or 13650408. OLE color: 13650408.
HSL color Cylindrical-coordinate representation of color #E849D0: hue angle of 309.06º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849D0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 208 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.09 |
| HSL | 309.06º | 0.78% | 0.6% | - |
| HSV(B) | 309.06º | 0.69% | 0.91% | - |
| XYZ | 47.05 | 26.47 | 62.31 | - |
| YUV | 135.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 208 | 0 | 0.69 | 0.10 | 0.09 | 309.06 | 0.78 | 0.6 |
| Hex | E8 | 49 | D0 | 0 | 45 | A | 9 | 135 | 4E | 3C |
| Octal | 350 | 111 | 320 | 0 | 105 | 12 | 11 | 465 | 116 | 74 |
| Binary | 11101000 | 1001001 | 11010000 | 0 | 1000101 | 1010 | 1001 | 100110101 | 1001110 | 111100 |
Color Harmonies of #E849D0
Complementary color
Monochromatic Colors of #E849D0
Black with #E849D0
Text Example
Text Example
White with #E849D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849D0; }
p { color: rgb(232,73,208); }
H1.HeaderClassName
{
color: #E849D0;
}
.AnyTagClassName
{
color: #E849D0;
}
</style>
background-color css
<style>
a { background-color: #E849D0; }
a { background-color: rgb(232,73,208); }
div.DivClassName
{
background-color: #E849D0;
}
.BgClassName
{
background-color: #E849D0;
}
</style>
border-color css
<style>
span { border-color: #E849D0; }
span { border-color: rgb(232,73,208); }
td.TdClassName
{
border-color: #E849D0;
}
.TagClassName
{
border-color: #E849D0;
}
</style>