Html Css Color HEX #E64DCD Free Speech Magenta
📋 copy color: '#E64DCD'red 230 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #E64DCD
Tints of Free Speech Magenta #E64DCD
RGB
CMYK
RGB Variations
Color information
#E64DCD (or 0xE64DCD) is known color: Free Speech Magenta. HEX triplet: E6, 4D and CD. RGB value is (230,77,205). Sum of RGB (Red+Green+Blue) = 230+77+205=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DCD is #19B232. Grayscale: #888888. Windows color (decimal): -1684019 or 13454822. OLE color: 13454822.
HSL color Cylindrical-coordinate representation of color #E64DCD: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64DCD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 205 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.10 |
| HSL | 309.8º | 0.75% | 0.6% | - |
| HSV(B) | 309.8º | 0.67% | 0.9% | - |
| XYZ | 46.31 | 26.54 | 60.44 | - |
| YUV | 137.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 205 | 0 | 0.67 | 0.11 | 0.10 | 309.8 | 0.75 | 0.6 |
| Hex | E6 | 4D | CD | 0 | 43 | B | A | 136 | 4B | 3C |
| Octal | 346 | 115 | 315 | 0 | 103 | 13 | 12 | 466 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11001101 | 0 | 1000011 | 1011 | 1010 | 100110110 | 1001011 | 111100 |
Color Harmonies of #E64DCD
Complementary color
Monochromatic Colors of #E64DCD
Black with #E64DCD
Text Example
Text Example
White with #E64DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DCD; }
p { color: rgb(230,77,205); }
H1.HeaderClassName
{
color: #E64DCD;
}
.AnyTagClassName
{
color: #E64DCD;
}
</style>
background-color css
<style>
a { background-color: #E64DCD; }
a { background-color: rgb(230,77,205); }
div.DivClassName
{
background-color: #E64DCD;
}
.BgClassName
{
background-color: #E64DCD;
}
</style>
border-color css
<style>
span { border-color: #E64DCD; }
span { border-color: rgb(230,77,205); }
td.TdClassName
{
border-color: #E64DCD;
}
.TagClassName
{
border-color: #E64DCD;
}
</style>