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