Html Css Color HEX #E849DA Free Speech Magenta
📋 copy color: '#E849DA'red 232 ◦ green 73 ◦ blue 218
Shades of Free Speech Magenta #E849DA
Tints of Free Speech Magenta #E849DA
RGB
CMYK
RGB Variations
Color information
#E849DA (or 0xE849DA) is known color: Free Speech Magenta. HEX triplet: E8, 49 and DA. RGB value is (232,73,218). Sum of RGB (Red+Green+Blue) = 232+73+218=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E849DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E849DA is #17B625. Grayscale: #888888. Windows color (decimal): -1553958 or 14305768. OLE color: 14305768.
HSL color Cylindrical-coordinate representation of color #E849DA: hue angle of 305.28º 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 #E849DA is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 218 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.09 |
| HSL | 305.28º | 0.78% | 0.6% | - |
| HSV(B) | 305.28º | 0.69% | 0.91% | - |
| XYZ | 48.32 | 26.98 | 68.99 | - |
| YUV | 137.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 218 | 0 | 0.69 | 0.06 | 0.09 | 305.28 | 0.78 | 0.6 |
| Hex | E8 | 49 | DA | 0 | 45 | 6 | 9 | 131 | 4E | 3C |
| Octal | 350 | 111 | 332 | 0 | 105 | 6 | 11 | 461 | 116 | 74 |
| Binary | 11101000 | 1001001 | 11011010 | 0 | 1000101 | 110 | 1001 | 100110001 | 1001110 | 111100 |
Color Harmonies of #E849DA
Complementary color
Monochromatic Colors of #E849DA
Black with #E849DA
Text Example
Text Example
White with #E849DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849DA; }
p { color: rgb(232,73,218); }
H1.HeaderClassName
{
color: #E849DA;
}
.AnyTagClassName
{
color: #E849DA;
}
</style>
background-color css
<style>
a { background-color: #E849DA; }
a { background-color: rgb(232,73,218); }
div.DivClassName
{
background-color: #E849DA;
}
.BgClassName
{
background-color: #E849DA;
}
</style>
border-color css
<style>
span { border-color: #E849DA; }
span { border-color: rgb(232,73,218); }
td.TdClassName
{
border-color: #E849DA;
}
.TagClassName
{
border-color: #E849DA;
}
</style>