Html Css Color HEX #E150D9 Free Speech Magenta
📋 copy color: '#E150D9'red 225 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #E150D9
Tints of Free Speech Magenta #E150D9
RGB
CMYK
RGB Variations
Color information
#E150D9 (or 0xE150D9) is known color: Free Speech Magenta. HEX triplet: E1, 50 and D9. RGB value is (225,80,217). Sum of RGB (Red+Green+Blue) = 225+80+217=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E150D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150D9 is #1EAF26. Grayscale: #8A8A8A. Windows color (decimal): -2010919 or 14242017. OLE color: 14242017.
HSL color Cylindrical-coordinate representation of color #E150D9: hue angle of 303.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150D9 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 217 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.12 |
| HSL | 303.31º | 0.71% | 0.6% | - |
| HSV(B) | 303.31º | 0.64% | 0.88% | - |
| XYZ | 46.44 | 26.75 | 68.36 | - |
| YUV | 138.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 217 | 0 | 0.64 | 0.04 | 0.12 | 303.31 | 0.71 | 0.6 |
| Hex | E1 | 50 | D9 | 0 | 40 | 4 | C | 12F | 47 | 3C |
| Octal | 341 | 120 | 331 | 0 | 100 | 4 | 14 | 457 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11011001 | 0 | 1000000 | 100 | 1100 | 100101111 | 1000111 | 111100 |
Color Harmonies of #E150D9
Complementary color
Monochromatic Colors of #E150D9
Black with #E150D9
Text Example
Text Example
White with #E150D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150D9; }
p { color: rgb(225,80,217); }
H1.HeaderClassName
{
color: #E150D9;
}
.AnyTagClassName
{
color: #E150D9;
}
</style>
background-color css
<style>
a { background-color: #E150D9; }
a { background-color: rgb(225,80,217); }
div.DivClassName
{
background-color: #E150D9;
}
.BgClassName
{
background-color: #E150D9;
}
</style>
border-color css
<style>
span { border-color: #E150D9; }
span { border-color: rgb(225,80,217); }
td.TdClassName
{
border-color: #E150D9;
}
.TagClassName
{
border-color: #E150D9;
}
</style>