Html Css Color HEX #E660E6 Free Speech Magenta
📋 copy color: '#E660E6'red 230 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #E660E6
Tints of Free Speech Magenta #E660E6
RGB
CMYK
RGB Variations
Color information
#E660E6 (or 0xE660E6) is known color: Free Speech Magenta. HEX triplet: E6, 60 and E6. RGB value is (230,96,230). Sum of RGB (Red+Green+Blue) = 230+96+230=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E660E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660E6 is #199F19. Grayscale: #969696. Windows color (decimal): -1679130 or 15098086. OLE color: 15098086.
HSL color Cylindrical-coordinate representation of color #E660E6: hue angle of 300º 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 #E660E6 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 230 | - |
| CMYK | 0 | 0.58 | 0 | 0.10 |
| HSL | 300º | 0.73% | 0.64% | - |
| HSV(B) | 300º | 0.58% | 0.9% | - |
| XYZ | 51.1 | 30.9 | 78.13 | - |
| YUV | 151.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 230 | 0 | 0.58 | 0 | 0.10 | 300 | 0.73 | 0.64 |
| Hex | E6 | 60 | E6 | 0 | 3A | 0 | A | 12C | 49 | 40 |
| Octal | 346 | 140 | 346 | 0 | 72 | 0 | 12 | 454 | 111 | 100 |
| Binary | 11100110 | 1100000 | 11100110 | 0 | 111010 | 0 | 1010 | 100101100 | 1001001 | 1000000 |
Color Harmonies of #E660E6
Complementary color
Monochromatic Colors of #E660E6
Black with #E660E6
Text Example
Text Example
White with #E660E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660E6; }
p { color: rgb(230,96,230); }
H1.HeaderClassName
{
color: #E660E6;
}
.AnyTagClassName
{
color: #E660E6;
}
</style>
background-color css
<style>
a { background-color: #E660E6; }
a { background-color: rgb(230,96,230); }
div.DivClassName
{
background-color: #E660E6;
}
.BgClassName
{
background-color: #E660E6;
}
</style>
border-color css
<style>
span { border-color: #E660E6; }
span { border-color: rgb(230,96,230); }
td.TdClassName
{
border-color: #E660E6;
}
.TagClassName
{
border-color: #E660E6;
}
</style>