Html Css Color HEX #E251DF Free Speech Magenta
📋 copy color: '#E251DF'red 226 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #E251DF
Tints of Free Speech Magenta #E251DF
RGB
CMYK
RGB Variations
Color information
#E251DF (or 0xE251DF) is known color: Free Speech Magenta. HEX triplet: E2, 51 and DF. RGB value is (226,81,223). Sum of RGB (Red+Green+Blue) = 226+81+223=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E251DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251DF is #1DAE20. Grayscale: #8C8C8C. Windows color (decimal): -1945121 or 14635490. OLE color: 14635490.
HSL color Cylindrical-coordinate representation of color #E251DF: hue angle of 301.24º 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 #E251DF is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 223 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.11 |
| HSL | 301.24º | 0.71% | 0.6% | - |
| HSV(B) | 301.24º | 0.64% | 0.89% | - |
| XYZ | 47.63 | 27.38 | 72.59 | - |
| YUV | 140.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 223 | 0 | 0.64 | 0.01 | 0.11 | 301.24 | 0.71 | 0.6 |
| Hex | E2 | 51 | DF | 0 | 40 | 1 | B | 12D | 47 | 3C |
| Octal | 342 | 121 | 337 | 0 | 100 | 1 | 13 | 455 | 107 | 74 |
| Binary | 11100010 | 1010001 | 11011111 | 0 | 1000000 | 1 | 1011 | 100101101 | 1000111 | 111100 |
Color Harmonies of #E251DF
Complementary color
Monochromatic Colors of #E251DF
Black with #E251DF
Text Example
Text Example
White with #E251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E251DF; }
p { color: rgb(226,81,223); }
H1.HeaderClassName
{
color: #E251DF;
}
.AnyTagClassName
{
color: #E251DF;
}
</style>
background-color css
<style>
a { background-color: #E251DF; }
a { background-color: rgb(226,81,223); }
div.DivClassName
{
background-color: #E251DF;
}
.BgClassName
{
background-color: #E251DF;
}
</style>
border-color css
<style>
span { border-color: #E251DF; }
span { border-color: rgb(226,81,223); }
td.TdClassName
{
border-color: #E251DF;
}
.TagClassName
{
border-color: #E251DF;
}
</style>