Html Css Color HEX #E64FDF Free Speech Magenta
📋 copy color: '#E64FDF'red 230 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #E64FDF
Tints of Free Speech Magenta #E64FDF
RGB
CMYK
RGB Variations
Color information
#E64FDF (or 0xE64FDF) is known color: Free Speech Magenta. HEX triplet: E6, 4F and DF. RGB value is (230,79,223). Sum of RGB (Red+Green+Blue) = 230+79+223=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FDF is #19B020. Grayscale: #8C8C8C. Windows color (decimal): -1683489 or 14634982. OLE color: 14634982.
HSL color Cylindrical-coordinate representation of color #E64FDF: hue angle of 302.78º 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 #E64FDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.10 |
| HSL | 302.78º | 0.75% | 0.61% | - |
| HSV(B) | 302.78º | 0.66% | 0.9% | - |
| XYZ | 48.75 | 27.74 | 72.6 | - |
| YUV | 140.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 223 | 0 | 0.66 | 0.03 | 0.10 | 302.78 | 0.75 | 0.61 |
| Hex | E6 | 4F | DF | 0 | 42 | 3 | A | 12F | 4B | 3D |
| Octal | 346 | 117 | 337 | 0 | 102 | 3 | 12 | 457 | 113 | 75 |
| Binary | 11100110 | 1001111 | 11011111 | 0 | 1000010 | 11 | 1010 | 100101111 | 1001011 | 111101 |
Color Harmonies of #E64FDF
Complementary color
Monochromatic Colors of #E64FDF
Black with #E64FDF
Text Example
Text Example
White with #E64FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FDF; }
p { color: rgb(230,79,223); }
H1.HeaderClassName
{
color: #E64FDF;
}
.AnyTagClassName
{
color: #E64FDF;
}
</style>
background-color css
<style>
a { background-color: #E64FDF; }
a { background-color: rgb(230,79,223); }
div.DivClassName
{
background-color: #E64FDF;
}
.BgClassName
{
background-color: #E64FDF;
}
</style>
border-color css
<style>
span { border-color: #E64FDF; }
span { border-color: rgb(230,79,223); }
td.TdClassName
{
border-color: #E64FDF;
}
.TagClassName
{
border-color: #E64FDF;
}
</style>