Html Css Color HEX #E85DC1 Free Speech Magenta
📋 copy color: '#E85DC1'red 232 ◦ green 93 ◦ blue 193
Shades of Free Speech Magenta #E85DC1
Tints of Free Speech Magenta #E85DC1
RGB
CMYK
RGB Variations
Color information
#E85DC1 (or 0xE85DC1) is known color: Free Speech Magenta. HEX triplet: E8, 5D and C1. RGB value is (232,93,193). Sum of RGB (Red+Green+Blue) = 232+93+193=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DC1 is #17A23E. Grayscale: #919191. Windows color (decimal): -1548863 or 12672488. OLE color: 12672488.
HSL color Cylindrical-coordinate representation of color #E85DC1: hue angle of 316.83º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DC1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 193 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.09 |
| HSL | 316.83º | 0.75% | 0.64% | - |
| HSV(B) | 316.83º | 0.6% | 0.91% | - |
| XYZ | 46.82 | 28.83 | 53.55 | - |
| YUV | 145.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 193 | 0 | 0.60 | 0.17 | 0.09 | 316.83 | 0.75 | 0.64 |
| Hex | E8 | 5D | C1 | 0 | 3C | 11 | 9 | 13D | 4B | 40 |
| Octal | 350 | 135 | 301 | 0 | 74 | 21 | 11 | 475 | 113 | 100 |
| Binary | 11101000 | 1011101 | 11000001 | 0 | 111100 | 10001 | 1001 | 100111101 | 1001011 | 1000000 |
Color Harmonies of #E85DC1
Complementary color
Monochromatic Colors of #E85DC1
Black with #E85DC1
Text Example
Text Example
White with #E85DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DC1; }
p { color: rgb(232,93,193); }
H1.HeaderClassName
{
color: #E85DC1;
}
.AnyTagClassName
{
color: #E85DC1;
}
</style>
background-color css
<style>
a { background-color: #E85DC1; }
a { background-color: rgb(232,93,193); }
div.DivClassName
{
background-color: #E85DC1;
}
.BgClassName
{
background-color: #E85DC1;
}
</style>
border-color css
<style>
span { border-color: #E85DC1; }
span { border-color: rgb(232,93,193); }
td.TdClassName
{
border-color: #E85DC1;
}
.TagClassName
{
border-color: #E85DC1;
}
</style>