Html Css Color HEX #E64EEF Free Speech Magenta
📋 copy color: '#E64EEF'red 230 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #E64EEF
Tints of Free Speech Magenta #E64EEF
RGB
CMYK
RGB Variations
Color information
#E64EEF (or 0xE64EEF) is known color: Free Speech Magenta. HEX triplet: E6, 4E and EF. RGB value is (230,78,239). Sum of RGB (Red+Green+Blue) = 230+78+239=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #E64EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EEF is #19B110. Grayscale: #8D8D8D. Windows color (decimal): -1683729 or 15683302. OLE color: 15683302.
HSL color Cylindrical-coordinate representation of color #E64EEF: hue angle of 296.65º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64EEF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 78 | 239 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.06 |
| HSL | 296.65º | 0.83% | 0.62% | - |
| HSV(B) | 296.65º | 0.67% | 0.94% | - |
| XYZ | 50.94 | 28.5 | 84.48 | - |
| YUV | 141.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 239 | 0.04 | 0.67 | 0 | 0.06 | 296.65 | 0.83 | 0.62 |
| Hex | E6 | 4E | EF | 4 | 43 | 0 | 6 | 129 | 53 | 3E |
| Octal | 346 | 116 | 357 | 4 | 103 | 0 | 6 | 451 | 123 | 76 |
| Binary | 11100110 | 1001110 | 11101111 | 100 | 1000011 | 0 | 110 | 100101001 | 1010011 | 111110 |
Color Harmonies of #E64EEF
Complementary color
Monochromatic Colors of #E64EEF
Black with #E64EEF
Text Example
Text Example
White with #E64EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EEF; }
p { color: rgb(230,78,239); }
H1.HeaderClassName
{
color: #E64EEF;
}
.AnyTagClassName
{
color: #E64EEF;
}
</style>
background-color css
<style>
a { background-color: #E64EEF; }
a { background-color: rgb(230,78,239); }
div.DivClassName
{
background-color: #E64EEF;
}
.BgClassName
{
background-color: #E64EEF;
}
</style>
border-color css
<style>
span { border-color: #E64EEF; }
span { border-color: rgb(230,78,239); }
td.TdClassName
{
border-color: #E64EEF;
}
.TagClassName
{
border-color: #E64EEF;
}
</style>