Html Css Color HEX #E266DF Free Speech Magenta
📋 copy color: '#E266DF'red 226 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #E266DF
Tints of Free Speech Magenta #E266DF
RGB
CMYK
RGB Variations
Color information
#E266DF (or 0xE266DF) is known color: Free Speech Magenta. HEX triplet: E2, 66 and DF. RGB value is (226,102,223). Sum of RGB (Red+Green+Blue) = 226+102+223=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E266DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266DF is #1D9920. Grayscale: #989898. Windows color (decimal): -1939745 or 14640866. OLE color: 14640866.
HSL color Cylindrical-coordinate representation of color #E266DF: hue angle of 301.45º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E266DF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 223 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.11 |
| HSL | 301.45º | 0.68% | 0.64% | - |
| HSV(B) | 301.45º | 0.55% | 0.89% | - |
| XYZ | 49.43 | 31 | 73.19 | - |
| YUV | 152.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 223 | 0 | 0.55 | 0.01 | 0.11 | 301.45 | 0.68 | 0.64 |
| Hex | E2 | 66 | DF | 0 | 37 | 1 | B | 12D | 44 | 40 |
| Octal | 342 | 146 | 337 | 0 | 67 | 1 | 13 | 455 | 104 | 100 |
| Binary | 11100010 | 1100110 | 11011111 | 0 | 110111 | 1 | 1011 | 100101101 | 1000100 | 1000000 |
Color Harmonies of #E266DF
Complementary color
Monochromatic Colors of #E266DF
Black with #E266DF
Text Example
Text Example
White with #E266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266DF; }
p { color: rgb(226,102,223); }
H1.HeaderClassName
{
color: #E266DF;
}
.AnyTagClassName
{
color: #E266DF;
}
</style>
background-color css
<style>
a { background-color: #E266DF; }
a { background-color: rgb(226,102,223); }
div.DivClassName
{
background-color: #E266DF;
}
.BgClassName
{
background-color: #E266DF;
}
</style>
border-color css
<style>
span { border-color: #E266DF; }
span { border-color: rgb(226,102,223); }
td.TdClassName
{
border-color: #E266DF;
}
.TagClassName
{
border-color: #E266DF;
}
</style>