Html Css Color HEX #E660D8 Free Speech Magenta
📋 copy color: '#E660D8'red 230 ◦ green 96 ◦ blue 216
Shades of Free Speech Magenta #E660D8
Tints of Free Speech Magenta #E660D8
RGB
CMYK
RGB Variations
Color information
#E660D8 (or 0xE660D8) is known color: Free Speech Magenta. HEX triplet: E6, 60 and D8. RGB value is (230,96,216). Sum of RGB (Red+Green+Blue) = 230+96+216=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E660D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660D8 is #199F27. Grayscale: #959595. Windows color (decimal): -1679144 or 14180582. OLE color: 14180582.
HSL color Cylindrical-coordinate representation of color #E660D8: hue angle of 306.27º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660D8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 216 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.10 |
| HSL | 306.27º | 0.73% | 0.64% | - |
| HSV(B) | 306.27º | 0.58% | 0.9% | - |
| XYZ | 49.21 | 30.15 | 68.19 | - |
| YUV | 149.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 216 | 0 | 0.58 | 0.06 | 0.10 | 306.27 | 0.73 | 0.64 |
| Hex | E6 | 60 | D8 | 0 | 3A | 6 | A | 132 | 49 | 40 |
| Octal | 346 | 140 | 330 | 0 | 72 | 6 | 12 | 462 | 111 | 100 |
| Binary | 11100110 | 1100000 | 11011000 | 0 | 111010 | 110 | 1010 | 100110010 | 1001001 | 1000000 |
Color Harmonies of #E660D8
Complementary color
Monochromatic Colors of #E660D8
Black with #E660D8
Text Example
Text Example
White with #E660D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660D8; }
p { color: rgb(230,96,216); }
H1.HeaderClassName
{
color: #E660D8;
}
.AnyTagClassName
{
color: #E660D8;
}
</style>
background-color css
<style>
a { background-color: #E660D8; }
a { background-color: rgb(230,96,216); }
div.DivClassName
{
background-color: #E660D8;
}
.BgClassName
{
background-color: #E660D8;
}
</style>
border-color css
<style>
span { border-color: #E660D8; }
span { border-color: rgb(230,96,216); }
td.TdClassName
{
border-color: #E660D8;
}
.TagClassName
{
border-color: #E660D8;
}
</style>