Html Css Color HEX #E64ECE Free Speech Magenta
📋 copy color: '#E64ECE'red 230 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #E64ECE
Tints of Free Speech Magenta #E64ECE
RGB
CMYK
RGB Variations
Color information
#E64ECE (or 0xE64ECE) is known color: Free Speech Magenta. HEX triplet: E6, 4E and CE. RGB value is (230,78,206). Sum of RGB (Red+Green+Blue) = 230+78+206=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ECE is #19B131. Grayscale: #898989. Windows color (decimal): -1683762 or 13520614. OLE color: 13520614.
HSL color Cylindrical-coordinate representation of color #E64ECE: hue angle of 309.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64ECE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 206 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.10 |
| HSL | 309.47º | 0.75% | 0.6% | - |
| HSV(B) | 309.47º | 0.66% | 0.9% | - |
| XYZ | 46.5 | 26.73 | 61.1 | - |
| YUV | 138.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 206 | 0 | 0.66 | 0.10 | 0.10 | 309.47 | 0.75 | 0.6 |
| Hex | E6 | 4E | CE | 0 | 42 | A | A | 135 | 4B | 3C |
| Octal | 346 | 116 | 316 | 0 | 102 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11001110 | 0 | 1000010 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E64ECE
Complementary color
Monochromatic Colors of #E64ECE
Black with #E64ECE
Text Example
Text Example
White with #E64ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ECE; }
p { color: rgb(230,78,206); }
H1.HeaderClassName
{
color: #E64ECE;
}
.AnyTagClassName
{
color: #E64ECE;
}
</style>
background-color css
<style>
a { background-color: #E64ECE; }
a { background-color: rgb(230,78,206); }
div.DivClassName
{
background-color: #E64ECE;
}
.BgClassName
{
background-color: #E64ECE;
}
</style>
border-color css
<style>
span { border-color: #E64ECE; }
span { border-color: rgb(230,78,206); }
td.TdClassName
{
border-color: #E64ECE;
}
.TagClassName
{
border-color: #E64ECE;
}
</style>