Html Css Color HEX #E64FCD Free Speech Magenta
📋 copy color: '#E64FCD'red 230 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #E64FCD
Tints of Free Speech Magenta #E64FCD
RGB
CMYK
RGB Variations
Color information
#E64FCD (or 0xE64FCD) is known color: Free Speech Magenta. HEX triplet: E6, 4F and CD. RGB value is (230,79,205). Sum of RGB (Red+Green+Blue) = 230+79+205=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FCD is #19B032. Grayscale: #8A8A8A. Windows color (decimal): -1683507 or 13455334. OLE color: 13455334.
HSL color Cylindrical-coordinate representation of color #E64FCD: hue angle of 309.93º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64FCD is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 205 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 309.93º | 0.75% | 0.61% | - |
| HSV(B) | 309.93º | 0.66% | 0.9% | - |
| XYZ | 46.45 | 26.82 | 60.49 | - |
| YUV | 138.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 205 | 0 | 0.66 | 0.11 | 0.10 | 309.93 | 0.75 | 0.61 |
| Hex | E6 | 4F | CD | 0 | 42 | B | A | 136 | 4B | 3D |
| Octal | 346 | 117 | 315 | 0 | 102 | 13 | 12 | 466 | 113 | 75 |
| Binary | 11100110 | 1001111 | 11001101 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001011 | 111101 |
Color Harmonies of #E64FCD
Complementary color
Monochromatic Colors of #E64FCD
Black with #E64FCD
Text Example
Text Example
White with #E64FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FCD; }
p { color: rgb(230,79,205); }
H1.HeaderClassName
{
color: #E64FCD;
}
.AnyTagClassName
{
color: #E64FCD;
}
</style>
background-color css
<style>
a { background-color: #E64FCD; }
a { background-color: rgb(230,79,205); }
div.DivClassName
{
background-color: #E64FCD;
}
.BgClassName
{
background-color: #E64FCD;
}
</style>
border-color css
<style>
span { border-color: #E64FCD; }
span { border-color: rgb(230,79,205); }
td.TdClassName
{
border-color: #E64FCD;
}
.TagClassName
{
border-color: #E64FCD;
}
</style>