Html Css Color HEX #E143D7 Free Speech Magenta
📋 copy color: '#E143D7'red 225 ◦ green 67 ◦ blue 215
Shades of Free Speech Magenta #E143D7
Tints of Free Speech Magenta #E143D7
RGB
CMYK
RGB Variations
Color information
#E143D7 (or 0xE143D7) is known color: Free Speech Magenta. HEX triplet: E1, 43 and D7. RGB value is (225,67,215). Sum of RGB (Red+Green+Blue) = 225+67+215=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E143D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143D7 is #1EBC28. Grayscale: #828282. Windows color (decimal): -2014249 or 14107617. OLE color: 14107617.
HSL color Cylindrical-coordinate representation of color #E143D7: hue angle of 303.8º 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 #E143D7 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 215 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.12 |
| HSL | 303.8º | 0.72% | 0.57% | - |
| HSV(B) | 303.8º | 0.7% | 0.88% | - |
| XYZ | 45.32 | 24.93 | 66.71 | - |
| YUV | 131.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 215 | 0 | 0.70 | 0.04 | 0.12 | 303.8 | 0.72 | 0.57 |
| Hex | E1 | 43 | D7 | 0 | 46 | 4 | C | 130 | 48 | 39 |
| Octal | 341 | 103 | 327 | 0 | 106 | 4 | 14 | 460 | 110 | 71 |
| Binary | 11100001 | 1000011 | 11010111 | 0 | 1000110 | 100 | 1100 | 100110000 | 1001000 | 111001 |
Color Harmonies of #E143D7
Complementary color
Monochromatic Colors of #E143D7
Black with #E143D7
Text Example
Text Example
White with #E143D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143D7; }
p { color: rgb(225,67,215); }
H1.HeaderClassName
{
color: #E143D7;
}
.AnyTagClassName
{
color: #E143D7;
}
</style>
background-color css
<style>
a { background-color: #E143D7; }
a { background-color: rgb(225,67,215); }
div.DivClassName
{
background-color: #E143D7;
}
.BgClassName
{
background-color: #E143D7;
}
</style>
border-color css
<style>
span { border-color: #E143D7; }
span { border-color: rgb(225,67,215); }
td.TdClassName
{
border-color: #E143D7;
}
.TagClassName
{
border-color: #E143D7;
}
</style>