Html Css Color HEX #E166DB Free Speech Magenta
📋 copy color: '#E166DB'red 225 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #E166DB
Tints of Free Speech Magenta #E166DB
RGB
CMYK
RGB Variations
Color information
#E166DB (or 0xE166DB) is known color: Free Speech Magenta. HEX triplet: E1, 66 and DB. RGB value is (225,102,219). Sum of RGB (Red+Green+Blue) = 225+102+219=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E166DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166DB is #1E9924. Grayscale: #979797. Windows color (decimal): -2005285 or 14378721. OLE color: 14378721.
HSL color Cylindrical-coordinate representation of color #E166DB: hue angle of 302.93º 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 #E166DB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 219 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.12 |
| HSL | 302.93º | 0.67% | 0.64% | - |
| HSV(B) | 302.93º | 0.55% | 0.88% | - |
| XYZ | 48.59 | 30.62 | 70.37 | - |
| YUV | 152.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 219 | 0 | 0.55 | 0.03 | 0.12 | 302.93 | 0.67 | 0.64 |
| Hex | E1 | 66 | DB | 0 | 37 | 3 | C | 12F | 43 | 40 |
| Octal | 341 | 146 | 333 | 0 | 67 | 3 | 14 | 457 | 103 | 100 |
| Binary | 11100001 | 1100110 | 11011011 | 0 | 110111 | 11 | 1100 | 100101111 | 1000011 | 1000000 |
Color Harmonies of #E166DB
Complementary color
Monochromatic Colors of #E166DB
Black with #E166DB
Text Example
Text Example
White with #E166DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166DB; }
p { color: rgb(225,102,219); }
H1.HeaderClassName
{
color: #E166DB;
}
.AnyTagClassName
{
color: #E166DB;
}
</style>
background-color css
<style>
a { background-color: #E166DB; }
a { background-color: rgb(225,102,219); }
div.DivClassName
{
background-color: #E166DB;
}
.BgClassName
{
background-color: #E166DB;
}
</style>
border-color css
<style>
span { border-color: #E166DB; }
span { border-color: rgb(225,102,219); }
td.TdClassName
{
border-color: #E166DB;
}
.TagClassName
{
border-color: #E166DB;
}
</style>