Html Css Color HEX #E151D1 Free Speech Magenta
📋 copy color: '#E151D1'red 225 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #E151D1
Tints of Free Speech Magenta #E151D1
RGB
CMYK
RGB Variations
Color information
#E151D1 (or 0xE151D1) is known color: Free Speech Magenta. HEX triplet: E1, 51 and D1. RGB value is (225,81,209). Sum of RGB (Red+Green+Blue) = 225+81+209=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E151D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151D1 is #1EAE2E. Grayscale: #8A8A8A. Windows color (decimal): -2010671 or 13717985. OLE color: 13717985.
HSL color Cylindrical-coordinate representation of color #E151D1: hue angle of 306.67º 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 #E151D1 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 209 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.12 |
| HSL | 306.67º | 0.71% | 0.6% | - |
| HSV(B) | 306.67º | 0.64% | 0.88% | - |
| XYZ | 45.5 | 26.5 | 63.04 | - |
| YUV | 138.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 209 | 0 | 0.64 | 0.07 | 0.12 | 306.67 | 0.71 | 0.6 |
| Hex | E1 | 51 | D1 | 0 | 40 | 7 | C | 133 | 47 | 3C |
| Octal | 341 | 121 | 321 | 0 | 100 | 7 | 14 | 463 | 107 | 74 |
| Binary | 11100001 | 1010001 | 11010001 | 0 | 1000000 | 111 | 1100 | 100110011 | 1000111 | 111100 |
Color Harmonies of #E151D1
Complementary color
Monochromatic Colors of #E151D1
Black with #E151D1
Text Example
Text Example
White with #E151D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151D1; }
p { color: rgb(225,81,209); }
H1.HeaderClassName
{
color: #E151D1;
}
.AnyTagClassName
{
color: #E151D1;
}
</style>
background-color css
<style>
a { background-color: #E151D1; }
a { background-color: rgb(225,81,209); }
div.DivClassName
{
background-color: #E151D1;
}
.BgClassName
{
background-color: #E151D1;
}
</style>
border-color css
<style>
span { border-color: #E151D1; }
span { border-color: rgb(225,81,209); }
td.TdClassName
{
border-color: #E151D1;
}
.TagClassName
{
border-color: #E151D1;
}
</style>