Html Css Color HEX #E263DF Free Speech Magenta
📋 copy color: '#E263DF'red 226 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #E263DF
Tints of Free Speech Magenta #E263DF
RGB
CMYK
RGB Variations
Color information
#E263DF (or 0xE263DF) is known color: Free Speech Magenta. HEX triplet: E2, 63 and DF. RGB value is (226,99,223). Sum of RGB (Red+Green+Blue) = 226+99+223=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E263DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263DF is #1D9C20. Grayscale: #969696. Windows color (decimal): -1940513 or 14640098. OLE color: 14640098.
HSL color Cylindrical-coordinate representation of color #E263DF: hue angle of 301.42º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263DF is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 223 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.11 |
| HSL | 301.42º | 0.69% | 0.64% | - |
| HSV(B) | 301.42º | 0.56% | 0.89% | - |
| XYZ | 49.15 | 30.42 | 73.09 | - |
| YUV | 151.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 223 | 0 | 0.56 | 0.01 | 0.11 | 301.42 | 0.69 | 0.64 |
| Hex | E2 | 63 | DF | 0 | 38 | 1 | B | 12D | 45 | 40 |
| Octal | 342 | 143 | 337 | 0 | 70 | 1 | 13 | 455 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11011111 | 0 | 111000 | 1 | 1011 | 100101101 | 1000101 | 1000000 |
Color Harmonies of #E263DF
Complementary color
Monochromatic Colors of #E263DF
Black with #E263DF
Text Example
Text Example
White with #E263DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263DF; }
p { color: rgb(226,99,223); }
H1.HeaderClassName
{
color: #E263DF;
}
.AnyTagClassName
{
color: #E263DF;
}
</style>
background-color css
<style>
a { background-color: #E263DF; }
a { background-color: rgb(226,99,223); }
div.DivClassName
{
background-color: #E263DF;
}
.BgClassName
{
background-color: #E263DF;
}
</style>
border-color css
<style>
span { border-color: #E263DF; }
span { border-color: rgb(226,99,223); }
td.TdClassName
{
border-color: #E263DF;
}
.TagClassName
{
border-color: #E263DF;
}
</style>