Html Css Color HEX #E93DDF Free Speech Magenta
📋 copy color: '#E93DDF'red 233 ◦ green 61 ◦ blue 223
Shades of Free Speech Magenta #E93DDF
Tints of Free Speech Magenta #E93DDF
RGB
CMYK
RGB Variations
Color information
#E93DDF (or 0xE93DDF) is known color: Free Speech Magenta. HEX triplet: E9, 3D and DF. RGB value is (233,61,223). Sum of RGB (Red+Green+Blue) = 233+61+223=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93DDF is #16C220. Grayscale: #828282. Windows color (decimal): -1491489 or 14630377. OLE color: 14630377.
HSL color Cylindrical-coordinate representation of color #E93DDF: hue angle of 303.49º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DDF is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 223 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.09 |
| HSL | 303.49º | 0.8% | 0.58% | - |
| HSV(B) | 303.49º | 0.74% | 0.91% | - |
| XYZ | 48.59 | 25.99 | 72.27 | - |
| YUV | 130.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 223 | 0 | 0.74 | 0.04 | 0.09 | 303.49 | 0.8 | 0.58 |
| Hex | E9 | 3D | DF | 0 | 4A | 4 | 9 | 12F | 50 | 3A |
| Octal | 351 | 75 | 337 | 0 | 112 | 4 | 11 | 457 | 120 | 72 |
| Binary | 11101001 | 111101 | 11011111 | 0 | 1001010 | 100 | 1001 | 100101111 | 1010000 | 111010 |
Color Harmonies of #E93DDF
Complementary color
Monochromatic Colors of #E93DDF
Black with #E93DDF
Text Example
Text Example
White with #E93DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DDF; }
p { color: rgb(233,61,223); }
H1.HeaderClassName
{
color: #E93DDF;
}
.AnyTagClassName
{
color: #E93DDF;
}
</style>
background-color css
<style>
a { background-color: #E93DDF; }
a { background-color: rgb(233,61,223); }
div.DivClassName
{
background-color: #E93DDF;
}
.BgClassName
{
background-color: #E93DDF;
}
</style>
border-color css
<style>
span { border-color: #E93DDF; }
span { border-color: rgb(233,61,223); }
td.TdClassName
{
border-color: #E93DDF;
}
.TagClassName
{
border-color: #E93DDF;
}
</style>