Html Css Color HEX #E961C8 Free Speech Magenta
📋 copy color: '#E961C8'red 233 ◦ green 97 ◦ blue 200
Shades of Free Speech Magenta #E961C8
Tints of Free Speech Magenta #E961C8
RGB
CMYK
RGB Variations
Color information
#E961C8 (or 0xE961C8) is known color: Free Speech Magenta. HEX triplet: E9, 61 and C8. RGB value is (233,97,200). Sum of RGB (Red+Green+Blue) = 233+97+200=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E961C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961C8 is #169E37. Grayscale: #959595. Windows color (decimal): -1482296 or 13132265. OLE color: 13132265.
HSL color Cylindrical-coordinate representation of color #E961C8: hue angle of 314.56º 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 #E961C8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 200 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.09 |
| HSL | 314.56º | 0.76% | 0.65% | - |
| HSV(B) | 314.56º | 0.58% | 0.91% | - |
| XYZ | 48.3 | 30.04 | 57.9 | - |
| YUV | 149.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 200 | 0 | 0.58 | 0.14 | 0.09 | 314.56 | 0.76 | 0.65 |
| Hex | E9 | 61 | C8 | 0 | 3A | E | 9 | 13B | 4C | 41 |
| Octal | 351 | 141 | 310 | 0 | 72 | 16 | 11 | 473 | 114 | 101 |
| Binary | 11101001 | 1100001 | 11001000 | 0 | 111010 | 1110 | 1001 | 100111011 | 1001100 | 1000001 |
Color Harmonies of #E961C8
Complementary color
Monochromatic Colors of #E961C8
Black with #E961C8
Text Example
Text Example
White with #E961C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961C8; }
p { color: rgb(233,97,200); }
H1.HeaderClassName
{
color: #E961C8;
}
.AnyTagClassName
{
color: #E961C8;
}
</style>
background-color css
<style>
a { background-color: #E961C8; }
a { background-color: rgb(233,97,200); }
div.DivClassName
{
background-color: #E961C8;
}
.BgClassName
{
background-color: #E961C8;
}
</style>
border-color css
<style>
span { border-color: #E961C8; }
span { border-color: rgb(233,97,200); }
td.TdClassName
{
border-color: #E961C8;
}
.TagClassName
{
border-color: #E961C8;
}
</style>