Html Css Color HEX #E954D9 Free Speech Magenta
📋 copy color: '#E954D9'red 233 ◦ green 84 ◦ blue 217
Shades of Free Speech Magenta #E954D9
Tints of Free Speech Magenta #E954D9
RGB
CMYK
RGB Variations
Color information
#E954D9 (or 0xE954D9) is known color: Free Speech Magenta. HEX triplet: E9, 54 and D9. RGB value is (233,84,217). Sum of RGB (Red+Green+Blue) = 233+84+217=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E954D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954D9 is #16AB26. Grayscale: #8F8F8F. Windows color (decimal): -1485607 or 14243049. OLE color: 14243049.
HSL color Cylindrical-coordinate representation of color #E954D9: hue angle of 306.44º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954D9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 217 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.09 |
| HSL | 306.44º | 0.77% | 0.62% | - |
| HSV(B) | 306.44º | 0.64% | 0.91% | - |
| XYZ | 49.3 | 28.67 | 68.58 | - |
| YUV | 143.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 217 | 0 | 0.64 | 0.07 | 0.09 | 306.44 | 0.77 | 0.62 |
| Hex | E9 | 54 | D9 | 0 | 40 | 7 | 9 | 132 | 4D | 3E |
| Octal | 351 | 124 | 331 | 0 | 100 | 7 | 11 | 462 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11011001 | 0 | 1000000 | 111 | 1001 | 100110010 | 1001101 | 111110 |
Color Harmonies of #E954D9
Complementary color
Monochromatic Colors of #E954D9
Black with #E954D9
Text Example
Text Example
White with #E954D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954D9; }
p { color: rgb(233,84,217); }
H1.HeaderClassName
{
color: #E954D9;
}
.AnyTagClassName
{
color: #E954D9;
}
</style>
background-color css
<style>
a { background-color: #E954D9; }
a { background-color: rgb(233,84,217); }
div.DivClassName
{
background-color: #E954D9;
}
.BgClassName
{
background-color: #E954D9;
}
</style>
border-color css
<style>
span { border-color: #E954D9; }
span { border-color: rgb(233,84,217); }
td.TdClassName
{
border-color: #E954D9;
}
.TagClassName
{
border-color: #E954D9;
}
</style>