Html Css Color HEX #E066DB Free Speech Magenta
📋 copy color: '#E066DB'red 224 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #E066DB
Tints of Free Speech Magenta #E066DB
RGB
CMYK
RGB Variations
Color information
#E066DB (or 0xE066DB) is known color: Free Speech Magenta. HEX triplet: E0, 66 and DB. RGB value is (224,102,219). Sum of RGB (Red+Green+Blue) = 224+102+219=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E066DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066DB is #1F9924. Grayscale: #979797. Windows color (decimal): -2070821 or 14378720. OLE color: 14378720.
HSL color Cylindrical-coordinate representation of color #E066DB: hue angle of 302.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066DB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 219 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.12 |
| HSL | 302.46º | 0.66% | 0.64% | - |
| HSV(B) | 302.46º | 0.54% | 0.88% | - |
| XYZ | 48.28 | 30.46 | 70.35 | - |
| YUV | 151.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 219 | 0 | 0.54 | 0.02 | 0.12 | 302.46 | 0.66 | 0.64 |
| Hex | E0 | 66 | DB | 0 | 36 | 2 | C | 12E | 42 | 40 |
| Octal | 340 | 146 | 333 | 0 | 66 | 2 | 14 | 456 | 102 | 100 |
| Binary | 11100000 | 1100110 | 11011011 | 0 | 110110 | 10 | 1100 | 100101110 | 1000010 | 1000000 |
Color Harmonies of #E066DB
Complementary color
Monochromatic Colors of #E066DB
Black with #E066DB
Text Example
Text Example
White with #E066DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066DB; }
p { color: rgb(224,102,219); }
H1.HeaderClassName
{
color: #E066DB;
}
.AnyTagClassName
{
color: #E066DB;
}
</style>
background-color css
<style>
a { background-color: #E066DB; }
a { background-color: rgb(224,102,219); }
div.DivClassName
{
background-color: #E066DB;
}
.BgClassName
{
background-color: #E066DB;
}
</style>
border-color css
<style>
span { border-color: #E066DB; }
span { border-color: rgb(224,102,219); }
td.TdClassName
{
border-color: #E066DB;
}
.TagClassName
{
border-color: #E066DB;
}
</style>