Html Css Color HEX #E64DC9 Free Speech Magenta
📋 copy color: '#E64DC9'red 230 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #E64DC9
Tints of Free Speech Magenta #E64DC9
RGB
CMYK
RGB Variations
Color information
#E64DC9 (or 0xE64DC9) is known color: Free Speech Magenta. HEX triplet: E6, 4D and C9. RGB value is (230,77,201). Sum of RGB (Red+Green+Blue) = 230+77+201=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DC9 is #19B236. Grayscale: #888888. Windows color (decimal): -1684023 or 13192678. OLE color: 13192678.
HSL color Cylindrical-coordinate representation of color #E64DC9: hue angle of 311.37º 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 #E64DC9 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 201 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.10 |
| HSL | 311.37º | 0.75% | 0.6% | - |
| HSV(B) | 311.37º | 0.67% | 0.9% | - |
| XYZ | 45.83 | 26.35 | 57.93 | - |
| YUV | 136.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 201 | 0 | 0.67 | 0.13 | 0.10 | 311.37 | 0.75 | 0.6 |
| Hex | E6 | 4D | C9 | 0 | 43 | D | A | 137 | 4B | 3C |
| Octal | 346 | 115 | 311 | 0 | 103 | 15 | 12 | 467 | 113 | 74 |
| Binary | 11100110 | 1001101 | 11001001 | 0 | 1000011 | 1101 | 1010 | 100110111 | 1001011 | 111100 |
Color Harmonies of #E64DC9
Complementary color
Monochromatic Colors of #E64DC9
Black with #E64DC9
Text Example
Text Example
White with #E64DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64DC9; }
p { color: rgb(230,77,201); }
H1.HeaderClassName
{
color: #E64DC9;
}
.AnyTagClassName
{
color: #E64DC9;
}
</style>
background-color css
<style>
a { background-color: #E64DC9; }
a { background-color: rgb(230,77,201); }
div.DivClassName
{
background-color: #E64DC9;
}
.BgClassName
{
background-color: #E64DC9;
}
</style>
border-color css
<style>
span { border-color: #E64DC9; }
span { border-color: rgb(230,77,201); }
td.TdClassName
{
border-color: #E64DC9;
}
.TagClassName
{
border-color: #E64DC9;
}
</style>