Html Css Color HEX #E143D0 Free Speech Magenta
📋 copy color: '#E143D0'red 225 ◦ green 67 ◦ blue 208
Shades of Free Speech Magenta #E143D0
Tints of Free Speech Magenta #E143D0
RGB
CMYK
RGB Variations
Color information
#E143D0 (or 0xE143D0) is known color: Free Speech Magenta. HEX triplet: E1, 43 and D0. RGB value is (225,67,208). Sum of RGB (Red+Green+Blue) = 225+67+208=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E143D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143D0 is #1EBC2F. Grayscale: #818181. Windows color (decimal): -2014256 or 13648865. OLE color: 13648865.
HSL color Cylindrical-coordinate representation of color #E143D0: hue angle of 306.46º 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 #E143D0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 208 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.12 |
| HSL | 306.46º | 0.72% | 0.57% | - |
| HSV(B) | 306.46º | 0.7% | 0.88% | - |
| XYZ | 44.44 | 24.58 | 62.08 | - |
| YUV | 130.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 208 | 0 | 0.70 | 0.08 | 0.12 | 306.46 | 0.72 | 0.57 |
| Hex | E1 | 43 | D0 | 0 | 46 | 8 | C | 132 | 48 | 39 |
| Octal | 341 | 103 | 320 | 0 | 106 | 10 | 14 | 462 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11010000 | 0 | 1000110 | 1000 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E143D0
Complementary color
Monochromatic Colors of #E143D0
Black with #E143D0
Text Example
Text Example
White with #E143D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143D0; }
p { color: rgb(225,67,208); }
H1.HeaderClassName
{
color: #E143D0;
}
.AnyTagClassName
{
color: #E143D0;
}
</style>
background-color css
<style>
a { background-color: #E143D0; }
a { background-color: rgb(225,67,208); }
div.DivClassName
{
background-color: #E143D0;
}
.BgClassName
{
background-color: #E143D0;
}
</style>
border-color css
<style>
span { border-color: #E143D0; }
span { border-color: rgb(225,67,208); }
td.TdClassName
{
border-color: #E143D0;
}
.TagClassName
{
border-color: #E143D0;
}
</style>