Html Css Color HEX #E866DD Free Speech Magenta
📋 copy color: '#E866DD'red 232 ◦ green 102 ◦ blue 221
Shades of Free Speech Magenta #E866DD
Tints of Free Speech Magenta #E866DD
RGB
CMYK
RGB Variations
Color information
#E866DD (or 0xE866DD) is known color: Free Speech Magenta. HEX triplet: E8, 66 and DD. RGB value is (232,102,221). Sum of RGB (Red+Green+Blue) = 232+102+221=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E866DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E866DD is #179922. Grayscale: #9A9A9A. Windows color (decimal): -1546531 or 14509800. OLE color: 14509800.
HSL color Cylindrical-coordinate representation of color #E866DD: hue angle of 305.08º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E866DD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 221 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.09 |
| HSL | 305.08º | 0.74% | 0.65% | - |
| HSV(B) | 305.08º | 0.56% | 0.91% | - |
| XYZ | 51.08 | 31.88 | 71.87 | - |
| YUV | 154.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 221 | 0 | 0.56 | 0.05 | 0.09 | 305.08 | 0.74 | 0.65 |
| Hex | E8 | 66 | DD | 0 | 38 | 5 | 9 | 131 | 4A | 41 |
| Octal | 350 | 146 | 335 | 0 | 70 | 5 | 11 | 461 | 112 | 101 |
| Binary | 11101000 | 1100110 | 11011101 | 0 | 111000 | 101 | 1001 | 100110001 | 1001010 | 1000001 |
Color Harmonies of #E866DD
Complementary color
Monochromatic Colors of #E866DD
Black with #E866DD
Text Example
Text Example
White with #E866DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866DD; }
p { color: rgb(232,102,221); }
H1.HeaderClassName
{
color: #E866DD;
}
.AnyTagClassName
{
color: #E866DD;
}
</style>
background-color css
<style>
a { background-color: #E866DD; }
a { background-color: rgb(232,102,221); }
div.DivClassName
{
background-color: #E866DD;
}
.BgClassName
{
background-color: #E866DD;
}
</style>
border-color css
<style>
span { border-color: #E866DD; }
span { border-color: rgb(232,102,221); }
td.TdClassName
{
border-color: #E866DD;
}
.TagClassName
{
border-color: #E866DD;
}
</style>