Html Css Color HEX #E865C7 Free Speech Magenta
📋 copy color: '#E865C7'red 232 ◦ green 101 ◦ blue 199
Shades of Free Speech Magenta #E865C7
Tints of Free Speech Magenta #E865C7
RGB
CMYK
RGB Variations
Color information
#E865C7 (or 0xE865C7) is known color: Free Speech Magenta. HEX triplet: E8, 65 and C7. RGB value is (232,101,199). Sum of RGB (Red+Green+Blue) = 232+101+199=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E865C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865C7 is #179A38. Grayscale: #979797. Windows color (decimal): -1546809 or 13067752. OLE color: 13067752.
HSL color Cylindrical-coordinate representation of color #E865C7: hue angle of 315.11º 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 #E865C7 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 199 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.09 |
| HSL | 315.11º | 0.74% | 0.65% | - |
| HSV(B) | 315.11º | 0.56% | 0.91% | - |
| XYZ | 48.24 | 30.59 | 57.39 | - |
| YUV | 151.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 199 | 0 | 0.56 | 0.14 | 0.09 | 315.11 | 0.74 | 0.65 |
| Hex | E8 | 65 | C7 | 0 | 38 | E | 9 | 13B | 4A | 41 |
| Octal | 350 | 145 | 307 | 0 | 70 | 16 | 11 | 473 | 112 | 101 |
| Binary | 11101000 | 1100101 | 11000111 | 0 | 111000 | 1110 | 1001 | 100111011 | 1001010 | 1000001 |
Color Harmonies of #E865C7
Complementary color
Monochromatic Colors of #E865C7
Black with #E865C7
Text Example
Text Example
White with #E865C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865C7; }
p { color: rgb(232,101,199); }
H1.HeaderClassName
{
color: #E865C7;
}
.AnyTagClassName
{
color: #E865C7;
}
</style>
background-color css
<style>
a { background-color: #E865C7; }
a { background-color: rgb(232,101,199); }
div.DivClassName
{
background-color: #E865C7;
}
.BgClassName
{
background-color: #E865C7;
}
</style>
border-color css
<style>
span { border-color: #E865C7; }
span { border-color: rgb(232,101,199); }
td.TdClassName
{
border-color: #E865C7;
}
.TagClassName
{
border-color: #E865C7;
}
</style>