Html Css Color HEX #E958DD Free Speech Magenta
📋 copy color: '#E958DD'red 233 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #E958DD
Tints of Free Speech Magenta #E958DD
RGB
CMYK
RGB Variations
Color information
#E958DD (or 0xE958DD) is known color: Free Speech Magenta. HEX triplet: E9, 58 and DD. RGB value is (233,88,221). Sum of RGB (Red+Green+Blue) = 233+88+221=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E958DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958DD is #16A722. Grayscale: #929292. Windows color (decimal): -1484579 or 14506217. OLE color: 14506217.
HSL color Cylindrical-coordinate representation of color #E958DD: hue angle of 304.97º 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 #E958DD is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 221 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.09 |
| HSL | 304.97º | 0.77% | 0.63% | - |
| HSV(B) | 304.97º | 0.62% | 0.91% | - |
| XYZ | 50.15 | 29.52 | 71.46 | - |
| YUV | 146.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 221 | 0 | 0.62 | 0.05 | 0.09 | 304.97 | 0.77 | 0.63 |
| Hex | E9 | 58 | DD | 0 | 3E | 5 | 9 | 131 | 4D | 3F |
| Octal | 351 | 130 | 335 | 0 | 76 | 5 | 11 | 461 | 115 | 77 |
| Binary | 11101001 | 1011000 | 11011101 | 0 | 111110 | 101 | 1001 | 100110001 | 1001101 | 111111 |
Color Harmonies of #E958DD
Complementary color
Monochromatic Colors of #E958DD
Black with #E958DD
Text Example
Text Example
White with #E958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958DD; }
p { color: rgb(233,88,221); }
H1.HeaderClassName
{
color: #E958DD;
}
.AnyTagClassName
{
color: #E958DD;
}
</style>
background-color css
<style>
a { background-color: #E958DD; }
a { background-color: rgb(233,88,221); }
div.DivClassName
{
background-color: #E958DD;
}
.BgClassName
{
background-color: #E958DD;
}
</style>
border-color css
<style>
span { border-color: #E958DD; }
span { border-color: rgb(233,88,221); }
td.TdClassName
{
border-color: #E958DD;
}
.TagClassName
{
border-color: #E958DD;
}
</style>