Html Css Color HEX #E93DED Free Speech Magenta
📋 copy color: '#E93DED'red 233 ◦ green 61 ◦ blue 237
Shades of Free Speech Magenta #E93DED
Tints of Free Speech Magenta #E93DED
RGB
CMYK
RGB Variations
Color information
#E93DED (or 0xE93DED) is known color: Free Speech Magenta. HEX triplet: E9, 3D and ED. RGB value is (233,61,237). Sum of RGB (Red+Green+Blue) = 233+61+237=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #E93DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93DED is #16C212. Grayscale: #838383. Windows color (decimal): -1491475 or 15547881. OLE color: 15547881.
HSL color Cylindrical-coordinate representation of color #E93DED: hue angle of 298.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DED is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 61 | 237 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.07 |
| HSL | 298.64º | 0.83% | 0.58% | - |
| HSV(B) | 298.64º | 0.74% | 0.93% | - |
| XYZ | 50.56 | 26.78 | 82.62 | - |
| YUV | 132.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 237 | 0.02 | 0.74 | 0 | 0.07 | 298.64 | 0.83 | 0.58 |
| Hex | E9 | 3D | ED | 2 | 4A | 0 | 7 | 12B | 53 | 3A |
| Octal | 351 | 75 | 355 | 2 | 112 | 0 | 7 | 453 | 123 | 72 |
| Binary | 11101001 | 111101 | 11101101 | 10 | 1001010 | 0 | 111 | 100101011 | 1010011 | 111010 |
Color Harmonies of #E93DED
Complementary color
Monochromatic Colors of #E93DED
Black with #E93DED
Text Example
Text Example
White with #E93DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DED; }
p { color: rgb(233,61,237); }
H1.HeaderClassName
{
color: #E93DED;
}
.AnyTagClassName
{
color: #E93DED;
}
</style>
background-color css
<style>
a { background-color: #E93DED; }
a { background-color: rgb(233,61,237); }
div.DivClassName
{
background-color: #E93DED;
}
.BgClassName
{
background-color: #E93DED;
}
</style>
border-color css
<style>
span { border-color: #E93DED; }
span { border-color: rgb(233,61,237); }
td.TdClassName
{
border-color: #E93DED;
}
.TagClassName
{
border-color: #E93DED;
}
</style>