Html Css Color HEX #E64ADE Free Speech Magenta
📋 copy color: '#E64ADE'red 230 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E64ADE
Tints of Free Speech Magenta #E64ADE
RGB
CMYK
RGB Variations
Color information
#E64ADE (or 0xE64ADE) is known color: Free Speech Magenta. HEX triplet: E6, 4A and DE. RGB value is (230,74,222). Sum of RGB (Red+Green+Blue) = 230+74+222=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ADE is #19B521. Grayscale: #898989. Windows color (decimal): -1684770 or 14568166. OLE color: 14568166.
HSL color Cylindrical-coordinate representation of color #E64ADE: hue angle of 303.08º 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 #E64ADE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 222 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.10 |
| HSL | 303.08º | 0.76% | 0.6% | - |
| HSV(B) | 303.08º | 0.68% | 0.9% | - |
| XYZ | 48.27 | 26.99 | 71.77 | - |
| YUV | 137.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 222 | 0 | 0.68 | 0.03 | 0.10 | 303.08 | 0.76 | 0.6 |
| Hex | E6 | 4A | DE | 0 | 44 | 3 | A | 12F | 4C | 3C |
| Octal | 346 | 112 | 336 | 0 | 104 | 3 | 12 | 457 | 114 | 74 |
| Binary | 11100110 | 1001010 | 11011110 | 0 | 1000100 | 11 | 1010 | 100101111 | 1001100 | 111100 |
Color Harmonies of #E64ADE
Complementary color
Monochromatic Colors of #E64ADE
Black with #E64ADE
Text Example
Text Example
White with #E64ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ADE; }
p { color: rgb(230,74,222); }
H1.HeaderClassName
{
color: #E64ADE;
}
.AnyTagClassName
{
color: #E64ADE;
}
</style>
background-color css
<style>
a { background-color: #E64ADE; }
a { background-color: rgb(230,74,222); }
div.DivClassName
{
background-color: #E64ADE;
}
.BgClassName
{
background-color: #E64ADE;
}
</style>
border-color css
<style>
span { border-color: #E64ADE; }
span { border-color: rgb(230,74,222); }
td.TdClassName
{
border-color: #E64ADE;
}
.TagClassName
{
border-color: #E64ADE;
}
</style>