Html Css Color HEX #E668D0 Free Speech Magenta
📋 copy color: '#E668D0'red 230 ◦ green 104 ◦ blue 208
Shades of Free Speech Magenta #E668D0
Tints of Free Speech Magenta #E668D0
RGB
CMYK
RGB Variations
Color information
#E668D0 (or 0xE668D0) is known color: Free Speech Magenta. HEX triplet: E6, 68 and D0. RGB value is (230,104,208). Sum of RGB (Red+Green+Blue) = 230+104+208=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E668D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668D0 is #19972F. Grayscale: #999999. Windows color (decimal): -1677104 or 13658342. OLE color: 13658342.
HSL color Cylindrical-coordinate representation of color #E668D0: hue angle of 310.48º 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 #E668D0 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 208 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.10 |
| HSL | 310.48º | 0.72% | 0.65% | - |
| HSV(B) | 310.48º | 0.55% | 0.9% | - |
| XYZ | 48.97 | 31.28 | 63.13 | - |
| YUV | 153.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 208 | 0 | 0.55 | 0.10 | 0.10 | 310.48 | 0.72 | 0.65 |
| Hex | E6 | 68 | D0 | 0 | 37 | A | A | 136 | 48 | 41 |
| Octal | 346 | 150 | 320 | 0 | 67 | 12 | 12 | 466 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11010000 | 0 | 110111 | 1010 | 1010 | 100110110 | 1001000 | 1000001 |
Color Harmonies of #E668D0
Complementary color
Monochromatic Colors of #E668D0
Black with #E668D0
Text Example
Text Example
White with #E668D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668D0; }
p { color: rgb(230,104,208); }
H1.HeaderClassName
{
color: #E668D0;
}
.AnyTagClassName
{
color: #E668D0;
}
</style>
background-color css
<style>
a { background-color: #E668D0; }
a { background-color: rgb(230,104,208); }
div.DivClassName
{
background-color: #E668D0;
}
.BgClassName
{
background-color: #E668D0;
}
</style>
border-color css
<style>
span { border-color: #E668D0; }
span { border-color: rgb(230,104,208); }
td.TdClassName
{
border-color: #E668D0;
}
.TagClassName
{
border-color: #E668D0;
}
</style>