Html Css Color HEX #E663DF Free Speech Magenta
📋 copy color: '#E663DF'red 230 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #E663DF
Tints of Free Speech Magenta #E663DF
RGB
CMYK
RGB Variations
Color information
#E663DF (or 0xE663DF) is known color: Free Speech Magenta. HEX triplet: E6, 63 and DF. RGB value is (230,99,223). Sum of RGB (Red+Green+Blue) = 230+99+223=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E663DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E663DF is #199C20. Grayscale: #979797. Windows color (decimal): -1678369 or 14640102. OLE color: 14640102.
HSL color Cylindrical-coordinate representation of color #E663DF: hue angle of 303.21º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E663DF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 223 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.10 |
| HSL | 303.21º | 0.72% | 0.65% | - |
| HSV(B) | 303.21º | 0.57% | 0.9% | - |
| XYZ | 50.41 | 31.07 | 73.15 | - |
| YUV | 152.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 223 | 0 | 0.57 | 0.03 | 0.10 | 303.21 | 0.72 | 0.65 |
| Hex | E6 | 63 | DF | 0 | 39 | 3 | A | 12F | 48 | 41 |
| Octal | 346 | 143 | 337 | 0 | 71 | 3 | 12 | 457 | 110 | 101 |
| Binary | 11100110 | 1100011 | 11011111 | 0 | 111001 | 11 | 1010 | 100101111 | 1001000 | 1000001 |
Color Harmonies of #E663DF
Complementary color
Monochromatic Colors of #E663DF
Black with #E663DF
Text Example
Text Example
White with #E663DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E663DF; }
p { color: rgb(230,99,223); }
H1.HeaderClassName
{
color: #E663DF;
}
.AnyTagClassName
{
color: #E663DF;
}
</style>
background-color css
<style>
a { background-color: #E663DF; }
a { background-color: rgb(230,99,223); }
div.DivClassName
{
background-color: #E663DF;
}
.BgClassName
{
background-color: #E663DF;
}
</style>
border-color css
<style>
span { border-color: #E663DF; }
span { border-color: rgb(230,99,223); }
td.TdClassName
{
border-color: #E663DF;
}
.TagClassName
{
border-color: #E663DF;
}
</style>