Html Css Color HEX #E64ECD Free Speech Magenta
📋 copy color: '#E64ECD'red 230 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E64ECD
Tints of Free Speech Magenta #E64ECD
RGB
CMYK
RGB Variations
Color information
#E64ECD (or 0xE64ECD) is known color: Free Speech Magenta. HEX triplet: E6, 4E and CD. RGB value is (230,78,205). Sum of RGB (Red+Green+Blue) = 230+78+205=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ECD is #19B132. Grayscale: #898989. Windows color (decimal): -1683763 or 13455078. OLE color: 13455078.
HSL color Cylindrical-coordinate representation of color #E64ECD: hue angle of 309.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64ECD is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 205 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 309.87º | 0.75% | 0.6% | - |
| HSV(B) | 309.87º | 0.66% | 0.9% | - |
| XYZ | 46.38 | 26.68 | 60.46 | - |
| YUV | 137.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 205 | 0 | 0.66 | 0.11 | 0.10 | 309.87 | 0.75 | 0.6 |
| Hex | E6 | 4E | CD | 0 | 42 | B | A | 136 | 4B | 3C |
| Octal | 346 | 116 | 315 | 0 | 102 | 13 | 12 | 466 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11001101 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001011 | 111100 |
Color Harmonies of #E64ECD
Complementary color
Monochromatic Colors of #E64ECD
Black with #E64ECD
Text Example
Text Example
White with #E64ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ECD; }
p { color: rgb(230,78,205); }
H1.HeaderClassName
{
color: #E64ECD;
}
.AnyTagClassName
{
color: #E64ECD;
}
</style>
background-color css
<style>
a { background-color: #E64ECD; }
a { background-color: rgb(230,78,205); }
div.DivClassName
{
background-color: #E64ECD;
}
.BgClassName
{
background-color: #E64ECD;
}
</style>
border-color css
<style>
span { border-color: #E64ECD; }
span { border-color: rgb(230,78,205); }
td.TdClassName
{
border-color: #E64ECD;
}
.TagClassName
{
border-color: #E64ECD;
}
</style>