Html Css Color HEX #E64ACD Free Speech Magenta
📋 copy color: '#E64ACD'red 230 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #E64ACD
Tints of Free Speech Magenta #E64ACD
RGB
CMYK
RGB Variations
Color information
#E64ACD (or 0xE64ACD) is known color: Free Speech Magenta. HEX triplet: E6, 4A and CD. RGB value is (230,74,205). Sum of RGB (Red+Green+Blue) = 230+74+205=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ACD is #19B532. Grayscale: #878787. Windows color (decimal): -1684787 or 13454054. OLE color: 13454054.
HSL color Cylindrical-coordinate representation of color #E64ACD: hue angle of 309.62º 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 #E64ACD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 205 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.10 |
| HSL | 309.62º | 0.76% | 0.6% | - |
| HSV(B) | 309.62º | 0.68% | 0.9% | - |
| XYZ | 46.1 | 26.13 | 60.37 | - |
| YUV | 135.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 205 | 0 | 0.68 | 0.11 | 0.10 | 309.62 | 0.76 | 0.6 |
| Hex | E6 | 4A | CD | 0 | 44 | B | A | 136 | 4C | 3C |
| Octal | 346 | 112 | 315 | 0 | 104 | 13 | 12 | 466 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11001101 | 0 | 1000100 | 1011 | 1010 | 100110110 | 1001100 | 111100 |
Color Harmonies of #E64ACD
Complementary color
Monochromatic Colors of #E64ACD
Black with #E64ACD
Text Example
Text Example
White with #E64ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ACD; }
p { color: rgb(230,74,205); }
H1.HeaderClassName
{
color: #E64ACD;
}
.AnyTagClassName
{
color: #E64ACD;
}
</style>
background-color css
<style>
a { background-color: #E64ACD; }
a { background-color: rgb(230,74,205); }
div.DivClassName
{
background-color: #E64ACD;
}
.BgClassName
{
background-color: #E64ACD;
}
</style>
border-color css
<style>
span { border-color: #E64ACD; }
span { border-color: rgb(230,74,205); }
td.TdClassName
{
border-color: #E64ACD;
}
.TagClassName
{
border-color: #E64ACD;
}
</style>