Html Css Color HEX #E64EEE Free Speech Magenta
📋 copy color: '#E64EEE'red 230 ◦ green 78 ◦ blue 238
Shades of Free Speech Magenta #E64EEE
Tints of Free Speech Magenta #E64EEE
RGB
CMYK
RGB Variations
Color information
#E64EEE (or 0xE64EEE) is known color: Free Speech Magenta. HEX triplet: E6, 4E and EE. RGB value is (230,78,238). Sum of RGB (Red+Green+Blue) = 230+78+238=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #E64EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EEE is #19B111. Grayscale: #8D8D8D. Windows color (decimal): -1683730 or 15617766. OLE color: 15617766.
HSL color Cylindrical-coordinate representation of color #E64EEE: hue angle of 297º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64EEE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 78 | 238 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.07 |
| HSL | 297º | 0.82% | 0.62% | - |
| HSV(B) | 297º | 0.67% | 0.93% | - |
| XYZ | 50.79 | 28.44 | 83.7 | - |
| YUV | 141.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 238 | 0.03 | 0.67 | 0 | 0.07 | 297 | 0.82 | 0.62 |
| Hex | E6 | 4E | EE | 3 | 43 | 0 | 7 | 129 | 52 | 3E |
| Octal | 346 | 116 | 356 | 3 | 103 | 0 | 7 | 451 | 122 | 76 |
| Binary | 11100110 | 1001110 | 11101110 | 11 | 1000011 | 0 | 111 | 100101001 | 1010010 | 111110 |
Color Harmonies of #E64EEE
Complementary color
Monochromatic Colors of #E64EEE
Black with #E64EEE
Text Example
Text Example
White with #E64EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EEE; }
p { color: rgb(230,78,238); }
H1.HeaderClassName
{
color: #E64EEE;
}
.AnyTagClassName
{
color: #E64EEE;
}
</style>
background-color css
<style>
a { background-color: #E64EEE; }
a { background-color: rgb(230,78,238); }
div.DivClassName
{
background-color: #E64EEE;
}
.BgClassName
{
background-color: #E64EEE;
}
</style>
border-color css
<style>
span { border-color: #E64EEE; }
span { border-color: rgb(230,78,238); }
td.TdClassName
{
border-color: #E64EEE;
}
.TagClassName
{
border-color: #E64EEE;
}
</style>