Html Css Color HEX #E466DC Free Speech Magenta
📋 copy color: '#E466DC'red 228 ◦ green 102 ◦ blue 220
Shades of Free Speech Magenta #E466DC
Tints of Free Speech Magenta #E466DC
RGB
CMYK
RGB Variations
Color information
#E466DC (or 0xE466DC) is known color: Free Speech Magenta. HEX triplet: E4, 66 and DC. RGB value is (228,102,220). Sum of RGB (Red+Green+Blue) = 228+102+220=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E466DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466DC is #1B9923. Grayscale: #989898. Windows color (decimal): -1808676 or 14444260. OLE color: 14444260.
HSL color Cylindrical-coordinate representation of color #E466DC: hue angle of 303.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466DC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 220 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.11 |
| HSL | 303.81º | 0.7% | 0.65% | - |
| HSV(B) | 303.81º | 0.55% | 0.89% | - |
| XYZ | 49.66 | 31.16 | 71.11 | - |
| YUV | 153.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 220 | 0 | 0.55 | 0.04 | 0.11 | 303.81 | 0.7 | 0.65 |
| Hex | E4 | 66 | DC | 0 | 37 | 4 | B | 130 | 46 | 41 |
| Octal | 344 | 146 | 334 | 0 | 67 | 4 | 13 | 460 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11011100 | 0 | 110111 | 100 | 1011 | 100110000 | 1000110 | 1000001 |
Color Harmonies of #E466DC
Complementary color
Monochromatic Colors of #E466DC
Black with #E466DC
Text Example
Text Example
White with #E466DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466DC; }
p { color: rgb(228,102,220); }
H1.HeaderClassName
{
color: #E466DC;
}
.AnyTagClassName
{
color: #E466DC;
}
</style>
background-color css
<style>
a { background-color: #E466DC; }
a { background-color: rgb(228,102,220); }
div.DivClassName
{
background-color: #E466DC;
}
.BgClassName
{
background-color: #E466DC;
}
</style>
border-color css
<style>
span { border-color: #E466DC; }
span { border-color: rgb(228,102,220); }
td.TdClassName
{
border-color: #E466DC;
}
.TagClassName
{
border-color: #E466DC;
}
</style>