Html Css Color HEX #E954E9 Free Speech Magenta
📋 copy color: '#E954E9'red 233 ◦ green 84 ◦ blue 233
Shades of Free Speech Magenta #E954E9
Tints of Free Speech Magenta #E954E9
RGB
CMYK
RGB Variations
Color information
#E954E9 (or 0xE954E9) is known color: Free Speech Magenta. HEX triplet: E9, 54 and E9. RGB value is (233,84,233). Sum of RGB (Red+Green+Blue) = 233+84+233=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E954E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954E9 is #16AB16. Grayscale: #919191. Windows color (decimal): -1485591 or 15291625. OLE color: 15291625.
HSL color Cylindrical-coordinate representation of color #E954E9: hue angle of 300º 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 #E954E9 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 233 | - |
| CMYK | 0 | 0.64 | 0 | 0.09 |
| HSL | 300º | 0.77% | 0.62% | - |
| HSV(B) | 300º | 0.64% | 0.91% | - |
| XYZ | 51.48 | 29.55 | 80.08 | - |
| YUV | 145.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 233 | 0 | 0.64 | 0 | 0.09 | 300 | 0.77 | 0.62 |
| Hex | E9 | 54 | E9 | 0 | 40 | 0 | 9 | 12C | 4D | 3E |
| Octal | 351 | 124 | 351 | 0 | 100 | 0 | 11 | 454 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11101001 | 0 | 1000000 | 0 | 1001 | 100101100 | 1001101 | 111110 |
Color Harmonies of #E954E9
Complementary color
Monochromatic Colors of #E954E9
Black with #E954E9
Text Example
Text Example
White with #E954E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954E9; }
p { color: rgb(233,84,233); }
H1.HeaderClassName
{
color: #E954E9;
}
.AnyTagClassName
{
color: #E954E9;
}
</style>
background-color css
<style>
a { background-color: #E954E9; }
a { background-color: rgb(233,84,233); }
div.DivClassName
{
background-color: #E954E9;
}
.BgClassName
{
background-color: #E954E9;
}
</style>
border-color css
<style>
span { border-color: #E954E9; }
span { border-color: rgb(233,84,233); }
td.TdClassName
{
border-color: #E954E9;
}
.TagClassName
{
border-color: #E954E9;
}
</style>