Html Css Color HEX #E959C5 Free Speech Magenta
📋 copy color: '#E959C5'red 233 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #E959C5
Tints of Free Speech Magenta #E959C5
RGB
CMYK
RGB Variations
Color information
#E959C5 (or 0xE959C5) is known color: Free Speech Magenta. HEX triplet: E9, 59 and C5. RGB value is (233,89,197). Sum of RGB (Red+Green+Blue) = 233+89+197=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E959C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959C5 is #16A63A. Grayscale: #909090. Windows color (decimal): -1484347 or 12933609. OLE color: 12933609.
HSL color Cylindrical-coordinate representation of color #E959C5: hue angle of 315º 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 #E959C5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 197 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.09 |
| HSL | 315º | 0.77% | 0.63% | - |
| HSV(B) | 315º | 0.62% | 0.91% | - |
| XYZ | 47.25 | 28.5 | 55.83 | - |
| YUV | 144.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 197 | 0 | 0.62 | 0.15 | 0.09 | 315 | 0.77 | 0.63 |
| Hex | E9 | 59 | C5 | 0 | 3E | F | 9 | 13B | 4D | 3F |
| Octal | 351 | 131 | 305 | 0 | 76 | 17 | 11 | 473 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11000101 | 0 | 111110 | 1111 | 1001 | 100111011 | 1001101 | 111111 |
Color Harmonies of #E959C5
Complementary color
Monochromatic Colors of #E959C5
Black with #E959C5
Text Example
Text Example
White with #E959C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959C5; }
p { color: rgb(233,89,197); }
H1.HeaderClassName
{
color: #E959C5;
}
.AnyTagClassName
{
color: #E959C5;
}
</style>
background-color css
<style>
a { background-color: #E959C5; }
a { background-color: rgb(233,89,197); }
div.DivClassName
{
background-color: #E959C5;
}
.BgClassName
{
background-color: #E959C5;
}
</style>
border-color css
<style>
span { border-color: #E959C5; }
span { border-color: rgb(233,89,197); }
td.TdClassName
{
border-color: #E959C5;
}
.TagClassName
{
border-color: #E959C5;
}
</style>