Html Css Color HEX #E961C9 Free Speech Magenta
📋 copy color: '#E961C9'red 233 ◦ green 97 ◦ blue 201
Shades of Free Speech Magenta #E961C9
Tints of Free Speech Magenta #E961C9
RGB
CMYK
RGB Variations
Color information
#E961C9 (or 0xE961C9) is known color: Free Speech Magenta. HEX triplet: E9, 61 and C9. RGB value is (233,97,201). Sum of RGB (Red+Green+Blue) = 233+97+201=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E961C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961C9 is #169E36. Grayscale: #959595. Windows color (decimal): -1482295 or 13197801. OLE color: 13197801.
HSL color Cylindrical-coordinate representation of color #E961C9: hue angle of 314.12º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961C9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 201 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.09 |
| HSL | 314.12º | 0.76% | 0.65% | - |
| HSV(B) | 314.12º | 0.58% | 0.91% | - |
| XYZ | 48.42 | 30.09 | 58.51 | - |
| YUV | 149.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 201 | 0 | 0.58 | 0.14 | 0.09 | 314.12 | 0.76 | 0.65 |
| Hex | E9 | 61 | C9 | 0 | 3A | E | 9 | 13A | 4C | 41 |
| Octal | 351 | 141 | 311 | 0 | 72 | 16 | 11 | 472 | 114 | 101 |
| Binary | 11101001 | 1100001 | 11001001 | 0 | 111010 | 1110 | 1001 | 100111010 | 1001100 | 1000001 |
Color Harmonies of #E961C9
Complementary color
Monochromatic Colors of #E961C9
Black with #E961C9
Text Example
Text Example
White with #E961C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961C9; }
p { color: rgb(233,97,201); }
H1.HeaderClassName
{
color: #E961C9;
}
.AnyTagClassName
{
color: #E961C9;
}
</style>
background-color css
<style>
a { background-color: #E961C9; }
a { background-color: rgb(233,97,201); }
div.DivClassName
{
background-color: #E961C9;
}
.BgClassName
{
background-color: #E961C9;
}
</style>
border-color css
<style>
span { border-color: #E961C9; }
span { border-color: rgb(233,97,201); }
td.TdClassName
{
border-color: #E961C9;
}
.TagClassName
{
border-color: #E961C9;
}
</style>