Html Css Color HEX #E143DC Free Speech Magenta
📋 copy color: '#E143DC'red 225 ◦ green 67 ◦ blue 220
Shades of Free Speech Magenta #E143DC
Tints of Free Speech Magenta #E143DC
RGB
CMYK
RGB Variations
Color information
#E143DC (or 0xE143DC) is known color: Free Speech Magenta. HEX triplet: E1, 43 and DC. RGB value is (225,67,220). Sum of RGB (Red+Green+Blue) = 225+67+220=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E143DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143DC is #1EBC23. Grayscale: #838383. Windows color (decimal): -2014244 or 14435297. OLE color: 14435297.
HSL color Cylindrical-coordinate representation of color #E143DC: hue angle of 301.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143DC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 220 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.12 |
| HSL | 301.9º | 0.72% | 0.57% | - |
| HSV(B) | 301.9º | 0.7% | 0.88% | - |
| XYZ | 45.98 | 25.19 | 70.15 | - |
| YUV | 131.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 220 | 0 | 0.70 | 0.02 | 0.12 | 301.9 | 0.72 | 0.57 |
| Hex | E1 | 43 | DC | 0 | 46 | 2 | C | 12E | 48 | 39 |
| Octal | 341 | 103 | 334 | 0 | 106 | 2 | 14 | 456 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11011100 | 0 | 1000110 | 10 | 1100 | 100101110 | 1001000 | 111001 |
Color Harmonies of #E143DC
Complementary color
Monochromatic Colors of #E143DC
Black with #E143DC
Text Example
Text Example
White with #E143DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143DC; }
p { color: rgb(225,67,220); }
H1.HeaderClassName
{
color: #E143DC;
}
.AnyTagClassName
{
color: #E143DC;
}
</style>
background-color css
<style>
a { background-color: #E143DC; }
a { background-color: rgb(225,67,220); }
div.DivClassName
{
background-color: #E143DC;
}
.BgClassName
{
background-color: #E143DC;
}
</style>
border-color css
<style>
span { border-color: #E143DC; }
span { border-color: rgb(225,67,220); }
td.TdClassName
{
border-color: #E143DC;
}
.TagClassName
{
border-color: #E143DC;
}
</style>