Html Css Color HEX #E148DF Free Speech Magenta
📋 copy color: '#E148DF'red 225 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #E148DF
Tints of Free Speech Magenta #E148DF
RGB
CMYK
RGB Variations
Color information
#E148DF (or 0xE148DF) is known color: Free Speech Magenta. HEX triplet: E1, 48 and DF. RGB value is (225,72,223). Sum of RGB (Red+Green+Blue) = 225+72+223=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E148DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148DF is #1EB720. Grayscale: #868686. Windows color (decimal): -2012961 or 14633185. OLE color: 14633185.
HSL color Cylindrical-coordinate representation of color #E148DF: hue angle of 300.78º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148DF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 223 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.12 |
| HSL | 300.78º | 0.72% | 0.58% | - |
| HSV(B) | 300.78º | 0.68% | 0.88% | - |
| XYZ | 46.69 | 25.97 | 72.36 | - |
| YUV | 134.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 223 | 0 | 0.68 | 0.01 | 0.12 | 300.78 | 0.72 | 0.58 |
| Hex | E1 | 48 | DF | 0 | 44 | 1 | C | 12D | 48 | 3A |
| Octal | 341 | 110 | 337 | 0 | 104 | 1 | 14 | 455 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11011111 | 0 | 1000100 | 1 | 1100 | 100101101 | 1001000 | 111010 |
Color Harmonies of #E148DF
Complementary color
Monochromatic Colors of #E148DF
Black with #E148DF
Text Example
Text Example
White with #E148DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148DF; }
p { color: rgb(225,72,223); }
H1.HeaderClassName
{
color: #E148DF;
}
.AnyTagClassName
{
color: #E148DF;
}
</style>
background-color css
<style>
a { background-color: #E148DF; }
a { background-color: rgb(225,72,223); }
div.DivClassName
{
background-color: #E148DF;
}
.BgClassName
{
background-color: #E148DF;
}
</style>
border-color css
<style>
span { border-color: #E148DF; }
span { border-color: rgb(225,72,223); }
td.TdClassName
{
border-color: #E148DF;
}
.TagClassName
{
border-color: #E148DF;
}
</style>