Html Css Color HEX #E64AD6 Free Speech Magenta
📋 copy color: '#E64AD6'red 230 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #E64AD6
Tints of Free Speech Magenta #E64AD6
RGB
CMYK
RGB Variations
Color information
#E64AD6 (or 0xE64AD6) is known color: Free Speech Magenta. HEX triplet: E6, 4A and D6. RGB value is (230,74,214). Sum of RGB (Red+Green+Blue) = 230+74+214=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AD6 is #19B529. Grayscale: #888888. Windows color (decimal): -1684778 or 14043878. OLE color: 14043878.
HSL color Cylindrical-coordinate representation of color #E64AD6: hue angle of 306.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64AD6 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 214 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.10 |
| HSL | 306.15º | 0.76% | 0.6% | - |
| HSV(B) | 306.15º | 0.68% | 0.9% | - |
| XYZ | 47.22 | 26.58 | 66.26 | - |
| YUV | 136.6 | 171.68 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 214 | 0 | 0.68 | 0.07 | 0.10 | 306.15 | 0.76 | 0.6 |
| Hex | E6 | 4A | D6 | 0 | 44 | 7 | A | 132 | 4C | 3C |
| Octal | 346 | 112 | 326 | 0 | 104 | 7 | 12 | 462 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11010110 | 0 | 1000100 | 111 | 1010 | 100110010 | 1001100 | 111100 |
Color Harmonies of #E64AD6
Complementary color
Monochromatic Colors of #E64AD6
Black with #E64AD6
Text Example
Text Example
White with #E64AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AD6; }
p { color: rgb(230,74,214); }
H1.HeaderClassName
{
color: #E64AD6;
}
.AnyTagClassName
{
color: #E64AD6;
}
</style>
background-color css
<style>
a { background-color: #E64AD6; }
a { background-color: rgb(230,74,214); }
div.DivClassName
{
background-color: #E64AD6;
}
.BgClassName
{
background-color: #E64AD6;
}
</style>
border-color css
<style>
span { border-color: #E64AD6; }
span { border-color: rgb(230,74,214); }
td.TdClassName
{
border-color: #E64AD6;
}
.TagClassName
{
border-color: #E64AD6;
}
</style>