Html Css Color HEX #E964C9 Free Speech Magenta
📋 copy color: '#E964C9'red 233 ◦ green 100 ◦ blue 201
Shades of Free Speech Magenta #E964C9
Tints of Free Speech Magenta #E964C9
RGB
CMYK
RGB Variations
Color information
#E964C9 (or 0xE964C9) is known color: Free Speech Magenta. HEX triplet: E9, 64 and C9. RGB value is (233,100,201). Sum of RGB (Red+Green+Blue) = 233+100+201=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E964C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964C9 is #169B36. Grayscale: #979797. Windows color (decimal): -1481527 or 13198569. OLE color: 13198569.
HSL color Cylindrical-coordinate representation of color #E964C9: hue angle of 314.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964C9 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 201 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.09 |
| HSL | 314.44º | 0.75% | 0.65% | - |
| HSV(B) | 314.44º | 0.57% | 0.91% | - |
| XYZ | 48.7 | 30.66 | 58.61 | - |
| YUV | 151.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 201 | 0 | 0.57 | 0.14 | 0.09 | 314.44 | 0.75 | 0.65 |
| Hex | E9 | 64 | C9 | 0 | 39 | E | 9 | 13A | 4B | 41 |
| Octal | 351 | 144 | 311 | 0 | 71 | 16 | 11 | 472 | 113 | 101 |
| Binary | 11101001 | 1100100 | 11001001 | 0 | 111001 | 1110 | 1001 | 100111010 | 1001011 | 1000001 |
Color Harmonies of #E964C9
Complementary color
Monochromatic Colors of #E964C9
Black with #E964C9
Text Example
Text Example
White with #E964C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964C9; }
p { color: rgb(233,100,201); }
H1.HeaderClassName
{
color: #E964C9;
}
.AnyTagClassName
{
color: #E964C9;
}
</style>
background-color css
<style>
a { background-color: #E964C9; }
a { background-color: rgb(233,100,201); }
div.DivClassName
{
background-color: #E964C9;
}
.BgClassName
{
background-color: #E964C9;
}
</style>
border-color css
<style>
span { border-color: #E964C9; }
span { border-color: rgb(233,100,201); }
td.TdClassName
{
border-color: #E964C9;
}
.TagClassName
{
border-color: #E964C9;
}
</style>