Html Css Color HEX #E143D6 Free Speech Magenta
📋 copy color: '#E143D6'red 225 ◦ green 67 ◦ blue 214
Shades of Free Speech Magenta #E143D6
Tints of Free Speech Magenta #E143D6
RGB
CMYK
RGB Variations
Color information
#E143D6 (or 0xE143D6) is known color: Free Speech Magenta. HEX triplet: E1, 43 and D6. RGB value is (225,67,214). Sum of RGB (Red+Green+Blue) = 225+67+214=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E143D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143D6 is #1EBC29. Grayscale: #828282. Windows color (decimal): -2014250 or 14042081. OLE color: 14042081.
HSL color Cylindrical-coordinate representation of color #E143D6: hue angle of 304.18º 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 #E143D6 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 214 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.12 |
| HSL | 304.18º | 0.72% | 0.57% | - |
| HSV(B) | 304.18º | 0.7% | 0.88% | - |
| XYZ | 45.2 | 24.88 | 66.04 | - |
| YUV | 131 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 214 | 0 | 0.70 | 0.05 | 0.12 | 304.18 | 0.72 | 0.57 |
| Hex | E1 | 43 | D6 | 0 | 46 | 5 | C | 130 | 48 | 39 |
| Octal | 341 | 103 | 326 | 0 | 106 | 5 | 14 | 460 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11010110 | 0 | 1000110 | 101 | 1100 | 100110000 | 1001000 | 111001 |
Color Harmonies of #E143D6
Complementary color
Monochromatic Colors of #E143D6
Black with #E143D6
Text Example
Text Example
White with #E143D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143D6; }
p { color: rgb(225,67,214); }
H1.HeaderClassName
{
color: #E143D6;
}
.AnyTagClassName
{
color: #E143D6;
}
</style>
background-color css
<style>
a { background-color: #E143D6; }
a { background-color: rgb(225,67,214); }
div.DivClassName
{
background-color: #E143D6;
}
.BgClassName
{
background-color: #E143D6;
}
</style>
border-color css
<style>
span { border-color: #E143D6; }
span { border-color: rgb(225,67,214); }
td.TdClassName
{
border-color: #E143D6;
}
.TagClassName
{
border-color: #E143D6;
}
</style>