Html Css Color HEX #E93CDC Free Speech Magenta
📋 copy color: '#E93CDC'red 233 ◦ green 60 ◦ blue 220
Shades of Free Speech Magenta #E93CDC
Tints of Free Speech Magenta #E93CDC
RGB
CMYK
RGB Variations
Color information
#E93CDC (or 0xE93CDC) is known color: Free Speech Magenta. HEX triplet: E9, 3C and DC. RGB value is (233,60,220). Sum of RGB (Red+Green+Blue) = 233+60+220=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CDC is #16C323. Grayscale: #818181. Windows color (decimal): -1491748 or 14433513. OLE color: 14433513.
HSL color Cylindrical-coordinate representation of color #E93CDC: hue angle of 304.51º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93CDC is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 220 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.09 |
| HSL | 304.51º | 0.8% | 0.57% | - |
| HSV(B) | 304.51º | 0.74% | 0.91% | - |
| XYZ | 48.14 | 25.72 | 70.14 | - |
| YUV | 129.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 220 | 0 | 0.74 | 0.06 | 0.09 | 304.51 | 0.8 | 0.57 |
| Hex | E9 | 3C | DC | 0 | 4A | 6 | 9 | 131 | 50 | 39 |
| Octal | 351 | 74 | 334 | 0 | 112 | 6 | 11 | 461 | 120 | 71 |
| Binary | 11101001 | 111100 | 11011100 | 0 | 1001010 | 110 | 1001 | 100110001 | 1010000 | 111001 |
Color Harmonies of #E93CDC
Complementary color
Monochromatic Colors of #E93CDC
Black with #E93CDC
Text Example
Text Example
White with #E93CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CDC; }
p { color: rgb(233,60,220); }
H1.HeaderClassName
{
color: #E93CDC;
}
.AnyTagClassName
{
color: #E93CDC;
}
</style>
background-color css
<style>
a { background-color: #E93CDC; }
a { background-color: rgb(233,60,220); }
div.DivClassName
{
background-color: #E93CDC;
}
.BgClassName
{
background-color: #E93CDC;
}
</style>
border-color css
<style>
span { border-color: #E93CDC; }
span { border-color: rgb(233,60,220); }
td.TdClassName
{
border-color: #E93CDC;
}
.TagClassName
{
border-color: #E93CDC;
}
</style>