Html Css Color HEX #E865E6 Free Speech Magenta
📋 copy color: '#E865E6'red 232 ◦ green 101 ◦ blue 230
Shades of Free Speech Magenta #E865E6
Tints of Free Speech Magenta #E865E6
RGB
CMYK
RGB Variations
Color information
#E865E6 (or 0xE865E6) is known color: Free Speech Magenta. HEX triplet: E8, 65 and E6. RGB value is (232,101,230). Sum of RGB (Red+Green+Blue) = 232+101+230=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E865E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865E6 is #179A19. Grayscale: #9A9A9A. Windows color (decimal): -1546778 or 15099368. OLE color: 15099368.
HSL color Cylindrical-coordinate representation of color #E865E6: hue angle of 300.92º 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 #E865E6 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 230 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.09 |
| HSL | 300.92º | 0.74% | 0.65% | - |
| HSV(B) | 300.92º | 0.56% | 0.91% | - |
| XYZ | 52.22 | 32.18 | 78.32 | - |
| YUV | 154.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 230 | 0 | 0.56 | 0.01 | 0.09 | 300.92 | 0.74 | 0.65 |
| Hex | E8 | 65 | E6 | 0 | 38 | 1 | 9 | 12D | 4A | 41 |
| Octal | 350 | 145 | 346 | 0 | 70 | 1 | 11 | 455 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11100110 | 0 | 111000 | 1 | 1001 | 100101101 | 1001010 | 1000001 |
Color Harmonies of #E865E6
Complementary color
Monochromatic Colors of #E865E6
Black with #E865E6
Text Example
Text Example
White with #E865E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865E6; }
p { color: rgb(232,101,230); }
H1.HeaderClassName
{
color: #E865E6;
}
.AnyTagClassName
{
color: #E865E6;
}
</style>
background-color css
<style>
a { background-color: #E865E6; }
a { background-color: rgb(232,101,230); }
div.DivClassName
{
background-color: #E865E6;
}
.BgClassName
{
background-color: #E865E6;
}
</style>
border-color css
<style>
span { border-color: #E865E6; }
span { border-color: rgb(232,101,230); }
td.TdClassName
{
border-color: #E865E6;
}
.TagClassName
{
border-color: #E865E6;
}
</style>