Html Css Color HEX #E93FDF Free Speech Magenta
📋 copy color: '#E93FDF'red 233 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #E93FDF
Tints of Free Speech Magenta #E93FDF
RGB
CMYK
RGB Variations
Color information
#E93FDF (or 0xE93FDF) is known color: Free Speech Magenta. HEX triplet: E9, 3F and DF. RGB value is (233,63,223). Sum of RGB (Red+Green+Blue) = 233+63+223=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93FDF is #16C020. Grayscale: #838383. Windows color (decimal): -1490977 or 14630889. OLE color: 14630889.
HSL color Cylindrical-coordinate representation of color #E93FDF: hue angle of 303.53º degrees, saturation: 0.79, 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 #E93FDF is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 223 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.09 |
| HSL | 303.53º | 0.79% | 0.58% | - |
| HSV(B) | 303.53º | 0.73% | 0.91% | - |
| XYZ | 48.7 | 26.21 | 72.3 | - |
| YUV | 132.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 223 | 0 | 0.73 | 0.04 | 0.09 | 303.53 | 0.79 | 0.58 |
| Hex | E9 | 3F | DF | 0 | 49 | 4 | 9 | 130 | 4F | 3A |
| Octal | 351 | 77 | 337 | 0 | 111 | 4 | 11 | 460 | 117 | 72 |
| Binary | 11101001 | 111111 | 11011111 | 0 | 1001001 | 100 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E93FDF
Complementary color
Monochromatic Colors of #E93FDF
Black with #E93FDF
Text Example
Text Example
White with #E93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93FDF; }
p { color: rgb(233,63,223); }
H1.HeaderClassName
{
color: #E93FDF;
}
.AnyTagClassName
{
color: #E93FDF;
}
</style>
background-color css
<style>
a { background-color: #E93FDF; }
a { background-color: rgb(233,63,223); }
div.DivClassName
{
background-color: #E93FDF;
}
.BgClassName
{
background-color: #E93FDF;
}
</style>
border-color css
<style>
span { border-color: #E93FDF; }
span { border-color: rgb(233,63,223); }
td.TdClassName
{
border-color: #E93FDF;
}
.TagClassName
{
border-color: #E93FDF;
}
</style>