Html Css Color HEX #E25FDF Free Speech Magenta
📋 copy color: '#E25FDF'red 226 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E25FDF
Tints of Free Speech Magenta #E25FDF
RGB
CMYK
RGB Variations
Color information
#E25FDF (or 0xE25FDF) is known color: Free Speech Magenta. HEX triplet: E2, 5F and DF. RGB value is (226,95,223). Sum of RGB (Red+Green+Blue) = 226+95+223=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25FDF is #1DA020. Grayscale: #949494. Windows color (decimal): -1941537 or 14639074. OLE color: 14639074.
HSL color Cylindrical-coordinate representation of color #E25FDF: hue angle of 301.37º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25FDF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 223 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.11 |
| HSL | 301.37º | 0.69% | 0.63% | - |
| HSV(B) | 301.37º | 0.58% | 0.89% | - |
| XYZ | 48.78 | 29.68 | 72.97 | - |
| YUV | 148.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 223 | 0 | 0.58 | 0.01 | 0.11 | 301.37 | 0.69 | 0.63 |
| Hex | E2 | 5F | DF | 0 | 3A | 1 | B | 12D | 45 | 3F |
| Octal | 342 | 137 | 337 | 0 | 72 | 1 | 13 | 455 | 105 | 77 |
| Binary | 11100010 | 1011111 | 11011111 | 0 | 111010 | 1 | 1011 | 100101101 | 1000101 | 111111 |
Color Harmonies of #E25FDF
Complementary color
Monochromatic Colors of #E25FDF
Black with #E25FDF
Text Example
Text Example
White with #E25FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FDF; }
p { color: rgb(226,95,223); }
H1.HeaderClassName
{
color: #E25FDF;
}
.AnyTagClassName
{
color: #E25FDF;
}
</style>
background-color css
<style>
a { background-color: #E25FDF; }
a { background-color: rgb(226,95,223); }
div.DivClassName
{
background-color: #E25FDF;
}
.BgClassName
{
background-color: #E25FDF;
}
</style>
border-color css
<style>
span { border-color: #E25FDF; }
span { border-color: rgb(226,95,223); }
td.TdClassName
{
border-color: #E25FDF;
}
.TagClassName
{
border-color: #E25FDF;
}
</style>