Html Css Color HEX #E93DDD Free Speech Magenta
📋 copy color: '#E93DDD'red 233 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #E93DDD
Tints of Free Speech Magenta #E93DDD
RGB
CMYK
RGB Variations
Color information
#E93DDD (or 0xE93DDD) is known color: Free Speech Magenta. HEX triplet: E9, 3D and DD. RGB value is (233,61,221). Sum of RGB (Red+Green+Blue) = 233+61+221=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93DDD is #16C222. Grayscale: #828282. Windows color (decimal): -1491491 or 14499305. OLE color: 14499305.
HSL color Cylindrical-coordinate representation of color #E93DDD: hue angle of 304.19º 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 #E93DDD is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 221 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.09 |
| HSL | 304.19º | 0.8% | 0.58% | - |
| HSV(B) | 304.19º | 0.74% | 0.91% | - |
| XYZ | 48.32 | 25.88 | 70.86 | - |
| YUV | 130.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 221 | 0 | 0.74 | 0.05 | 0.09 | 304.19 | 0.8 | 0.58 |
| Hex | E9 | 3D | DD | 0 | 4A | 5 | 9 | 130 | 50 | 3A |
| Octal | 351 | 75 | 335 | 0 | 112 | 5 | 11 | 460 | 120 | 72 |
| Binary | 11101001 | 111101 | 11011101 | 0 | 1001010 | 101 | 1001 | 100110000 | 1010000 | 111010 |
Color Harmonies of #E93DDD
Complementary color
Monochromatic Colors of #E93DDD
Black with #E93DDD
Text Example
Text Example
White with #E93DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DDD; }
p { color: rgb(233,61,221); }
H1.HeaderClassName
{
color: #E93DDD;
}
.AnyTagClassName
{
color: #E93DDD;
}
</style>
background-color css
<style>
a { background-color: #E93DDD; }
a { background-color: rgb(233,61,221); }
div.DivClassName
{
background-color: #E93DDD;
}
.BgClassName
{
background-color: #E93DDD;
}
</style>
border-color css
<style>
span { border-color: #E93DDD; }
span { border-color: rgb(233,61,221); }
td.TdClassName
{
border-color: #E93DDD;
}
.TagClassName
{
border-color: #E93DDD;
}
</style>