Html Css Color HEX #E865C8 Free Speech Magenta
📋 copy color: '#E865C8'red 232 ◦ green 101 ◦ blue 200
Shades of Free Speech Magenta #E865C8
Tints of Free Speech Magenta #E865C8
RGB
CMYK
RGB Variations
Color information
#E865C8 (or 0xE865C8) is known color: Free Speech Magenta. HEX triplet: E8, 65 and C8. RGB value is (232,101,200). Sum of RGB (Red+Green+Blue) = 232+101+200=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C8 is #179A37. Grayscale: #979797. Windows color (decimal): -1546808 or 13133288. OLE color: 13133288.
HSL color Cylindrical-coordinate representation of color #E865C8: hue angle of 314.66º 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 #E865C8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 200 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.09 |
| HSL | 314.66º | 0.74% | 0.65% | - |
| HSV(B) | 314.66º | 0.56% | 0.91% | - |
| XYZ | 48.36 | 30.63 | 58.01 | - |
| YUV | 151.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 200 | 0 | 0.56 | 0.14 | 0.09 | 314.66 | 0.74 | 0.65 |
| Hex | E8 | 65 | C8 | 0 | 38 | E | 9 | 13B | 4A | 41 |
| Octal | 350 | 145 | 310 | 0 | 70 | 16 | 11 | 473 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11001000 | 0 | 111000 | 1110 | 1001 | 100111011 | 1001010 | 1000001 |
Color Harmonies of #E865C8
Complementary color
Monochromatic Colors of #E865C8
Black with #E865C8
Text Example
Text Example
White with #E865C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865C8; }
p { color: rgb(232,101,200); }
H1.HeaderClassName
{
color: #E865C8;
}
.AnyTagClassName
{
color: #E865C8;
}
</style>
background-color css
<style>
a { background-color: #E865C8; }
a { background-color: rgb(232,101,200); }
div.DivClassName
{
background-color: #E865C8;
}
.BgClassName
{
background-color: #E865C8;
}
</style>
border-color css
<style>
span { border-color: #E865C8; }
span { border-color: rgb(232,101,200); }
td.TdClassName
{
border-color: #E865C8;
}
.TagClassName
{
border-color: #E865C8;
}
</style>