Html Css Color HEX #E858D5 Free Speech Magenta
📋 copy color: '#E858D5'red 232 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #E858D5
Tints of Free Speech Magenta #E858D5
RGB
CMYK
RGB Variations
Color information
#E858D5 (or 0xE858D5) is known color: Free Speech Magenta. HEX triplet: E8, 58 and D5. RGB value is (232,88,213). Sum of RGB (Red+Green+Blue) = 232+88+213=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E858D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858D5 is #17A72A. Grayscale: #909090. Windows color (decimal): -1550123 or 13981928. OLE color: 13981928.
HSL color Cylindrical-coordinate representation of color #E858D5: hue angle of 307.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E858D5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 213 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.09 |
| HSL | 307.92º | 0.76% | 0.63% | - |
| HSV(B) | 307.92º | 0.62% | 0.91% | - |
| XYZ | 48.78 | 28.94 | 65.97 | - |
| YUV | 145.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 213 | 0 | 0.62 | 0.08 | 0.09 | 307.92 | 0.76 | 0.63 |
| Hex | E8 | 58 | D5 | 0 | 3E | 8 | 9 | 134 | 4C | 3F |
| Octal | 350 | 130 | 325 | 0 | 76 | 10 | 11 | 464 | 114 | 77 |
| Binary | 11101000 | 1011000 | 11010101 | 0 | 111110 | 1000 | 1001 | 100110100 | 1001100 | 111111 |
Color Harmonies of #E858D5
Complementary color
Monochromatic Colors of #E858D5
Black with #E858D5
Text Example
Text Example
White with #E858D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858D5; }
p { color: rgb(232,88,213); }
H1.HeaderClassName
{
color: #E858D5;
}
.AnyTagClassName
{
color: #E858D5;
}
</style>
background-color css
<style>
a { background-color: #E858D5; }
a { background-color: rgb(232,88,213); }
div.DivClassName
{
background-color: #E858D5;
}
.BgClassName
{
background-color: #E858D5;
}
</style>
border-color css
<style>
span { border-color: #E858D5; }
span { border-color: rgb(232,88,213); }
td.TdClassName
{
border-color: #E858D5;
}
.TagClassName
{
border-color: #E858D5;
}
</style>