Html Css Color HEX #E063DF Free Speech Magenta
📋 copy color: '#E063DF'red 224 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #E063DF
Tints of Free Speech Magenta #E063DF
RGB
CMYK
RGB Variations
Color information
#E063DF (or 0xE063DF) is known color: Free Speech Magenta. HEX triplet: E0, 63 and DF. RGB value is (224,99,223). Sum of RGB (Red+Green+Blue) = 224+99+223=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E063DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063DF is #1F9C20. Grayscale: #969696. Windows color (decimal): -2071585 or 14640096. OLE color: 14640096.
HSL color Cylindrical-coordinate representation of color #E063DF: hue angle of 300.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063DF is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 223 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.12 |
| HSL | 300.48º | 0.67% | 0.63% | - |
| HSV(B) | 300.48º | 0.56% | 0.88% | - |
| XYZ | 48.52 | 30.1 | 73.06 | - |
| YUV | 150.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 223 | 0 | 0.56 | 0.00 | 0.12 | 300.48 | 0.67 | 0.63 |
| Hex | E0 | 63 | DF | 0 | 38 | 0 | C | 12C | 43 | 3F |
| Octal | 340 | 143 | 337 | 0 | 70 | 0 | 14 | 454 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11011111 | 0 | 111000 | 0 | 1100 | 100101100 | 1000011 | 111111 |
Color Harmonies of #E063DF
Complementary color
Monochromatic Colors of #E063DF
Black with #E063DF
Text Example
Text Example
White with #E063DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063DF; }
p { color: rgb(224,99,223); }
H1.HeaderClassName
{
color: #E063DF;
}
.AnyTagClassName
{
color: #E063DF;
}
</style>
background-color css
<style>
a { background-color: #E063DF; }
a { background-color: rgb(224,99,223); }
div.DivClassName
{
background-color: #E063DF;
}
.BgClassName
{
background-color: #E063DF;
}
</style>
border-color css
<style>
span { border-color: #E063DF; }
span { border-color: rgb(224,99,223); }
td.TdClassName
{
border-color: #E063DF;
}
.TagClassName
{
border-color: #E063DF;
}
</style>