Html Css Color HEX #E93DDA Free Speech Magenta
📋 copy color: '#E93DDA'red 233 ◦ green 61 ◦ blue 218
Shades of Free Speech Magenta #E93DDA
Tints of Free Speech Magenta #E93DDA
RGB
CMYK
RGB Variations
Color information
#E93DDA (or 0xE93DDA) is known color: Free Speech Magenta. HEX triplet: E9, 3D and DA. RGB value is (233,61,218). Sum of RGB (Red+Green+Blue) = 233+61+218=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93DDA is #16C225. Grayscale: #818181. Windows color (decimal): -1491494 or 14302697. OLE color: 14302697.
HSL color Cylindrical-coordinate representation of color #E93DDA: hue angle of 305.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DDA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 218 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.09 |
| HSL | 305.23º | 0.8% | 0.58% | - |
| HSV(B) | 305.23º | 0.74% | 0.91% | - |
| XYZ | 47.93 | 25.72 | 68.77 | - |
| YUV | 130.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 218 | 0 | 0.74 | 0.06 | 0.09 | 305.23 | 0.8 | 0.58 |
| Hex | E9 | 3D | DA | 0 | 4A | 6 | 9 | 131 | 50 | 3A |
| Octal | 351 | 75 | 332 | 0 | 112 | 6 | 11 | 461 | 120 | 72 |
| Binary | 11101001 | 111101 | 11011010 | 0 | 1001010 | 110 | 1001 | 100110001 | 1010000 | 111010 |
Color Harmonies of #E93DDA
Complementary color
Monochromatic Colors of #E93DDA
Black with #E93DDA
Text Example
Text Example
White with #E93DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DDA; }
p { color: rgb(233,61,218); }
H1.HeaderClassName
{
color: #E93DDA;
}
.AnyTagClassName
{
color: #E93DDA;
}
</style>
background-color css
<style>
a { background-color: #E93DDA; }
a { background-color: rgb(233,61,218); }
div.DivClassName
{
background-color: #E93DDA;
}
.BgClassName
{
background-color: #E93DDA;
}
</style>
border-color css
<style>
span { border-color: #E93DDA; }
span { border-color: rgb(233,61,218); }
td.TdClassName
{
border-color: #E93DDA;
}
.TagClassName
{
border-color: #E93DDA;
}
</style>