Html Css Color HEX #E250DF Free Speech Magenta
📋 copy color: '#E250DF'red 226 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #E250DF
Tints of Free Speech Magenta #E250DF
RGB
CMYK
RGB Variations
Color information
#E250DF (or 0xE250DF) is known color: Free Speech Magenta. HEX triplet: E2, 50 and DF. RGB value is (226,80,223). Sum of RGB (Red+Green+Blue) = 226+80+223=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E250DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250DF is #1DAF20. Grayscale: #8B8B8B. Windows color (decimal): -1945377 or 14635234. OLE color: 14635234.
HSL color Cylindrical-coordinate representation of color #E250DF: hue angle of 301.23º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250DF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 223 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.11 |
| HSL | 301.23º | 0.72% | 0.6% | - |
| HSV(B) | 301.23º | 0.65% | 0.89% | - |
| XYZ | 47.55 | 27.23 | 72.56 | - |
| YUV | 139.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 223 | 0 | 0.65 | 0.01 | 0.11 | 301.23 | 0.72 | 0.6 |
| Hex | E2 | 50 | DF | 0 | 41 | 1 | B | 12D | 48 | 3C |
| Octal | 342 | 120 | 337 | 0 | 101 | 1 | 13 | 455 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11011111 | 0 | 1000001 | 1 | 1011 | 100101101 | 1001000 | 111100 |
Color Harmonies of #E250DF
Complementary color
Monochromatic Colors of #E250DF
Black with #E250DF
Text Example
Text Example
White with #E250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250DF; }
p { color: rgb(226,80,223); }
H1.HeaderClassName
{
color: #E250DF;
}
.AnyTagClassName
{
color: #E250DF;
}
</style>
background-color css
<style>
a { background-color: #E250DF; }
a { background-color: rgb(226,80,223); }
div.DivClassName
{
background-color: #E250DF;
}
.BgClassName
{
background-color: #E250DF;
}
</style>
border-color css
<style>
span { border-color: #E250DF; }
span { border-color: rgb(226,80,223); }
td.TdClassName
{
border-color: #E250DF;
}
.TagClassName
{
border-color: #E250DF;
}
</style>