Html Css Color HEX #E64EC6 Free Speech Magenta
📋 copy color: '#E64EC6'red 230 ◦ green 78 ◦ blue 198
Shades of Free Speech Magenta #E64EC6
Tints of Free Speech Magenta #E64EC6
RGB
CMYK
RGB Variations
Color information
#E64EC6 (or 0xE64EC6) is known color: Free Speech Magenta. HEX triplet: E6, 4E and C6. RGB value is (230,78,198). Sum of RGB (Red+Green+Blue) = 230+78+198=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64EC6 is #19B139. Grayscale: #888888. Windows color (decimal): -1683770 or 12996326. OLE color: 12996326.
HSL color Cylindrical-coordinate representation of color #E64EC6: hue angle of 312.63º 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 #E64EC6 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 198 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.10 |
| HSL | 312.63º | 0.75% | 0.6% | - |
| HSV(B) | 312.63º | 0.66% | 0.9% | - |
| XYZ | 45.55 | 26.35 | 56.11 | - |
| YUV | 137.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 198 | 0 | 0.66 | 0.14 | 0.10 | 312.63 | 0.75 | 0.6 |
| Hex | E6 | 4E | C6 | 0 | 42 | E | A | 139 | 4B | 3C |
| Octal | 346 | 116 | 306 | 0 | 102 | 16 | 12 | 471 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11000110 | 0 | 1000010 | 1110 | 1010 | 100111001 | 1001011 | 111100 |
Color Harmonies of #E64EC6
Complementary color
Monochromatic Colors of #E64EC6
Black with #E64EC6
Text Example
Text Example
White with #E64EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EC6; }
p { color: rgb(230,78,198); }
H1.HeaderClassName
{
color: #E64EC6;
}
.AnyTagClassName
{
color: #E64EC6;
}
</style>
background-color css
<style>
a { background-color: #E64EC6; }
a { background-color: rgb(230,78,198); }
div.DivClassName
{
background-color: #E64EC6;
}
.BgClassName
{
background-color: #E64EC6;
}
</style>
border-color css
<style>
span { border-color: #E64EC6; }
span { border-color: rgb(230,78,198); }
td.TdClassName
{
border-color: #E64EC6;
}
.TagClassName
{
border-color: #E64EC6;
}
</style>