Html Css Color HEX #E066D3 Free Speech Magenta
📋 copy color: '#E066D3'red 224 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #E066D3
Tints of Free Speech Magenta #E066D3
RGB
CMYK
RGB Variations
Color information
#E066D3 (or 0xE066D3) is known color: Free Speech Magenta. HEX triplet: E0, 66 and D3. RGB value is (224,102,211). Sum of RGB (Red+Green+Blue) = 224+102+211=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E066D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066D3 is #1F992C. Grayscale: #969696. Windows color (decimal): -2070829 or 13854432. OLE color: 13854432.
HSL color Cylindrical-coordinate representation of color #E066D3: hue angle of 306.39º 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 #E066D3 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 211 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.12 |
| HSL | 306.39º | 0.66% | 0.64% | - |
| HSV(B) | 306.39º | 0.54% | 0.88% | - |
| XYZ | 47.25 | 30.05 | 64.94 | - |
| YUV | 150.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 211 | 0 | 0.54 | 0.06 | 0.12 | 306.39 | 0.66 | 0.64 |
| Hex | E0 | 66 | D3 | 0 | 36 | 6 | C | 132 | 42 | 40 |
| Octal | 340 | 146 | 323 | 0 | 66 | 6 | 14 | 462 | 102 | 100 |
| Binary | 11100000 | 1100110 | 11010011 | 0 | 110110 | 110 | 1100 | 100110010 | 1000010 | 1000000 |
Color Harmonies of #E066D3
Complementary color
Monochromatic Colors of #E066D3
Black with #E066D3
Text Example
Text Example
White with #E066D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066D3; }
p { color: rgb(224,102,211); }
H1.HeaderClassName
{
color: #E066D3;
}
.AnyTagClassName
{
color: #E066D3;
}
</style>
background-color css
<style>
a { background-color: #E066D3; }
a { background-color: rgb(224,102,211); }
div.DivClassName
{
background-color: #E066D3;
}
.BgClassName
{
background-color: #E066D3;
}
</style>
border-color css
<style>
span { border-color: #E066D3; }
span { border-color: rgb(224,102,211); }
td.TdClassName
{
border-color: #E066D3;
}
.TagClassName
{
border-color: #E066D3;
}
</style>