Html Css Color HEX #E950DC Free Speech Magenta
📋 copy color: '#E950DC'red 233 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #E950DC
Tints of Free Speech Magenta #E950DC
RGB
CMYK
RGB Variations
Color information
#E950DC (or 0xE950DC) is known color: Free Speech Magenta. HEX triplet: E9, 50 and DC. RGB value is (233,80,220). Sum of RGB (Red+Green+Blue) = 233+80+220=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E950DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950DC is #16AF23. Grayscale: #8D8D8D. Windows color (decimal): -1486628 or 14438633. OLE color: 14438633.
HSL color Cylindrical-coordinate representation of color #E950DC: hue angle of 305.1º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950DC is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 220 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.09 |
| HSL | 305.1º | 0.78% | 0.61% | - |
| HSV(B) | 305.1º | 0.66% | 0.91% | - |
| XYZ | 49.39 | 28.23 | 70.56 | - |
| YUV | 141.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 220 | 0 | 0.66 | 0.06 | 0.09 | 305.1 | 0.78 | 0.61 |
| Hex | E9 | 50 | DC | 0 | 42 | 6 | 9 | 131 | 4E | 3D |
| Octal | 351 | 120 | 334 | 0 | 102 | 6 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11011100 | 0 | 1000010 | 110 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E950DC
Complementary color
Monochromatic Colors of #E950DC
Black with #E950DC
Text Example
Text Example
White with #E950DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950DC; }
p { color: rgb(233,80,220); }
H1.HeaderClassName
{
color: #E950DC;
}
.AnyTagClassName
{
color: #E950DC;
}
</style>
background-color css
<style>
a { background-color: #E950DC; }
a { background-color: rgb(233,80,220); }
div.DivClassName
{
background-color: #E950DC;
}
.BgClassName
{
background-color: #E950DC;
}
</style>
border-color css
<style>
span { border-color: #E950DC; }
span { border-color: rgb(233,80,220); }
td.TdClassName
{
border-color: #E950DC;
}
.TagClassName
{
border-color: #E950DC;
}
</style>