Html Css Color HEX #E940DA Free Speech Magenta
📋 copy color: '#E940DA'red 233 ◦ green 64 ◦ blue 218
Shades of Free Speech Magenta #E940DA
Tints of Free Speech Magenta #E940DA
RGB
CMYK
RGB Variations
Color information
#E940DA (or 0xE940DA) is known color: Free Speech Magenta. HEX triplet: E9, 40 and DA. RGB value is (233,64,218). Sum of RGB (Red+Green+Blue) = 233+64+218=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E940DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940DA is #16BF25. Grayscale: #838383. Windows color (decimal): -1490726 or 14303465. OLE color: 14303465.
HSL color Cylindrical-coordinate representation of color #E940DA: hue angle of 305.33º 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 #E940DA is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 218 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.09 |
| HSL | 305.33º | 0.79% | 0.58% | - |
| HSV(B) | 305.33º | 0.73% | 0.91% | - |
| XYZ | 48.09 | 26.05 | 68.82 | - |
| YUV | 132.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 218 | 0 | 0.73 | 0.06 | 0.09 | 305.33 | 0.79 | 0.58 |
| Hex | E9 | 40 | DA | 0 | 49 | 6 | 9 | 131 | 4F | 3A |
| Octal | 351 | 100 | 332 | 0 | 111 | 6 | 11 | 461 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11011010 | 0 | 1001001 | 110 | 1001 | 100110001 | 1001111 | 111010 |
Color Harmonies of #E940DA
Complementary color
Monochromatic Colors of #E940DA
Black with #E940DA
Text Example
Text Example
White with #E940DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940DA; }
p { color: rgb(233,64,218); }
H1.HeaderClassName
{
color: #E940DA;
}
.AnyTagClassName
{
color: #E940DA;
}
</style>
background-color css
<style>
a { background-color: #E940DA; }
a { background-color: rgb(233,64,218); }
div.DivClassName
{
background-color: #E940DA;
}
.BgClassName
{
background-color: #E940DA;
}
</style>
border-color css
<style>
span { border-color: #E940DA; }
span { border-color: rgb(233,64,218); }
td.TdClassName
{
border-color: #E940DA;
}
.TagClassName
{
border-color: #E940DA;
}
</style>