Html Css Color HEX #E166DF Free Speech Magenta
📋 copy color: '#E166DF'red 225 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #E166DF
Tints of Free Speech Magenta #E166DF
RGB
CMYK
RGB Variations
Color information
#E166DF (or 0xE166DF) is known color: Free Speech Magenta. HEX triplet: E1, 66 and DF. RGB value is (225,102,223). Sum of RGB (Red+Green+Blue) = 225+102+223=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E166DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166DF is #1E9920. Grayscale: #989898. Windows color (decimal): -2005281 or 14640865. OLE color: 14640865.
HSL color Cylindrical-coordinate representation of color #E166DF: hue angle of 300.98º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166DF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 223 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.12 |
| HSL | 300.98º | 0.67% | 0.64% | - |
| HSV(B) | 300.98º | 0.55% | 0.88% | - |
| XYZ | 49.12 | 30.84 | 73.18 | - |
| YUV | 152.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 223 | 0 | 0.55 | 0.01 | 0.12 | 300.98 | 0.67 | 0.64 |
| Hex | E1 | 66 | DF | 0 | 37 | 1 | C | 12D | 43 | 40 |
| Octal | 341 | 146 | 337 | 0 | 67 | 1 | 14 | 455 | 103 | 100 |
| Binary | 11100001 | 1100110 | 11011111 | 0 | 110111 | 1 | 1100 | 100101101 | 1000011 | 1000000 |
Color Harmonies of #E166DF
Complementary color
Monochromatic Colors of #E166DF
Black with #E166DF
Text Example
Text Example
White with #E166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166DF; }
p { color: rgb(225,102,223); }
H1.HeaderClassName
{
color: #E166DF;
}
.AnyTagClassName
{
color: #E166DF;
}
</style>
background-color css
<style>
a { background-color: #E166DF; }
a { background-color: rgb(225,102,223); }
div.DivClassName
{
background-color: #E166DF;
}
.BgClassName
{
background-color: #E166DF;
}
</style>
border-color css
<style>
span { border-color: #E166DF; }
span { border-color: rgb(225,102,223); }
td.TdClassName
{
border-color: #E166DF;
}
.TagClassName
{
border-color: #E166DF;
}
</style>