Html Css Color HEX #E93FDD Free Speech Magenta
📋 copy color: '#E93FDD'red 233 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #E93FDD
Tints of Free Speech Magenta #E93FDD
RGB
CMYK
RGB Variations
Color information
#E93FDD (or 0xE93FDD) is known color: Free Speech Magenta. HEX triplet: E9, 3F and DD. RGB value is (233,63,221). Sum of RGB (Red+Green+Blue) = 233+63+221=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93FDD is #16C022. Grayscale: #838383. Windows color (decimal): -1490979 or 14499817. OLE color: 14499817.
HSL color Cylindrical-coordinate representation of color #E93FDD: hue angle of 304.24º 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 #E93FDD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 221 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.09 |
| HSL | 304.24º | 0.79% | 0.58% | - |
| HSV(B) | 304.24º | 0.73% | 0.91% | - |
| XYZ | 48.43 | 26.1 | 70.89 | - |
| YUV | 131.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 221 | 0 | 0.73 | 0.05 | 0.09 | 304.24 | 0.79 | 0.58 |
| Hex | E9 | 3F | DD | 0 | 49 | 5 | 9 | 130 | 4F | 3A |
| Octal | 351 | 77 | 335 | 0 | 111 | 5 | 11 | 460 | 117 | 72 |
| Binary | 11101001 | 111111 | 11011101 | 0 | 1001001 | 101 | 1001 | 100110000 | 1001111 | 111010 |
Color Harmonies of #E93FDD
Complementary color
Monochromatic Colors of #E93FDD
Black with #E93FDD
Text Example
Text Example
White with #E93FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93FDD; }
p { color: rgb(233,63,221); }
H1.HeaderClassName
{
color: #E93FDD;
}
.AnyTagClassName
{
color: #E93FDD;
}
</style>
background-color css
<style>
a { background-color: #E93FDD; }
a { background-color: rgb(233,63,221); }
div.DivClassName
{
background-color: #E93FDD;
}
.BgClassName
{
background-color: #E93FDD;
}
</style>
border-color css
<style>
span { border-color: #E93FDD; }
span { border-color: rgb(233,63,221); }
td.TdClassName
{
border-color: #E93FDD;
}
.TagClassName
{
border-color: #E93FDD;
}
</style>