Html Css Color HEX #E845D9 Free Speech Magenta
📋 copy color: '#E845D9'red 232 ◦ green 69 ◦ blue 217
Shades of Free Speech Magenta #E845D9
Tints of Free Speech Magenta #E845D9
RGB
CMYK
RGB Variations
Color information
#E845D9 (or 0xE845D9) is known color: Free Speech Magenta. HEX triplet: E8, 45 and D9. RGB value is (232,69,217). Sum of RGB (Red+Green+Blue) = 232+69+217=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E845D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845D9 is #17BA26. Grayscale: #868686. Windows color (decimal): -1554983 or 14239208. OLE color: 14239208.
HSL color Cylindrical-coordinate representation of color #E845D9: hue angle of 305.52º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E845D9 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 217 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.09 |
| HSL | 305.52º | 0.78% | 0.59% | - |
| HSV(B) | 305.52º | 0.7% | 0.91% | - |
| XYZ | 47.93 | 26.42 | 68.22 | - |
| YUV | 134.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 217 | 0 | 0.70 | 0.06 | 0.09 | 305.52 | 0.78 | 0.59 |
| Hex | E8 | 45 | D9 | 0 | 46 | 6 | 9 | 132 | 4E | 3B |
| Octal | 350 | 105 | 331 | 0 | 106 | 6 | 11 | 462 | 116 | 73 |
| Binary | 11101000 | 1000101 | 11011001 | 0 | 1000110 | 110 | 1001 | 100110010 | 1001110 | 111011 |
Color Harmonies of #E845D9
Complementary color
Monochromatic Colors of #E845D9
Black with #E845D9
Text Example
Text Example
White with #E845D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845D9; }
p { color: rgb(232,69,217); }
H1.HeaderClassName
{
color: #E845D9;
}
.AnyTagClassName
{
color: #E845D9;
}
</style>
background-color css
<style>
a { background-color: #E845D9; }
a { background-color: rgb(232,69,217); }
div.DivClassName
{
background-color: #E845D9;
}
.BgClassName
{
background-color: #E845D9;
}
</style>
border-color css
<style>
span { border-color: #E845D9; }
span { border-color: rgb(232,69,217); }
td.TdClassName
{
border-color: #E845D9;
}
.TagClassName
{
border-color: #E845D9;
}
</style>