Html Css Color HEX #E93BDF Free Speech Magenta
📋 copy color: '#E93BDF'red 233 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E93BDF
Tints of Free Speech Magenta #E93BDF
RGB
CMYK
RGB Variations
Color information
#E93BDF (or 0xE93BDF) is known color: Free Speech Magenta. HEX triplet: E9, 3B and DF. RGB value is (233,59,223). Sum of RGB (Red+Green+Blue) = 233+59+223=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93BDF is #16C420. Grayscale: #818181. Windows color (decimal): -1492001 or 14629865. OLE color: 14629865.
HSL color Cylindrical-coordinate representation of color #E93BDF: hue angle of 303.45º 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 #E93BDF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 59 | 223 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.09 |
| HSL | 303.45º | 0.8% | 0.57% | - |
| HSV(B) | 303.45º | 0.75% | 0.91% | - |
| XYZ | 48.49 | 25.78 | 72.23 | - |
| YUV | 129.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 59 | 223 | 0 | 0.75 | 0.04 | 0.09 | 303.45 | 0.8 | 0.57 |
| Hex | E9 | 3B | DF | 0 | 4B | 4 | 9 | 12F | 50 | 39 |
| Octal | 351 | 73 | 337 | 0 | 113 | 4 | 11 | 457 | 120 | 71 |
| Binary | 11101001 | 111011 | 11011111 | 0 | 1001011 | 100 | 1001 | 100101111 | 1010000 | 111001 |
Color Harmonies of #E93BDF
Complementary color
Monochromatic Colors of #E93BDF
Black with #E93BDF
Text Example
Text Example
White with #E93BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93BDF; }
p { color: rgb(233,59,223); }
H1.HeaderClassName
{
color: #E93BDF;
}
.AnyTagClassName
{
color: #E93BDF;
}
</style>
background-color css
<style>
a { background-color: #E93BDF; }
a { background-color: rgb(233,59,223); }
div.DivClassName
{
background-color: #E93BDF;
}
.BgClassName
{
background-color: #E93BDF;
}
</style>
border-color css
<style>
span { border-color: #E93BDF; }
span { border-color: rgb(233,59,223); }
td.TdClassName
{
border-color: #E93BDF;
}
.TagClassName
{
border-color: #E93BDF;
}
</style>