Html Css Color HEX #E866D0 Free Speech Magenta
📋 copy color: '#E866D0'red 232 ◦ green 102 ◦ blue 208
Shades of Free Speech Magenta #E866D0
Tints of Free Speech Magenta #E866D0
RGB
CMYK
RGB Variations
Color information
#E866D0 (or 0xE866D0) is known color: Free Speech Magenta. HEX triplet: E8, 66 and D0. RGB value is (232,102,208). Sum of RGB (Red+Green+Blue) = 232+102+208=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E866D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E866D0 is #17992F. Grayscale: #989898. Windows color (decimal): -1546544 or 13657832. OLE color: 13657832.
HSL color Cylindrical-coordinate representation of color #E866D0: hue angle of 311.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 #E866D0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 208 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.09 |
| HSL | 311.08º | 0.74% | 0.65% | - |
| HSV(B) | 311.08º | 0.56% | 0.91% | - |
| XYZ | 49.42 | 31.21 | 63.09 | - |
| YUV | 152.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 208 | 0 | 0.56 | 0.10 | 0.09 | 311.08 | 0.74 | 0.65 |
| Hex | E8 | 66 | D0 | 0 | 38 | A | 9 | 137 | 4A | 41 |
| Octal | 350 | 146 | 320 | 0 | 70 | 12 | 11 | 467 | 112 | 101 |
| Binary | 11101000 | 1100110 | 11010000 | 0 | 111000 | 1010 | 1001 | 100110111 | 1001010 | 1000001 |
Color Harmonies of #E866D0
Complementary color
Monochromatic Colors of #E866D0
Black with #E866D0
Text Example
Text Example
White with #E866D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866D0; }
p { color: rgb(232,102,208); }
H1.HeaderClassName
{
color: #E866D0;
}
.AnyTagClassName
{
color: #E866D0;
}
</style>
background-color css
<style>
a { background-color: #E866D0; }
a { background-color: rgb(232,102,208); }
div.DivClassName
{
background-color: #E866D0;
}
.BgClassName
{
background-color: #E866D0;
}
</style>
border-color css
<style>
span { border-color: #E866D0; }
span { border-color: rgb(232,102,208); }
td.TdClassName
{
border-color: #E866D0;
}
.TagClassName
{
border-color: #E866D0;
}
</style>