Html Css Color HEX #E93EDB Free Speech Magenta
📋 copy color: '#E93EDB'red 233 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #E93EDB
Tints of Free Speech Magenta #E93EDB
RGB
CMYK
RGB Variations
Color information
#E93EDB (or 0xE93EDB) is known color: Free Speech Magenta. HEX triplet: E9, 3E and DB. RGB value is (233,62,219). Sum of RGB (Red+Green+Blue) = 233+62+219=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93EDB is #16C124. Grayscale: #828282. Windows color (decimal): -1491237 or 14368489. OLE color: 14368489.
HSL color Cylindrical-coordinate representation of color #E93EDB: hue angle of 304.91º degrees, saturation: 0.8, 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 #E93EDB is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 219 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.09 |
| HSL | 304.91º | 0.8% | 0.58% | - |
| HSV(B) | 304.91º | 0.73% | 0.91% | - |
| XYZ | 48.11 | 25.88 | 69.48 | - |
| YUV | 131.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 219 | 0 | 0.73 | 0.06 | 0.09 | 304.91 | 0.8 | 0.58 |
| Hex | E9 | 3E | DB | 0 | 49 | 6 | 9 | 131 | 50 | 3A |
| Octal | 351 | 76 | 333 | 0 | 111 | 6 | 11 | 461 | 120 | 72 |
| Binary | 11101001 | 111110 | 11011011 | 0 | 1001001 | 110 | 1001 | 100110001 | 1010000 | 111010 |
Color Harmonies of #E93EDB
Complementary color
Monochromatic Colors of #E93EDB
Black with #E93EDB
Text Example
Text Example
White with #E93EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93EDB; }
p { color: rgb(233,62,219); }
H1.HeaderClassName
{
color: #E93EDB;
}
.AnyTagClassName
{
color: #E93EDB;
}
</style>
background-color css
<style>
a { background-color: #E93EDB; }
a { background-color: rgb(233,62,219); }
div.DivClassName
{
background-color: #E93EDB;
}
.BgClassName
{
background-color: #E93EDB;
}
</style>
border-color css
<style>
span { border-color: #E93EDB; }
span { border-color: rgb(233,62,219); }
td.TdClassName
{
border-color: #E93EDB;
}
.TagClassName
{
border-color: #E93EDB;
}
</style>