Html Css Color HEX #E93BDE Free Speech Magenta
📋 copy color: '#E93BDE'red 233 ◦ green 59 ◦ blue 222
Shades of Free Speech Magenta #E93BDE
Tints of Free Speech Magenta #E93BDE
RGB
CMYK
RGB Variations
Color information
#E93BDE (or 0xE93BDE) is known color: Free Speech Magenta. HEX triplet: E9, 3B and DE. RGB value is (233,59,222). Sum of RGB (Red+Green+Blue) = 233+59+222=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BDE is #16C421. Grayscale: #818181. Windows color (decimal): -1492002 or 14564329. OLE color: 14564329.
HSL color Cylindrical-coordinate representation of color #E93BDE: hue angle of 303.79º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93BDE is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 222 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.09 |
| HSL | 303.79º | 0.8% | 0.57% | - |
| HSV(B) | 303.79º | 0.75% | 0.91% | - |
| XYZ | 48.35 | 25.73 | 71.52 | - |
| YUV | 129.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 222 | 0 | 0.75 | 0.05 | 0.09 | 303.79 | 0.8 | 0.57 |
| Hex | E9 | 3B | DE | 0 | 4B | 5 | 9 | 130 | 50 | 39 |
| Octal | 351 | 73 | 336 | 0 | 113 | 5 | 11 | 460 | 120 | 71 |
| Binary | 11101001 | 111011 | 11011110 | 0 | 1001011 | 101 | 1001 | 100110000 | 1010000 | 111001 |
Color Harmonies of #E93BDE
Complementary color
Monochromatic Colors of #E93BDE
Black with #E93BDE
Text Example
Text Example
White with #E93BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BDE; }
p { color: rgb(233,59,222); }
H1.HeaderClassName
{
color: #E93BDE;
}
.AnyTagClassName
{
color: #E93BDE;
}
</style>
background-color css
<style>
a { background-color: #E93BDE; }
a { background-color: rgb(233,59,222); }
div.DivClassName
{
background-color: #E93BDE;
}
.BgClassName
{
background-color: #E93BDE;
}
</style>
border-color css
<style>
span { border-color: #E93BDE; }
span { border-color: rgb(233,59,222); }
td.TdClassName
{
border-color: #E93BDE;
}
.TagClassName
{
border-color: #E93BDE;
}
</style>