Html Css Color HEX #E661DF Free Speech Magenta
📋 copy color: '#E661DF'red 230 ◦ green 97 ◦ blue 223
Shades of Free Speech Magenta #E661DF
Tints of Free Speech Magenta #E661DF
RGB
CMYK
RGB Variations
Color information
#E661DF (or 0xE661DF) is known color: Free Speech Magenta. HEX triplet: E6, 61 and DF. RGB value is (230,97,223). Sum of RGB (Red+Green+Blue) = 230+97+223=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E661DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661DF is #199E20. Grayscale: #969696. Windows color (decimal): -1678881 or 14639590. OLE color: 14639590.
HSL color Cylindrical-coordinate representation of color #E661DF: hue angle of 303.16º 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 #E661DF is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 223 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.10 |
| HSL | 303.16º | 0.73% | 0.64% | - |
| HSV(B) | 303.16º | 0.58% | 0.9% | - |
| XYZ | 50.23 | 30.7 | 73.09 | - |
| YUV | 151.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 223 | 0 | 0.58 | 0.03 | 0.10 | 303.16 | 0.73 | 0.64 |
| Hex | E6 | 61 | DF | 0 | 3A | 3 | A | 12F | 49 | 40 |
| Octal | 346 | 141 | 337 | 0 | 72 | 3 | 12 | 457 | 111 | 100 |
| Binary | 11100110 | 1100001 | 11011111 | 0 | 111010 | 11 | 1010 | 100101111 | 1001001 | 1000000 |
Color Harmonies of #E661DF
Complementary color
Monochromatic Colors of #E661DF
Black with #E661DF
Text Example
Text Example
White with #E661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E661DF; }
p { color: rgb(230,97,223); }
H1.HeaderClassName
{
color: #E661DF;
}
.AnyTagClassName
{
color: #E661DF;
}
</style>
background-color css
<style>
a { background-color: #E661DF; }
a { background-color: rgb(230,97,223); }
div.DivClassName
{
background-color: #E661DF;
}
.BgClassName
{
background-color: #E661DF;
}
</style>
border-color css
<style>
span { border-color: #E661DF; }
span { border-color: rgb(230,97,223); }
td.TdClassName
{
border-color: #E661DF;
}
.TagClassName
{
border-color: #E661DF;
}
</style>