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