Html Css Color HEX #E64FCE Free Speech Magenta
📋 copy color: '#E64FCE'red 230 ◦ green 79 ◦ blue 206
Shades of Free Speech Magenta #E64FCE
Tints of Free Speech Magenta #E64FCE
RGB
CMYK
RGB Variations
Color information
#E64FCE (or 0xE64FCE) is known color: Free Speech Magenta. HEX triplet: E6, 4F and CE. RGB value is (230,79,206). Sum of RGB (Red+Green+Blue) = 230+79+206=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FCE is #19B031. Grayscale: #8A8A8A. Windows color (decimal): -1683506 or 13520870. OLE color: 13520870.
HSL color Cylindrical-coordinate representation of color #E64FCE: hue angle of 309.54º 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 #E64FCE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 206 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 309.54º | 0.75% | 0.61% | - |
| HSV(B) | 309.54º | 0.66% | 0.9% | - |
| XYZ | 46.57 | 26.87 | 61.12 | - |
| YUV | 138.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 206 | 0 | 0.66 | 0.10 | 0.10 | 309.54 | 0.75 | 0.61 |
| Hex | E6 | 4F | CE | 0 | 42 | A | A | 136 | 4B | 3D |
| Octal | 346 | 117 | 316 | 0 | 102 | 12 | 12 | 466 | 113 | 75 |
| Binary | 11100110 | 1001111 | 11001110 | 0 | 1000010 | 1010 | 1010 | 100110110 | 1001011 | 111101 |
Color Harmonies of #E64FCE
Complementary color
Monochromatic Colors of #E64FCE
Black with #E64FCE
Text Example
Text Example
White with #E64FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FCE; }
p { color: rgb(230,79,206); }
H1.HeaderClassName
{
color: #E64FCE;
}
.AnyTagClassName
{
color: #E64FCE;
}
</style>
background-color css
<style>
a { background-color: #E64FCE; }
a { background-color: rgb(230,79,206); }
div.DivClassName
{
background-color: #E64FCE;
}
.BgClassName
{
background-color: #E64FCE;
}
</style>
border-color css
<style>
span { border-color: #E64FCE; }
span { border-color: rgb(230,79,206); }
td.TdClassName
{
border-color: #E64FCE;
}
.TagClassName
{
border-color: #E64FCE;
}
</style>