Html Css Color HEX #E166D1 Free Speech Magenta
📋 copy color: '#E166D1'red 225 ◦ green 102 ◦ blue 209
Shades of Free Speech Magenta #E166D1
Tints of Free Speech Magenta #E166D1
RGB
CMYK
RGB Variations
Color information
#E166D1 (or 0xE166D1) is known color: Free Speech Magenta. HEX triplet: E1, 66 and D1. RGB value is (225,102,209). Sum of RGB (Red+Green+Blue) = 225+102+209=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E166D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166D1 is #1E992E. Grayscale: #969696. Windows color (decimal): -2005295 or 13723361. OLE color: 13723361.
HSL color Cylindrical-coordinate representation of color #E166D1: hue angle of 307.8º 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 #E166D1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 209 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.12 |
| HSL | 307.8º | 0.67% | 0.64% | - |
| HSV(B) | 307.8º | 0.55% | 0.88% | - |
| XYZ | 47.31 | 30.11 | 63.64 | - |
| YUV | 150.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 209 | 0 | 0.55 | 0.07 | 0.12 | 307.8 | 0.67 | 0.64 |
| Hex | E1 | 66 | D1 | 0 | 37 | 7 | C | 134 | 43 | 40 |
| Octal | 341 | 146 | 321 | 0 | 67 | 7 | 14 | 464 | 103 | 100 |
| Binary | 11100001 | 1100110 | 11010001 | 0 | 110111 | 111 | 1100 | 100110100 | 1000011 | 1000000 |
Color Harmonies of #E166D1
Complementary color
Monochromatic Colors of #E166D1
Black with #E166D1
Text Example
Text Example
White with #E166D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166D1; }
p { color: rgb(225,102,209); }
H1.HeaderClassName
{
color: #E166D1;
}
.AnyTagClassName
{
color: #E166D1;
}
</style>
background-color css
<style>
a { background-color: #E166D1; }
a { background-color: rgb(225,102,209); }
div.DivClassName
{
background-color: #E166D1;
}
.BgClassName
{
background-color: #E166D1;
}
</style>
border-color css
<style>
span { border-color: #E166D1; }
span { border-color: rgb(225,102,209); }
td.TdClassName
{
border-color: #E166D1;
}
.TagClassName
{
border-color: #E166D1;
}
</style>