Html Css Color HEX #E64ED2 Free Speech Magenta
📋 copy color: '#E64ED2'red 230 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #E64ED2
Tints of Free Speech Magenta #E64ED2
RGB
CMYK
RGB Variations
Color information
#E64ED2 (or 0xE64ED2) is known color: Free Speech Magenta. HEX triplet: E6, 4E and D2. RGB value is (230,78,210). Sum of RGB (Red+Green+Blue) = 230+78+210=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ED2 is #19B12D. Grayscale: #8A8A8A. Windows color (decimal): -1683758 or 13782758. OLE color: 13782758.
HSL color Cylindrical-coordinate representation of color #E64ED2: hue angle of 307.89º 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 #E64ED2 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 210 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.10 |
| HSL | 307.89º | 0.75% | 0.6% | - |
| HSV(B) | 307.89º | 0.66% | 0.9% | - |
| XYZ | 46.99 | 26.92 | 63.69 | - |
| YUV | 138.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 210 | 0 | 0.66 | 0.09 | 0.10 | 307.89 | 0.75 | 0.6 |
| Hex | E6 | 4E | D2 | 0 | 42 | 9 | A | 134 | 4B | 3C |
| Octal | 346 | 116 | 322 | 0 | 102 | 11 | 12 | 464 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11010010 | 0 | 1000010 | 1001 | 1010 | 100110100 | 1001011 | 111100 |
Color Harmonies of #E64ED2
Complementary color
Monochromatic Colors of #E64ED2
Black with #E64ED2
Text Example
Text Example
White with #E64ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ED2; }
p { color: rgb(230,78,210); }
H1.HeaderClassName
{
color: #E64ED2;
}
.AnyTagClassName
{
color: #E64ED2;
}
</style>
background-color css
<style>
a { background-color: #E64ED2; }
a { background-color: rgb(230,78,210); }
div.DivClassName
{
background-color: #E64ED2;
}
.BgClassName
{
background-color: #E64ED2;
}
</style>
border-color css
<style>
span { border-color: #E64ED2; }
span { border-color: rgb(230,78,210); }
td.TdClassName
{
border-color: #E64ED2;
}
.TagClassName
{
border-color: #E64ED2;
}
</style>