Html Css Color HEX #E146D8 Free Speech Magenta
📋 copy color: '#E146D8'red 225 ◦ green 70 ◦ blue 216
Shades of Free Speech Magenta #E146D8
Tints of Free Speech Magenta #E146D8
RGB
CMYK
RGB Variations
Color information
#E146D8 (or 0xE146D8) is known color: Free Speech Magenta. HEX triplet: E1, 46 and D8. RGB value is (225,70,216). Sum of RGB (Red+Green+Blue) = 225+70+216=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E146D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146D8 is #1EB927. Grayscale: #848484. Windows color (decimal): -2013480 or 14173921. OLE color: 14173921.
HSL color Cylindrical-coordinate representation of color #E146D8: hue angle of 303.48º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146D8 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 216 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.12 |
| HSL | 303.48º | 0.72% | 0.58% | - |
| HSV(B) | 303.48º | 0.69% | 0.88% | - |
| XYZ | 45.64 | 25.35 | 67.45 | - |
| YUV | 132.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 216 | 0 | 0.69 | 0.04 | 0.12 | 303.48 | 0.72 | 0.58 |
| Hex | E1 | 46 | D8 | 0 | 45 | 4 | C | 12F | 48 | 3A |
| Octal | 341 | 106 | 330 | 0 | 105 | 4 | 14 | 457 | 110 | 72 |
| Binary | 11100001 | 1000110 | 11011000 | 0 | 1000101 | 100 | 1100 | 100101111 | 1001000 | 111010 |
Color Harmonies of #E146D8
Complementary color
Monochromatic Colors of #E146D8
Black with #E146D8
Text Example
Text Example
White with #E146D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146D8; }
p { color: rgb(225,70,216); }
H1.HeaderClassName
{
color: #E146D8;
}
.AnyTagClassName
{
color: #E146D8;
}
</style>
background-color css
<style>
a { background-color: #E146D8; }
a { background-color: rgb(225,70,216); }
div.DivClassName
{
background-color: #E146D8;
}
.BgClassName
{
background-color: #E146D8;
}
</style>
border-color css
<style>
span { border-color: #E146D8; }
span { border-color: rgb(225,70,216); }
td.TdClassName
{
border-color: #E146D8;
}
.TagClassName
{
border-color: #E146D8;
}
</style>