Html Css Color HEX #E649DC Free Speech Magenta
📋 copy color: '#E649DC'red 230 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #E649DC
Tints of Free Speech Magenta #E649DC
RGB
CMYK
RGB Variations
Color information
#E649DC (or 0xE649DC) is known color: Free Speech Magenta. HEX triplet: E6, 49 and DC. RGB value is (230,73,220). Sum of RGB (Red+Green+Blue) = 230+73+220=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E649DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649DC is #19B623. Grayscale: #888888. Windows color (decimal): -1685028 or 14436838. OLE color: 14436838.
HSL color Cylindrical-coordinate representation of color #E649DC: hue angle of 303.82º 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 #E649DC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 220 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.10 |
| HSL | 303.82º | 0.76% | 0.59% | - |
| HSV(B) | 303.82º | 0.68% | 0.9% | - |
| XYZ | 47.93 | 26.76 | 70.35 | - |
| YUV | 136.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 220 | 0 | 0.68 | 0.04 | 0.10 | 303.82 | 0.76 | 0.59 |
| Hex | E6 | 49 | DC | 0 | 44 | 4 | A | 130 | 4C | 3B |
| Octal | 346 | 111 | 334 | 0 | 104 | 4 | 12 | 460 | 114 | 73 |
| Binary | 11100110 | 1001001 | 11011100 | 0 | 1000100 | 100 | 1010 | 100110000 | 1001100 | 111011 |
Color Harmonies of #E649DC
Complementary color
Monochromatic Colors of #E649DC
Black with #E649DC
Text Example
Text Example
White with #E649DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649DC; }
p { color: rgb(230,73,220); }
H1.HeaderClassName
{
color: #E649DC;
}
.AnyTagClassName
{
color: #E649DC;
}
</style>
background-color css
<style>
a { background-color: #E649DC; }
a { background-color: rgb(230,73,220); }
div.DivClassName
{
background-color: #E649DC;
}
.BgClassName
{
background-color: #E649DC;
}
</style>
border-color css
<style>
span { border-color: #E649DC; }
span { border-color: rgb(230,73,220); }
td.TdClassName
{
border-color: #E649DC;
}
.TagClassName
{
border-color: #E649DC;
}
</style>