Html Css Color HEX #E64DCE Free Speech Magenta
📋 copy color: '#E64DCE'red 230 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #E64DCE
Tints of Free Speech Magenta #E64DCE
RGB
CMYK
RGB Variations
Color information
#E64DCE (or 0xE64DCE) is known color: Free Speech Magenta. HEX triplet: E6, 4D and CE. RGB value is (230,77,206). Sum of RGB (Red+Green+Blue) = 230+77+206=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DCE is #19B231. Grayscale: #898989. Windows color (decimal): -1684018 or 13520358. OLE color: 13520358.
HSL color Cylindrical-coordinate representation of color #E64DCE: hue angle of 309.41º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64DCE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 206 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 309.41º | 0.75% | 0.6% | - |
| HSV(B) | 309.41º | 0.67% | 0.9% | - |
| XYZ | 46.43 | 26.59 | 61.08 | - |
| YUV | 137.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 206 | 0 | 0.67 | 0.10 | 0.10 | 309.41 | 0.75 | 0.6 |
| Hex | E6 | 4D | CE | 0 | 43 | A | A | 135 | 4B | 3C |
| Octal | 346 | 115 | 316 | 0 | 103 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11001110 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E64DCE
Complementary color
Monochromatic Colors of #E64DCE
Black with #E64DCE
Text Example
Text Example
White with #E64DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DCE; }
p { color: rgb(230,77,206); }
H1.HeaderClassName
{
color: #E64DCE;
}
.AnyTagClassName
{
color: #E64DCE;
}
</style>
background-color css
<style>
a { background-color: #E64DCE; }
a { background-color: rgb(230,77,206); }
div.DivClassName
{
background-color: #E64DCE;
}
.BgClassName
{
background-color: #E64DCE;
}
</style>
border-color css
<style>
span { border-color: #E64DCE; }
span { border-color: rgb(230,77,206); }
td.TdClassName
{
border-color: #E64DCE;
}
.TagClassName
{
border-color: #E64DCE;
}
</style>