Html Css Color HEX #E955C9 Free Speech Magenta
📋 copy color: '#E955C9'red 233 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #E955C9
Tints of Free Speech Magenta #E955C9
RGB
CMYK
RGB Variations
Color information
#E955C9 (or 0xE955C9) is known color: Free Speech Magenta. HEX triplet: E9, 55 and C9. RGB value is (233,85,201). Sum of RGB (Red+Green+Blue) = 233+85+201=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E955C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955C9 is #16AA36. Grayscale: #8E8E8E. Windows color (decimal): -1485367 or 13194729. OLE color: 13194729.
HSL color Cylindrical-coordinate representation of color #E955C9: hue angle of 312.97º 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 #E955C9 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 201 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.09 |
| HSL | 312.97º | 0.77% | 0.62% | - |
| HSV(B) | 312.97º | 0.64% | 0.91% | - |
| XYZ | 47.4 | 28.04 | 58.17 | - |
| YUV | 142.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 201 | 0 | 0.64 | 0.14 | 0.09 | 312.97 | 0.77 | 0.62 |
| Hex | E9 | 55 | C9 | 0 | 40 | E | 9 | 139 | 4D | 3E |
| Octal | 351 | 125 | 311 | 0 | 100 | 16 | 11 | 471 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11001001 | 0 | 1000000 | 1110 | 1001 | 100111001 | 1001101 | 111110 |
Color Harmonies of #E955C9
Complementary color
Monochromatic Colors of #E955C9
Black with #E955C9
Text Example
Text Example
White with #E955C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955C9; }
p { color: rgb(233,85,201); }
H1.HeaderClassName
{
color: #E955C9;
}
.AnyTagClassName
{
color: #E955C9;
}
</style>
background-color css
<style>
a { background-color: #E955C9; }
a { background-color: rgb(233,85,201); }
div.DivClassName
{
background-color: #E955C9;
}
.BgClassName
{
background-color: #E955C9;
}
</style>
border-color css
<style>
span { border-color: #E955C9; }
span { border-color: rgb(233,85,201); }
td.TdClassName
{
border-color: #E955C9;
}
.TagClassName
{
border-color: #E955C9;
}
</style>