Html Css Color HEX #E15ADE Free Speech Magenta
📋 copy color: '#E15ADE'red 225 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E15ADE
Tints of Free Speech Magenta #E15ADE
RGB
CMYK
RGB Variations
Color information
#E15ADE (or 0xE15ADE) is known color: Free Speech Magenta. HEX triplet: E1, 5A and DE. RGB value is (225,90,222). Sum of RGB (Red+Green+Blue) = 225+90+222=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADE is #1EA521. Grayscale: #919191. Windows color (decimal): -2008354 or 14572257. OLE color: 14572257.
HSL color Cylindrical-coordinate representation of color #E15ADE: hue angle of 301.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15ADE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 222 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.12 |
| HSL | 301.33º | 0.69% | 0.62% | - |
| HSV(B) | 301.33º | 0.6% | 0.88% | - |
| XYZ | 47.89 | 28.59 | 72.1 | - |
| YUV | 145.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 222 | 0 | 0.60 | 0.01 | 0.12 | 301.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | DE | 0 | 3C | 1 | C | 12D | 45 | 3E |
| Octal | 341 | 132 | 336 | 0 | 74 | 1 | 14 | 455 | 105 | 76 |
| Binary | 11100001 | 1011010 | 11011110 | 0 | 111100 | 1 | 1100 | 100101101 | 1000101 | 111110 |
Color Harmonies of #E15ADE
Complementary color
Monochromatic Colors of #E15ADE
Black with #E15ADE
Text Example
Text Example
White with #E15ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ADE; }
p { color: rgb(225,90,222); }
H1.HeaderClassName
{
color: #E15ADE;
}
.AnyTagClassName
{
color: #E15ADE;
}
</style>
background-color css
<style>
a { background-color: #E15ADE; }
a { background-color: rgb(225,90,222); }
div.DivClassName
{
background-color: #E15ADE;
}
.BgClassName
{
background-color: #E15ADE;
}
</style>
border-color css
<style>
span { border-color: #E15ADE; }
span { border-color: rgb(225,90,222); }
td.TdClassName
{
border-color: #E15ADE;
}
.TagClassName
{
border-color: #E15ADE;
}
</style>