Html Css Color HEX #E940E4 Free Speech Magenta
📋 copy color: '#E940E4'red 233 ◦ green 64 ◦ blue 228
Shades of Free Speech Magenta #E940E4
Tints of Free Speech Magenta #E940E4
RGB
CMYK
RGB Variations
Color information
#E940E4 (or 0xE940E4) is known color: Free Speech Magenta. HEX triplet: E9, 40 and E4. RGB value is (233,64,228). Sum of RGB (Red+Green+Blue) = 233+64+228=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E940E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940E4 is #16BF1B. Grayscale: #848484. Windows color (decimal): -1490716 or 14958825. OLE color: 14958825.
HSL color Cylindrical-coordinate representation of color #E940E4: hue angle of 301.78º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940E4 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 228 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.09 |
| HSL | 301.78º | 0.79% | 0.58% | - |
| HSV(B) | 301.78º | 0.73% | 0.91% | - |
| XYZ | 49.44 | 26.59 | 75.93 | - |
| YUV | 133.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 228 | 0 | 0.73 | 0.02 | 0.09 | 301.78 | 0.79 | 0.58 |
| Hex | E9 | 40 | E4 | 0 | 49 | 2 | 9 | 12E | 4F | 3A |
| Octal | 351 | 100 | 344 | 0 | 111 | 2 | 11 | 456 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11100100 | 0 | 1001001 | 10 | 1001 | 100101110 | 1001111 | 111010 |
Color Harmonies of #E940E4
Complementary color
Monochromatic Colors of #E940E4
Black with #E940E4
Text Example
Text Example
White with #E940E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940E4; }
p { color: rgb(233,64,228); }
H1.HeaderClassName
{
color: #E940E4;
}
.AnyTagClassName
{
color: #E940E4;
}
</style>
background-color css
<style>
a { background-color: #E940E4; }
a { background-color: rgb(233,64,228); }
div.DivClassName
{
background-color: #E940E4;
}
.BgClassName
{
background-color: #E940E4;
}
</style>
border-color css
<style>
span { border-color: #E940E4; }
span { border-color: rgb(233,64,228); }
td.TdClassName
{
border-color: #E940E4;
}
.TagClassName
{
border-color: #E940E4;
}
</style>