Html Css Color HEX #E25EDF Free Speech Magenta
📋 copy color: '#E25EDF'red 226 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #E25EDF
Tints of Free Speech Magenta #E25EDF
RGB
CMYK
RGB Variations
Color information
#E25EDF (or 0xE25EDF) is known color: Free Speech Magenta. HEX triplet: E2, 5E and DF. RGB value is (226,94,223). Sum of RGB (Red+Green+Blue) = 226+94+223=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EDF is #1DA120. Grayscale: #939393. Windows color (decimal): -1941793 or 14638818. OLE color: 14638818.
HSL color Cylindrical-coordinate representation of color #E25EDF: hue angle of 301.36º 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 #E25EDF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 223 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.11 |
| HSL | 301.36º | 0.69% | 0.63% | - |
| HSV(B) | 301.36º | 0.58% | 0.89% | - |
| XYZ | 48.69 | 29.5 | 72.94 | - |
| YUV | 148.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 223 | 0 | 0.58 | 0.01 | 0.11 | 301.36 | 0.69 | 0.63 |
| Hex | E2 | 5E | DF | 0 | 3A | 1 | B | 12D | 45 | 3F |
| Octal | 342 | 136 | 337 | 0 | 72 | 1 | 13 | 455 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11011111 | 0 | 111010 | 1 | 1011 | 100101101 | 1000101 | 111111 |
Color Harmonies of #E25EDF
Complementary color
Monochromatic Colors of #E25EDF
Black with #E25EDF
Text Example
Text Example
White with #E25EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EDF; }
p { color: rgb(226,94,223); }
H1.HeaderClassName
{
color: #E25EDF;
}
.AnyTagClassName
{
color: #E25EDF;
}
</style>
background-color css
<style>
a { background-color: #E25EDF; }
a { background-color: rgb(226,94,223); }
div.DivClassName
{
background-color: #E25EDF;
}
.BgClassName
{
background-color: #E25EDF;
}
</style>
border-color css
<style>
span { border-color: #E25EDF; }
span { border-color: rgb(226,94,223); }
td.TdClassName
{
border-color: #E25EDF;
}
.TagClassName
{
border-color: #E25EDF;
}
</style>