Html Css Color HEX #E25EDD Free Speech Magenta
📋 copy color: '#E25EDD'red 226 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E25EDD
Tints of Free Speech Magenta #E25EDD
RGB
CMYK
RGB Variations
Color information
#E25EDD (or 0xE25EDD) is known color: Free Speech Magenta. HEX triplet: E2, 5E and DD. RGB value is (226,94,221). Sum of RGB (Red+Green+Blue) = 226+94+221=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EDD is #1DA122. Grayscale: #939393. Windows color (decimal): -1941795 or 14507746. OLE color: 14507746.
HSL color Cylindrical-coordinate representation of color #E25EDD: hue angle of 302.27º 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 #E25EDD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 221 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.11 |
| HSL | 302.27º | 0.69% | 0.63% | - |
| HSV(B) | 302.27º | 0.58% | 0.89% | - |
| XYZ | 48.42 | 29.39 | 71.53 | - |
| YUV | 147.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 221 | 0 | 0.58 | 0.02 | 0.11 | 302.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | DD | 0 | 3A | 2 | B | 12E | 45 | 3F |
| Octal | 342 | 136 | 335 | 0 | 72 | 2 | 13 | 456 | 105 | 77 |
| Binary | 11100010 | 1011110 | 11011101 | 0 | 111010 | 10 | 1011 | 100101110 | 1000101 | 111111 |
Color Harmonies of #E25EDD
Complementary color
Monochromatic Colors of #E25EDD
Black with #E25EDD
Text Example
Text Example
White with #E25EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EDD; }
p { color: rgb(226,94,221); }
H1.HeaderClassName
{
color: #E25EDD;
}
.AnyTagClassName
{
color: #E25EDD;
}
</style>
background-color css
<style>
a { background-color: #E25EDD; }
a { background-color: rgb(226,94,221); }
div.DivClassName
{
background-color: #E25EDD;
}
.BgClassName
{
background-color: #E25EDD;
}
</style>
border-color css
<style>
span { border-color: #E25EDD; }
span { border-color: rgb(226,94,221); }
td.TdClassName
{
border-color: #E25EDD;
}
.TagClassName
{
border-color: #E25EDD;
}
</style>