Html Css Color HEX #E566DC Free Speech Magenta
📋 copy color: '#E566DC'red 229 ◦ green 102 ◦ blue 220
Shades of Free Speech Magenta #E566DC
Tints of Free Speech Magenta #E566DC
RGB
CMYK
RGB Variations
Color information
#E566DC (or 0xE566DC) is known color: Free Speech Magenta. HEX triplet: E5, 66 and DC. RGB value is (229,102,220). Sum of RGB (Red+Green+Blue) = 229+102+220=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E566DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E566DC is #1A9923. Grayscale: #999999. Windows color (decimal): -1743140 or 14444261. OLE color: 14444261.
HSL color Cylindrical-coordinate representation of color #E566DC: hue angle of 304.25º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E566DC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 220 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.10 |
| HSL | 304.25º | 0.71% | 0.65% | - |
| HSV(B) | 304.25º | 0.55% | 0.9% | - |
| XYZ | 49.98 | 31.33 | 71.12 | - |
| YUV | 153.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 220 | 0 | 0.55 | 0.04 | 0.10 | 304.25 | 0.71 | 0.65 |
| Hex | E5 | 66 | DC | 0 | 37 | 4 | A | 130 | 47 | 41 |
| Octal | 345 | 146 | 334 | 0 | 67 | 4 | 12 | 460 | 107 | 101 |
| Binary | 11100101 | 1100110 | 11011100 | 0 | 110111 | 100 | 1010 | 100110000 | 1000111 | 1000001 |
Color Harmonies of #E566DC
Complementary color
Monochromatic Colors of #E566DC
Black with #E566DC
Text Example
Text Example
White with #E566DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E566DC; }
p { color: rgb(229,102,220); }
H1.HeaderClassName
{
color: #E566DC;
}
.AnyTagClassName
{
color: #E566DC;
}
</style>
background-color css
<style>
a { background-color: #E566DC; }
a { background-color: rgb(229,102,220); }
div.DivClassName
{
background-color: #E566DC;
}
.BgClassName
{
background-color: #E566DC;
}
</style>
border-color css
<style>
span { border-color: #E566DC; }
span { border-color: rgb(229,102,220); }
td.TdClassName
{
border-color: #E566DC;
}
.TagClassName
{
border-color: #E566DC;
}
</style>