Html Css Color HEX #E64DED Free Speech Magenta
📋 copy color: '#E64DED'red 230 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #E64DED
Tints of Free Speech Magenta #E64DED
RGB
CMYK
RGB Variations
Color information
#E64DED (or 0xE64DED) is known color: Free Speech Magenta. HEX triplet: E6, 4D and ED. RGB value is (230,77,237). Sum of RGB (Red+Green+Blue) = 230+77+237=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #E64DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DED is #19B212. Grayscale: #8C8C8C. Windows color (decimal): -1683987 or 15551974. OLE color: 15551974.
HSL color Cylindrical-coordinate representation of color #E64DED: hue angle of 297.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64DED is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 77 | 237 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.07 |
| HSL | 297.38º | 0.82% | 0.62% | - |
| HSV(B) | 297.38º | 0.68% | 0.93% | - |
| XYZ | 50.57 | 28.25 | 82.91 | - |
| YUV | 140.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 237 | 0.03 | 0.68 | 0 | 0.07 | 297.38 | 0.82 | 0.62 |
| Hex | E6 | 4D | ED | 3 | 44 | 0 | 7 | 129 | 52 | 3E |
| Octal | 346 | 115 | 355 | 3 | 104 | 0 | 7 | 451 | 122 | 76 |
| Binary | 11100110 | 1001101 | 11101101 | 11 | 1000100 | 0 | 111 | 100101001 | 1010010 | 111110 |
Color Harmonies of #E64DED
Complementary color
Monochromatic Colors of #E64DED
Black with #E64DED
Text Example
Text Example
White with #E64DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DED; }
p { color: rgb(230,77,237); }
H1.HeaderClassName
{
color: #E64DED;
}
.AnyTagClassName
{
color: #E64DED;
}
</style>
background-color css
<style>
a { background-color: #E64DED; }
a { background-color: rgb(230,77,237); }
div.DivClassName
{
background-color: #E64DED;
}
.BgClassName
{
background-color: #E64DED;
}
</style>
border-color css
<style>
span { border-color: #E64DED; }
span { border-color: rgb(230,77,237); }
td.TdClassName
{
border-color: #E64DED;
}
.TagClassName
{
border-color: #E64DED;
}
</style>