Html Css Color HEX #E955C5 Free Speech Magenta
📋 copy color: '#E955C5'red 233 ◦ green 85 ◦ blue 197
Shades of Free Speech Magenta #E955C5
Tints of Free Speech Magenta #E955C5
RGB
CMYK
RGB Variations
Color information
#E955C5 (or 0xE955C5) is known color: Free Speech Magenta. HEX triplet: E9, 55 and C5. RGB value is (233,85,197). Sum of RGB (Red+Green+Blue) = 233+85+197=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E955C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955C5 is #16AA3A. Grayscale: #8D8D8D. Windows color (decimal): -1485371 or 12932585. OLE color: 12932585.
HSL color Cylindrical-coordinate representation of color #E955C5: hue angle of 314.59º 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 #E955C5 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 197 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.09 |
| HSL | 314.59º | 0.77% | 0.62% | - |
| HSV(B) | 314.59º | 0.64% | 0.91% | - |
| XYZ | 46.93 | 27.85 | 55.73 | - |
| YUV | 142.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 197 | 0 | 0.64 | 0.15 | 0.09 | 314.59 | 0.77 | 0.62 |
| Hex | E9 | 55 | C5 | 0 | 40 | F | 9 | 13B | 4D | 3E |
| Octal | 351 | 125 | 305 | 0 | 100 | 17 | 11 | 473 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11000101 | 0 | 1000000 | 1111 | 1001 | 100111011 | 1001101 | 111110 |
Color Harmonies of #E955C5
Complementary color
Monochromatic Colors of #E955C5
Black with #E955C5
Text Example
Text Example
White with #E955C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955C5; }
p { color: rgb(233,85,197); }
H1.HeaderClassName
{
color: #E955C5;
}
.AnyTagClassName
{
color: #E955C5;
}
</style>
background-color css
<style>
a { background-color: #E955C5; }
a { background-color: rgb(233,85,197); }
div.DivClassName
{
background-color: #E955C5;
}
.BgClassName
{
background-color: #E955C5;
}
</style>
border-color css
<style>
span { border-color: #E955C5; }
span { border-color: rgb(233,85,197); }
td.TdClassName
{
border-color: #E955C5;
}
.TagClassName
{
border-color: #E955C5;
}
</style>