Html Css Color HEX #E668DC Free Speech Magenta
📋 copy color: '#E668DC'red 230 ◦ green 104 ◦ blue 220
Shades of Free Speech Magenta #E668DC
Tints of Free Speech Magenta #E668DC
RGB
CMYK
RGB Variations
Color information
#E668DC (or 0xE668DC) is known color: Free Speech Magenta. HEX triplet: E6, 68 and DC. RGB value is (230,104,220). Sum of RGB (Red+Green+Blue) = 230+104+220=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E668DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668DC is #199723. Grayscale: #9A9A9A. Windows color (decimal): -1677092 or 14444774. OLE color: 14444774.
HSL color Cylindrical-coordinate representation of color #E668DC: hue angle of 304.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668DC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 220 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.10 |
| HSL | 304.76º | 0.72% | 0.65% | - |
| HSV(B) | 304.76º | 0.55% | 0.9% | - |
| XYZ | 50.5 | 31.89 | 71.2 | - |
| YUV | 154.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 220 | 0 | 0.55 | 0.04 | 0.10 | 304.76 | 0.72 | 0.65 |
| Hex | E6 | 68 | DC | 0 | 37 | 4 | A | 131 | 48 | 41 |
| Octal | 346 | 150 | 334 | 0 | 67 | 4 | 12 | 461 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11011100 | 0 | 110111 | 100 | 1010 | 100110001 | 1001000 | 1000001 |
Color Harmonies of #E668DC
Complementary color
Monochromatic Colors of #E668DC
Black with #E668DC
Text Example
Text Example
White with #E668DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668DC; }
p { color: rgb(230,104,220); }
H1.HeaderClassName
{
color: #E668DC;
}
.AnyTagClassName
{
color: #E668DC;
}
</style>
background-color css
<style>
a { background-color: #E668DC; }
a { background-color: rgb(230,104,220); }
div.DivClassName
{
background-color: #E668DC;
}
.BgClassName
{
background-color: #E668DC;
}
</style>
border-color css
<style>
span { border-color: #E668DC; }
span { border-color: rgb(230,104,220); }
td.TdClassName
{
border-color: #E668DC;
}
.TagClassName
{
border-color: #E668DC;
}
</style>