Html Css Color HEX #E958D0 Free Speech Magenta
📋 copy color: '#E958D0'red 233 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #E958D0
Tints of Free Speech Magenta #E958D0
RGB
CMYK
RGB Variations
Color information
#E958D0 (or 0xE958D0) is known color: Free Speech Magenta. HEX triplet: E9, 58 and D0. RGB value is (233,88,208). Sum of RGB (Red+Green+Blue) = 233+88+208=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E958D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958D0 is #16A72F. Grayscale: #909090. Windows color (decimal): -1484592 or 13654249. OLE color: 13654249.
HSL color Cylindrical-coordinate representation of color #E958D0: hue angle of 310.34º degrees, saturation: 0.77, 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 #E958D0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 208 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.09 |
| HSL | 310.34º | 0.77% | 0.63% | - |
| HSV(B) | 310.34º | 0.62% | 0.91% | - |
| XYZ | 48.48 | 28.86 | 62.69 | - |
| YUV | 145.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 208 | 0 | 0.62 | 0.11 | 0.09 | 310.34 | 0.77 | 0.63 |
| Hex | E9 | 58 | D0 | 0 | 3E | B | 9 | 136 | 4D | 3F |
| Octal | 351 | 130 | 320 | 0 | 76 | 13 | 11 | 466 | 115 | 77 |
| Binary | 11101001 | 1011000 | 11010000 | 0 | 111110 | 1011 | 1001 | 100110110 | 1001101 | 111111 |
Color Harmonies of #E958D0
Complementary color
Monochromatic Colors of #E958D0
Black with #E958D0
Text Example
Text Example
White with #E958D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958D0; }
p { color: rgb(233,88,208); }
H1.HeaderClassName
{
color: #E958D0;
}
.AnyTagClassName
{
color: #E958D0;
}
</style>
background-color css
<style>
a { background-color: #E958D0; }
a { background-color: rgb(233,88,208); }
div.DivClassName
{
background-color: #E958D0;
}
.BgClassName
{
background-color: #E958D0;
}
</style>
border-color css
<style>
span { border-color: #E958D0; }
span { border-color: rgb(233,88,208); }
td.TdClassName
{
border-color: #E958D0;
}
.TagClassName
{
border-color: #E958D0;
}
</style>