Html Css Color HEX #E94EE5 Free Speech Magenta
📋 copy color: '#E94EE5'red 233 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #E94EE5
Tints of Free Speech Magenta #E94EE5
RGB
CMYK
RGB Variations
Color information
#E94EE5 (or 0xE94EE5) is known color: Free Speech Magenta. HEX triplet: E9, 4E and E5. RGB value is (233,78,229). Sum of RGB (Red+Green+Blue) = 233+78+229=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E94EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94EE5 is #16B11A. Grayscale: #8D8D8D. Windows color (decimal): -1487131 or 15027945. OLE color: 15027945.
HSL color Cylindrical-coordinate representation of color #E94EE5: hue angle of 301.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94EE5 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 229 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.09 |
| HSL | 301.55º | 0.78% | 0.61% | - |
| HSV(B) | 301.55º | 0.67% | 0.91% | - |
| XYZ | 50.47 | 28.43 | 76.96 | - |
| YUV | 141.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 229 | 0 | 0.67 | 0.02 | 0.09 | 301.55 | 0.78 | 0.61 |
| Hex | E9 | 4E | E5 | 0 | 43 | 2 | 9 | 12E | 4E | 3D |
| Octal | 351 | 116 | 345 | 0 | 103 | 2 | 11 | 456 | 116 | 75 |
| Binary | 11101001 | 1001110 | 11100101 | 0 | 1000011 | 10 | 1001 | 100101110 | 1001110 | 111101 |
Color Harmonies of #E94EE5
Complementary color
Monochromatic Colors of #E94EE5
Black with #E94EE5
Text Example
Text Example
White with #E94EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94EE5; }
p { color: rgb(233,78,229); }
H1.HeaderClassName
{
color: #E94EE5;
}
.AnyTagClassName
{
color: #E94EE5;
}
</style>
background-color css
<style>
a { background-color: #E94EE5; }
a { background-color: rgb(233,78,229); }
div.DivClassName
{
background-color: #E94EE5;
}
.BgClassName
{
background-color: #E94EE5;
}
</style>
border-color css
<style>
span { border-color: #E94EE5; }
span { border-color: rgb(233,78,229); }
td.TdClassName
{
border-color: #E94EE5;
}
.TagClassName
{
border-color: #E94EE5;
}
</style>