Html Css Color HEX #E15EDA Free Speech Magenta
📋 copy color: '#E15EDA'red 225 ◦ green 94 ◦ blue 218
Shades of Free Speech Magenta #E15EDA
Tints of Free Speech Magenta #E15EDA
RGB
CMYK
RGB Variations
Color information
#E15EDA (or 0xE15EDA) is known color: Free Speech Magenta. HEX triplet: E1, 5E and DA. RGB value is (225,94,218). Sum of RGB (Red+Green+Blue) = 225+94+218=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EDA is #1EA125. Grayscale: #929292. Windows color (decimal): -2007334 or 14311137. OLE color: 14311137.
HSL color Cylindrical-coordinate representation of color #E15EDA: hue angle of 303.21º 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 #E15EDA is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 218 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.12 |
| HSL | 303.21º | 0.69% | 0.63% | - |
| HSV(B) | 303.21º | 0.58% | 0.88% | - |
| XYZ | 47.71 | 29.07 | 69.43 | - |
| YUV | 147.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 218 | 0 | 0.58 | 0.03 | 0.12 | 303.21 | 0.69 | 0.63 |
| Hex | E1 | 5E | DA | 0 | 3A | 3 | C | 12F | 45 | 3F |
| Octal | 341 | 136 | 332 | 0 | 72 | 3 | 14 | 457 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11011010 | 0 | 111010 | 11 | 1100 | 100101111 | 1000101 | 111111 |
Color Harmonies of #E15EDA
Complementary color
Monochromatic Colors of #E15EDA
Black with #E15EDA
Text Example
Text Example
White with #E15EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EDA; }
p { color: rgb(225,94,218); }
H1.HeaderClassName
{
color: #E15EDA;
}
.AnyTagClassName
{
color: #E15EDA;
}
</style>
background-color css
<style>
a { background-color: #E15EDA; }
a { background-color: rgb(225,94,218); }
div.DivClassName
{
background-color: #E15EDA;
}
.BgClassName
{
background-color: #E15EDA;
}
</style>
border-color css
<style>
span { border-color: #E15EDA; }
span { border-color: rgb(225,94,218); }
td.TdClassName
{
border-color: #E15EDA;
}
.TagClassName
{
border-color: #E15EDA;
}
</style>