Html Css Color HEX #E955C7 Free Speech Magenta
📋 copy color: '#E955C7'red 233 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #E955C7
Tints of Free Speech Magenta #E955C7
RGB
CMYK
RGB Variations
Color information
#E955C7 (or 0xE955C7) is known color: Free Speech Magenta. HEX triplet: E9, 55 and C7. RGB value is (233,85,199). Sum of RGB (Red+Green+Blue) = 233+85+199=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E955C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955C7 is #16AA38. Grayscale: #8D8D8D. Windows color (decimal): -1485369 or 13063657. OLE color: 13063657.
HSL color Cylindrical-coordinate representation of color #E955C7: hue angle of 313.78º 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 #E955C7 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 199 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.09 |
| HSL | 313.78º | 0.77% | 0.62% | - |
| HSV(B) | 313.78º | 0.64% | 0.91% | - |
| XYZ | 47.16 | 27.94 | 56.94 | - |
| YUV | 142.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 199 | 0 | 0.64 | 0.15 | 0.09 | 313.78 | 0.77 | 0.62 |
| Hex | E9 | 55 | C7 | 0 | 40 | F | 9 | 13A | 4D | 3E |
| Octal | 351 | 125 | 307 | 0 | 100 | 17 | 11 | 472 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11000111 | 0 | 1000000 | 1111 | 1001 | 100111010 | 1001101 | 111110 |
Color Harmonies of #E955C7
Complementary color
Monochromatic Colors of #E955C7
Black with #E955C7
Text Example
Text Example
White with #E955C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955C7; }
p { color: rgb(233,85,199); }
H1.HeaderClassName
{
color: #E955C7;
}
.AnyTagClassName
{
color: #E955C7;
}
</style>
background-color css
<style>
a { background-color: #E955C7; }
a { background-color: rgb(233,85,199); }
div.DivClassName
{
background-color: #E955C7;
}
.BgClassName
{
background-color: #E955C7;
}
</style>
border-color css
<style>
span { border-color: #E955C7; }
span { border-color: rgb(233,85,199); }
td.TdClassName
{
border-color: #E955C7;
}
.TagClassName
{
border-color: #E955C7;
}
</style>