Html Css Color HEX #E865D3 Free Speech Magenta
📋 copy color: '#E865D3'red 232 ◦ green 101 ◦ blue 211
Shades of Free Speech Magenta #E865D3
Tints of Free Speech Magenta #E865D3
RGB
CMYK
RGB Variations
Color information
#E865D3 (or 0xE865D3) is known color: Free Speech Magenta. HEX triplet: E8, 65 and D3. RGB value is (232,101,211). Sum of RGB (Red+Green+Blue) = 232+101+211=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E865D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865D3 is #179A2C. Grayscale: #989898. Windows color (decimal): -1546797 or 13854184. OLE color: 13854184.
HSL color Cylindrical-coordinate representation of color #E865D3: hue angle of 309.62º 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 #E865D3 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 211 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.09 |
| HSL | 309.62º | 0.74% | 0.65% | - |
| HSV(B) | 309.62º | 0.56% | 0.91% | - |
| XYZ | 49.69 | 31.17 | 65.02 | - |
| YUV | 152.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 211 | 0 | 0.56 | 0.09 | 0.09 | 309.62 | 0.74 | 0.65 |
| Hex | E8 | 65 | D3 | 0 | 38 | 9 | 9 | 136 | 4A | 41 |
| Octal | 350 | 145 | 323 | 0 | 70 | 11 | 11 | 466 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11010011 | 0 | 111000 | 1001 | 1001 | 100110110 | 1001010 | 1000001 |
Color Harmonies of #E865D3
Complementary color
Monochromatic Colors of #E865D3
Black with #E865D3
Text Example
Text Example
White with #E865D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865D3; }
p { color: rgb(232,101,211); }
H1.HeaderClassName
{
color: #E865D3;
}
.AnyTagClassName
{
color: #E865D3;
}
</style>
background-color css
<style>
a { background-color: #E865D3; }
a { background-color: rgb(232,101,211); }
div.DivClassName
{
background-color: #E865D3;
}
.BgClassName
{
background-color: #E865D3;
}
</style>
border-color css
<style>
span { border-color: #E865D3; }
span { border-color: rgb(232,101,211); }
td.TdClassName
{
border-color: #E865D3;
}
.TagClassName
{
border-color: #E865D3;
}
</style>