Html Css Color HEX #E642DC Free Speech Magenta
📋 copy color: '#E642DC'red 230 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #E642DC
Tints of Free Speech Magenta #E642DC
RGB
CMYK
RGB Variations
Color information
#E642DC (or 0xE642DC) is known color: Free Speech Magenta. HEX triplet: E6, 42 and DC. RGB value is (230,66,220). Sum of RGB (Red+Green+Blue) = 230+66+220=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E642DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642DC is #19BD23. Grayscale: #848484. Windows color (decimal): -1686820 or 14435046. OLE color: 14435046.
HSL color Cylindrical-coordinate representation of color #E642DC: hue angle of 303.66º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642DC is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 220 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.10 |
| HSL | 303.66º | 0.77% | 0.58% | - |
| HSV(B) | 303.66º | 0.71% | 0.9% | - |
| XYZ | 47.5 | 25.89 | 70.2 | - |
| YUV | 132.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 220 | 0 | 0.71 | 0.04 | 0.10 | 303.66 | 0.77 | 0.58 |
| Hex | E6 | 42 | DC | 0 | 47 | 4 | A | 130 | 4D | 3A |
| Octal | 346 | 102 | 334 | 0 | 107 | 4 | 12 | 460 | 115 | 72 |
| Binary | 11100110 | 1000010 | 11011100 | 0 | 1000111 | 100 | 1010 | 100110000 | 1001101 | 111010 |
Color Harmonies of #E642DC
Complementary color
Monochromatic Colors of #E642DC
Black with #E642DC
Text Example
Text Example
White with #E642DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642DC; }
p { color: rgb(230,66,220); }
H1.HeaderClassName
{
color: #E642DC;
}
.AnyTagClassName
{
color: #E642DC;
}
</style>
background-color css
<style>
a { background-color: #E642DC; }
a { background-color: rgb(230,66,220); }
div.DivClassName
{
background-color: #E642DC;
}
.BgClassName
{
background-color: #E642DC;
}
</style>
border-color css
<style>
span { border-color: #E642DC; }
span { border-color: rgb(230,66,220); }
td.TdClassName
{
border-color: #E642DC;
}
.TagClassName
{
border-color: #E642DC;
}
</style>