Html Css Color HEX #E251E1 Free Speech Magenta
📋 copy color: '#E251E1'red 226 ◦ green 81 ◦ blue 225
Shades of Free Speech Magenta #E251E1
Tints of Free Speech Magenta #E251E1
RGB
CMYK
RGB Variations
Color information
#E251E1 (or 0xE251E1) is known color: Free Speech Magenta. HEX triplet: E2, 51 and E1. RGB value is (226,81,225). Sum of RGB (Red+Green+Blue) = 226+81+225=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E251E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251E1 is #1DAE1E. Grayscale: #8C8C8C. Windows color (decimal): -1945119 or 14766562. OLE color: 14766562.
HSL color Cylindrical-coordinate representation of color #E251E1: hue angle of 300.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E251E1 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 225 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.11 |
| HSL | 300.41º | 0.71% | 0.6% | - |
| HSV(B) | 300.41º | 0.64% | 0.89% | - |
| XYZ | 47.9 | 27.49 | 74.02 | - |
| YUV | 140.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 225 | 0 | 0.64 | 0.00 | 0.11 | 300.41 | 0.71 | 0.6 |
| Hex | E2 | 51 | E1 | 0 | 40 | 0 | B | 12C | 47 | 3C |
| Octal | 342 | 121 | 341 | 0 | 100 | 0 | 13 | 454 | 107 | 74 |
| Binary | 11100010 | 1010001 | 11100001 | 0 | 1000000 | 0 | 1011 | 100101100 | 1000111 | 111100 |
Color Harmonies of #E251E1
Complementary color
Monochromatic Colors of #E251E1
Black with #E251E1
Text Example
Text Example
White with #E251E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251E1; }
p { color: rgb(226,81,225); }
H1.HeaderClassName
{
color: #E251E1;
}
.AnyTagClassName
{
color: #E251E1;
}
</style>
background-color css
<style>
a { background-color: #E251E1; }
a { background-color: rgb(226,81,225); }
div.DivClassName
{
background-color: #E251E1;
}
.BgClassName
{
background-color: #E251E1;
}
</style>
border-color css
<style>
span { border-color: #E251E1; }
span { border-color: rgb(226,81,225); }
td.TdClassName
{
border-color: #E251E1;
}
.TagClassName
{
border-color: #E251E1;
}
</style>