Html Css Color HEX #E15EDD Free Speech Magenta
📋 copy color: '#E15EDD'red 225 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E15EDD
Tints of Free Speech Magenta #E15EDD
RGB
CMYK
RGB Variations
Color information
#E15EDD (or 0xE15EDD) is known color: Free Speech Magenta. HEX triplet: E1, 5E and DD. RGB value is (225,94,221). Sum of RGB (Red+Green+Blue) = 225+94+221=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EDD is #1EA122. Grayscale: #939393. Windows color (decimal): -2007331 or 14507745. OLE color: 14507745.
HSL color Cylindrical-coordinate representation of color #E15EDD: hue angle of 301.83º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EDD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 221 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.12 |
| HSL | 301.83º | 0.69% | 0.63% | - |
| HSV(B) | 301.83º | 0.58% | 0.88% | - |
| XYZ | 48.11 | 29.23 | 71.51 | - |
| YUV | 147.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 221 | 0 | 0.58 | 0.02 | 0.12 | 301.83 | 0.69 | 0.63 |
| Hex | E1 | 5E | DD | 0 | 3A | 2 | C | 12E | 45 | 3F |
| Octal | 341 | 136 | 335 | 0 | 72 | 2 | 14 | 456 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11011101 | 0 | 111010 | 10 | 1100 | 100101110 | 1000101 | 111111 |
Color Harmonies of #E15EDD
Complementary color
Monochromatic Colors of #E15EDD
Black with #E15EDD
Text Example
Text Example
White with #E15EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EDD; }
p { color: rgb(225,94,221); }
H1.HeaderClassName
{
color: #E15EDD;
}
.AnyTagClassName
{
color: #E15EDD;
}
</style>
background-color css
<style>
a { background-color: #E15EDD; }
a { background-color: rgb(225,94,221); }
div.DivClassName
{
background-color: #E15EDD;
}
.BgClassName
{
background-color: #E15EDD;
}
</style>
border-color css
<style>
span { border-color: #E15EDD; }
span { border-color: rgb(225,94,221); }
td.TdClassName
{
border-color: #E15EDD;
}
.TagClassName
{
border-color: #E15EDD;
}
</style>