Html Css Color HEX #E64AC6 Free Speech Magenta
📋 copy color: '#E64AC6'red 230 ◦ green 74 ◦ blue 198
Shades of Free Speech Magenta #E64AC6
Tints of Free Speech Magenta #E64AC6
RGB
CMYK
RGB Variations
Color information
#E64AC6 (or 0xE64AC6) is known color: Free Speech Magenta. HEX triplet: E6, 4A and C6. RGB value is (230,74,198). Sum of RGB (Red+Green+Blue) = 230+74+198=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AC6 is #19B539. Grayscale: #868686. Windows color (decimal): -1684794 or 12995302. OLE color: 12995302.
HSL color Cylindrical-coordinate representation of color #E64AC6: hue angle of 312.31º 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 #E64AC6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 198 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.10 |
| HSL | 312.31º | 0.76% | 0.6% | - |
| HSV(B) | 312.31º | 0.68% | 0.9% | - |
| XYZ | 45.27 | 25.8 | 56.02 | - |
| YUV | 134.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 198 | 0 | 0.68 | 0.14 | 0.10 | 312.31 | 0.76 | 0.6 |
| Hex | E6 | 4A | C6 | 0 | 44 | E | A | 138 | 4C | 3C |
| Octal | 346 | 112 | 306 | 0 | 104 | 16 | 12 | 470 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11000110 | 0 | 1000100 | 1110 | 1010 | 100111000 | 1001100 | 111100 |
Color Harmonies of #E64AC6
Complementary color
Monochromatic Colors of #E64AC6
Black with #E64AC6
Text Example
Text Example
White with #E64AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AC6; }
p { color: rgb(230,74,198); }
H1.HeaderClassName
{
color: #E64AC6;
}
.AnyTagClassName
{
color: #E64AC6;
}
</style>
background-color css
<style>
a { background-color: #E64AC6; }
a { background-color: rgb(230,74,198); }
div.DivClassName
{
background-color: #E64AC6;
}
.BgClassName
{
background-color: #E64AC6;
}
</style>
border-color css
<style>
span { border-color: #E64AC6; }
span { border-color: rgb(230,74,198); }
td.TdClassName
{
border-color: #E64AC6;
}
.TagClassName
{
border-color: #E64AC6;
}
</style>