Html Css Color HEX #E649DA Free Speech Magenta
📋 copy color: '#E649DA'red 230 ◦ green 73 ◦ blue 218
Shades of Free Speech Magenta #E649DA
Tints of Free Speech Magenta #E649DA
RGB
CMYK
RGB Variations
Color information
#E649DA (or 0xE649DA) is known color: Free Speech Magenta. HEX triplet: E6, 49 and DA. RGB value is (230,73,218). Sum of RGB (Red+Green+Blue) = 230+73+218=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E649DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649DA is #19B625. Grayscale: #888888. Windows color (decimal): -1685030 or 14305766. OLE color: 14305766.
HSL color Cylindrical-coordinate representation of color #E649DA: hue angle of 304.59º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649DA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 218 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.10 |
| HSL | 304.59º | 0.76% | 0.59% | - |
| HSV(B) | 304.59º | 0.68% | 0.9% | - |
| XYZ | 47.67 | 26.65 | 68.96 | - |
| YUV | 136.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 218 | 0 | 0.68 | 0.05 | 0.10 | 304.59 | 0.76 | 0.59 |
| Hex | E6 | 49 | DA | 0 | 44 | 5 | A | 131 | 4C | 3B |
| Octal | 346 | 111 | 332 | 0 | 104 | 5 | 12 | 461 | 114 | 73 |
| Binary | 11100110 | 1001001 | 11011010 | 0 | 1000100 | 101 | 1010 | 100110001 | 1001100 | 111011 |
Color Harmonies of #E649DA
Complementary color
Monochromatic Colors of #E649DA
Black with #E649DA
Text Example
Text Example
White with #E649DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649DA; }
p { color: rgb(230,73,218); }
H1.HeaderClassName
{
color: #E649DA;
}
.AnyTagClassName
{
color: #E649DA;
}
</style>
background-color css
<style>
a { background-color: #E649DA; }
a { background-color: rgb(230,73,218); }
div.DivClassName
{
background-color: #E649DA;
}
.BgClassName
{
background-color: #E649DA;
}
</style>
border-color css
<style>
span { border-color: #E649DA; }
span { border-color: rgb(230,73,218); }
td.TdClassName
{
border-color: #E649DA;
}
.TagClassName
{
border-color: #E649DA;
}
</style>