Html Css Color HEX #E146DD Free Speech Magenta
📋 copy color: '#E146DD'red 225 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #E146DD
Tints of Free Speech Magenta #E146DD
RGB
CMYK
RGB Variations
Color information
#E146DD (or 0xE146DD) is known color: Free Speech Magenta. HEX triplet: E1, 46 and DD. RGB value is (225,70,221). Sum of RGB (Red+Green+Blue) = 225+70+221=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E146DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146DD is #1EB922. Grayscale: #858585. Windows color (decimal): -2013475 or 14501601. OLE color: 14501601.
HSL color Cylindrical-coordinate representation of color #E146DD: hue angle of 301.55º 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 #E146DD is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 221 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.12 |
| HSL | 301.55º | 0.72% | 0.58% | - |
| HSV(B) | 301.55º | 0.69% | 0.88% | - |
| XYZ | 46.29 | 25.61 | 70.91 | - |
| YUV | 133.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 221 | 0 | 0.69 | 0.02 | 0.12 | 301.55 | 0.72 | 0.58 |
| Hex | E1 | 46 | DD | 0 | 45 | 2 | C | 12E | 48 | 3A |
| Octal | 341 | 106 | 335 | 0 | 105 | 2 | 14 | 456 | 110 | 72 |
| Binary | 11100001 | 1000110 | 11011101 | 0 | 1000101 | 10 | 1100 | 100101110 | 1001000 | 111010 |
Color Harmonies of #E146DD
Complementary color
Monochromatic Colors of #E146DD
Black with #E146DD
Text Example
Text Example
White with #E146DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146DD; }
p { color: rgb(225,70,221); }
H1.HeaderClassName
{
color: #E146DD;
}
.AnyTagClassName
{
color: #E146DD;
}
</style>
background-color css
<style>
a { background-color: #E146DD; }
a { background-color: rgb(225,70,221); }
div.DivClassName
{
background-color: #E146DD;
}
.BgClassName
{
background-color: #E146DD;
}
</style>
border-color css
<style>
span { border-color: #E146DD; }
span { border-color: rgb(225,70,221); }
td.TdClassName
{
border-color: #E146DD;
}
.TagClassName
{
border-color: #E146DD;
}
</style>