Html Css Color HEX #E64ACE Free Speech Magenta
📋 copy color: '#E64ACE'red 230 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #E64ACE
Tints of Free Speech Magenta #E64ACE
RGB
CMYK
RGB Variations
Color information
#E64ACE (or 0xE64ACE) is known color: Free Speech Magenta. HEX triplet: E6, 4A and CE. RGB value is (230,74,206). Sum of RGB (Red+Green+Blue) = 230+74+206=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ACE is #19B531. Grayscale: #878787. Windows color (decimal): -1684786 or 13519590. OLE color: 13519590.
HSL color Cylindrical-coordinate representation of color #E64ACE: hue angle of 309.23º 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 #E64ACE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 206 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.10 |
| HSL | 309.23º | 0.76% | 0.6% | - |
| HSV(B) | 309.23º | 0.68% | 0.9% | - |
| XYZ | 46.22 | 26.18 | 61.01 | - |
| YUV | 135.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 206 | 0 | 0.68 | 0.10 | 0.10 | 309.23 | 0.76 | 0.6 |
| Hex | E6 | 4A | CE | 0 | 44 | A | A | 135 | 4C | 3C |
| Octal | 346 | 112 | 316 | 0 | 104 | 12 | 12 | 465 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11001110 | 0 | 1000100 | 1010 | 1010 | 100110101 | 1001100 | 111100 |
Color Harmonies of #E64ACE
Complementary color
Monochromatic Colors of #E64ACE
Black with #E64ACE
Text Example
Text Example
White with #E64ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ACE; }
p { color: rgb(230,74,206); }
H1.HeaderClassName
{
color: #E64ACE;
}
.AnyTagClassName
{
color: #E64ACE;
}
</style>
background-color css
<style>
a { background-color: #E64ACE; }
a { background-color: rgb(230,74,206); }
div.DivClassName
{
background-color: #E64ACE;
}
.BgClassName
{
background-color: #E64ACE;
}
</style>
border-color css
<style>
span { border-color: #E64ACE; }
span { border-color: rgb(230,74,206); }
td.TdClassName
{
border-color: #E64ACE;
}
.TagClassName
{
border-color: #E64ACE;
}
</style>