Html Css Color HEX #E258DF Free Speech Magenta
📋 copy color: '#E258DF'red 226 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #E258DF
Tints of Free Speech Magenta #E258DF
RGB
CMYK
RGB Variations
Color information
#E258DF (or 0xE258DF) is known color: Free Speech Magenta. HEX triplet: E2, 58 and DF. RGB value is (226,88,223). Sum of RGB (Red+Green+Blue) = 226+88+223=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E258DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258DF is #1DA720. Grayscale: #909090. Windows color (decimal): -1943329 or 14637282. OLE color: 14637282.
HSL color Cylindrical-coordinate representation of color #E258DF: hue angle of 301.3º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E258DF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 223 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.11 |
| HSL | 301.3º | 0.7% | 0.62% | - |
| HSV(B) | 301.3º | 0.61% | 0.89% | - |
| XYZ | 48.17 | 28.48 | 72.77 | - |
| YUV | 144.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 223 | 0 | 0.61 | 0.01 | 0.11 | 301.3 | 0.7 | 0.62 |
| Hex | E2 | 58 | DF | 0 | 3D | 1 | B | 12D | 46 | 3E |
| Octal | 342 | 130 | 337 | 0 | 75 | 1 | 13 | 455 | 106 | 76 |
| Binary | 11100010 | 1011000 | 11011111 | 0 | 111101 | 1 | 1011 | 100101101 | 1000110 | 111110 |
Color Harmonies of #E258DF
Complementary color
Monochromatic Colors of #E258DF
Black with #E258DF
Text Example
Text Example
White with #E258DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258DF; }
p { color: rgb(226,88,223); }
H1.HeaderClassName
{
color: #E258DF;
}
.AnyTagClassName
{
color: #E258DF;
}
</style>
background-color css
<style>
a { background-color: #E258DF; }
a { background-color: rgb(226,88,223); }
div.DivClassName
{
background-color: #E258DF;
}
.BgClassName
{
background-color: #E258DF;
}
</style>
border-color css
<style>
span { border-color: #E258DF; }
span { border-color: rgb(226,88,223); }
td.TdClassName
{
border-color: #E258DF;
}
.TagClassName
{
border-color: #E258DF;
}
</style>