Html Css Color HEX #E151D2 Free Speech Magenta
📋 copy color: '#E151D2'red 225 ◦ green 81 ◦ blue 210
Shades of Free Speech Magenta #E151D2
Tints of Free Speech Magenta #E151D2
RGB
CMYK
RGB Variations
Color information
#E151D2 (or 0xE151D2) is known color: Free Speech Magenta. HEX triplet: E1, 51 and D2. RGB value is (225,81,210). Sum of RGB (Red+Green+Blue) = 225+81+210=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E151D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151D2 is #1EAE2D. Grayscale: #8A8A8A. Windows color (decimal): -2010670 or 13783521. OLE color: 13783521.
HSL color Cylindrical-coordinate representation of color #E151D2: hue angle of 306.25º 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 #E151D2 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 210 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.12 |
| HSL | 306.25º | 0.71% | 0.6% | - |
| HSV(B) | 306.25º | 0.64% | 0.88% | - |
| XYZ | 45.63 | 26.55 | 63.69 | - |
| YUV | 138.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 210 | 0 | 0.64 | 0.07 | 0.12 | 306.25 | 0.71 | 0.6 |
| Hex | E1 | 51 | D2 | 0 | 40 | 7 | C | 132 | 47 | 3C |
| Octal | 341 | 121 | 322 | 0 | 100 | 7 | 14 | 462 | 107 | 74 |
| Binary | 11100001 | 1010001 | 11010010 | 0 | 1000000 | 111 | 1100 | 100110010 | 1000111 | 111100 |
Color Harmonies of #E151D2
Complementary color
Monochromatic Colors of #E151D2
Black with #E151D2
Text Example
Text Example
White with #E151D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E151D2; }
p { color: rgb(225,81,210); }
H1.HeaderClassName
{
color: #E151D2;
}
.AnyTagClassName
{
color: #E151D2;
}
</style>
background-color css
<style>
a { background-color: #E151D2; }
a { background-color: rgb(225,81,210); }
div.DivClassName
{
background-color: #E151D2;
}
.BgClassName
{
background-color: #E151D2;
}
</style>
border-color css
<style>
span { border-color: #E151D2; }
span { border-color: rgb(225,81,210); }
td.TdClassName
{
border-color: #E151D2;
}
.TagClassName
{
border-color: #E151D2;
}
</style>