Html Css Color HEX #E866D3 Free Speech Magenta
📋 copy color: '#E866D3'red 232 ◦ green 102 ◦ blue 211
Shades of Free Speech Magenta #E866D3
Tints of Free Speech Magenta #E866D3
RGB
CMYK
RGB Variations
Color information
#E866D3 (or 0xE866D3) is known color: Free Speech Magenta. HEX triplet: E8, 66 and D3. RGB value is (232,102,211). Sum of RGB (Red+Green+Blue) = 232+102+211=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E866D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E866D3 is #17992C. Grayscale: #989898. Windows color (decimal): -1546541 or 13854440. OLE color: 13854440.
HSL color Cylindrical-coordinate representation of color #E866D3: hue angle of 309.69º 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 #E866D3 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 211 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.09 |
| HSL | 309.69º | 0.74% | 0.65% | - |
| HSV(B) | 309.69º | 0.56% | 0.91% | - |
| XYZ | 49.79 | 31.36 | 65.06 | - |
| YUV | 153.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 211 | 0 | 0.56 | 0.09 | 0.09 | 309.69 | 0.74 | 0.65 |
| Hex | E8 | 66 | D3 | 0 | 38 | 9 | 9 | 136 | 4A | 41 |
| Octal | 350 | 146 | 323 | 0 | 70 | 11 | 11 | 466 | 112 | 101 |
| Binary | 11101000 | 1100110 | 11010011 | 0 | 111000 | 1001 | 1001 | 100110110 | 1001010 | 1000001 |
Color Harmonies of #E866D3
Complementary color
Monochromatic Colors of #E866D3
Black with #E866D3
Text Example
Text Example
White with #E866D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E866D3; }
p { color: rgb(232,102,211); }
H1.HeaderClassName
{
color: #E866D3;
}
.AnyTagClassName
{
color: #E866D3;
}
</style>
background-color css
<style>
a { background-color: #E866D3; }
a { background-color: rgb(232,102,211); }
div.DivClassName
{
background-color: #E866D3;
}
.BgClassName
{
background-color: #E866D3;
}
</style>
border-color css
<style>
span { border-color: #E866D3; }
span { border-color: rgb(232,102,211); }
td.TdClassName
{
border-color: #E866D3;
}
.TagClassName
{
border-color: #E866D3;
}
</style>