Html Css Color HEX #E64EDF Free Speech Magenta
📋 copy color: '#E64EDF'red 230 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #E64EDF
Tints of Free Speech Magenta #E64EDF
RGB
CMYK
RGB Variations
Color information
#E64EDF (or 0xE64EDF) is known color: Free Speech Magenta. HEX triplet: E6, 4E and DF. RGB value is (230,78,223). Sum of RGB (Red+Green+Blue) = 230+78+223=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64EDF is #19B120. Grayscale: #8B8B8B. Windows color (decimal): -1683745 or 14634726. OLE color: 14634726.
HSL color Cylindrical-coordinate representation of color #E64EDF: hue angle of 302.76º 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 #E64EDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.10 |
| HSL | 302.76º | 0.75% | 0.6% | - |
| HSV(B) | 302.76º | 0.66% | 0.9% | - |
| XYZ | 48.68 | 27.6 | 72.57 | - |
| YUV | 139.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 223 | 0 | 0.66 | 0.03 | 0.10 | 302.76 | 0.75 | 0.6 |
| Hex | E6 | 4E | DF | 0 | 42 | 3 | A | 12F | 4B | 3C |
| Octal | 346 | 116 | 337 | 0 | 102 | 3 | 12 | 457 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11011111 | 0 | 1000010 | 11 | 1010 | 100101111 | 1001011 | 111100 |
Color Harmonies of #E64EDF
Complementary color
Monochromatic Colors of #E64EDF
Black with #E64EDF
Text Example
Text Example
White with #E64EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EDF; }
p { color: rgb(230,78,223); }
H1.HeaderClassName
{
color: #E64EDF;
}
.AnyTagClassName
{
color: #E64EDF;
}
</style>
background-color css
<style>
a { background-color: #E64EDF; }
a { background-color: rgb(230,78,223); }
div.DivClassName
{
background-color: #E64EDF;
}
.BgClassName
{
background-color: #E64EDF;
}
</style>
border-color css
<style>
span { border-color: #E64EDF; }
span { border-color: rgb(230,78,223); }
td.TdClassName
{
border-color: #E64EDF;
}
.TagClassName
{
border-color: #E64EDF;
}
</style>