Html Css Color HEX #E066D1 Free Speech Magenta
📋 copy color: '#E066D1'red 224 ◦ green 102 ◦ blue 209
Shades of Free Speech Magenta #E066D1
Tints of Free Speech Magenta #E066D1
RGB
CMYK
RGB Variations
Color information
#E066D1 (or 0xE066D1) is known color: Free Speech Magenta. HEX triplet: E0, 66 and D1. RGB value is (224,102,209). Sum of RGB (Red+Green+Blue) = 224+102+209=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E066D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066D1 is #1F992E. Grayscale: #969696. Windows color (decimal): -2070831 or 13723360. OLE color: 13723360.
HSL color Cylindrical-coordinate representation of color #E066D1: hue angle of 307.38º 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 #E066D1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 209 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.12 |
| HSL | 307.38º | 0.66% | 0.64% | - |
| HSV(B) | 307.38º | 0.54% | 0.88% | - |
| XYZ | 47 | 29.95 | 63.63 | - |
| YUV | 150.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 209 | 0 | 0.54 | 0.07 | 0.12 | 307.38 | 0.66 | 0.64 |
| Hex | E0 | 66 | D1 | 0 | 36 | 7 | C | 133 | 42 | 40 |
| Octal | 340 | 146 | 321 | 0 | 66 | 7 | 14 | 463 | 102 | 100 |
| Binary | 11100000 | 1100110 | 11010001 | 0 | 110110 | 111 | 1100 | 100110011 | 1000010 | 1000000 |
Color Harmonies of #E066D1
Complementary color
Monochromatic Colors of #E066D1
Black with #E066D1
Text Example
Text Example
White with #E066D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066D1; }
p { color: rgb(224,102,209); }
H1.HeaderClassName
{
color: #E066D1;
}
.AnyTagClassName
{
color: #E066D1;
}
</style>
background-color css
<style>
a { background-color: #E066D1; }
a { background-color: rgb(224,102,209); }
div.DivClassName
{
background-color: #E066D1;
}
.BgClassName
{
background-color: #E066D1;
}
</style>
border-color css
<style>
span { border-color: #E066D1; }
span { border-color: rgb(224,102,209); }
td.TdClassName
{
border-color: #E066D1;
}
.TagClassName
{
border-color: #E066D1;
}
</style>