Html Css Color HEX #E066D8 Free Speech Magenta
📋 copy color: '#E066D8'red 224 ◦ green 102 ◦ blue 216
Shades of Free Speech Magenta #E066D8
Tints of Free Speech Magenta #E066D8
RGB
CMYK
RGB Variations
Color information
#E066D8 (or 0xE066D8) is known color: Free Speech Magenta. HEX triplet: E0, 66 and D8. RGB value is (224,102,216). Sum of RGB (Red+Green+Blue) = 224+102+216=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E066D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066D8 is #1F9927. Grayscale: #979797. Windows color (decimal): -2070824 or 14182112. OLE color: 14182112.
HSL color Cylindrical-coordinate representation of color #E066D8: hue angle of 303.93º 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 #E066D8 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 216 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.12 |
| HSL | 303.93º | 0.66% | 0.64% | - |
| HSV(B) | 303.93º | 0.54% | 0.88% | - |
| XYZ | 47.89 | 30.31 | 68.29 | - |
| YUV | 151.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 216 | 0 | 0.54 | 0.04 | 0.12 | 303.93 | 0.66 | 0.64 |
| Hex | E0 | 66 | D8 | 0 | 36 | 4 | C | 130 | 42 | 40 |
| Octal | 340 | 146 | 330 | 0 | 66 | 4 | 14 | 460 | 102 | 100 |
| Binary | 11100000 | 1100110 | 11011000 | 0 | 110110 | 100 | 1100 | 100110000 | 1000010 | 1000000 |
Color Harmonies of #E066D8
Complementary color
Monochromatic Colors of #E066D8
Black with #E066D8
Text Example
Text Example
White with #E066D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E066D8; }
p { color: rgb(224,102,216); }
H1.HeaderClassName
{
color: #E066D8;
}
.AnyTagClassName
{
color: #E066D8;
}
</style>
background-color css
<style>
a { background-color: #E066D8; }
a { background-color: rgb(224,102,216); }
div.DivClassName
{
background-color: #E066D8;
}
.BgClassName
{
background-color: #E066D8;
}
</style>
border-color css
<style>
span { border-color: #E066D8; }
span { border-color: rgb(224,102,216); }
td.TdClassName
{
border-color: #E066D8;
}
.TagClassName
{
border-color: #E066D8;
}
</style>