Html Css Color HEX #E15ADA Free Speech Magenta
📋 copy color: '#E15ADA'red 225 ◦ green 90 ◦ blue 218
Shades of Free Speech Magenta #E15ADA
Tints of Free Speech Magenta #E15ADA
RGB
CMYK
RGB Variations
Color information
#E15ADA (or 0xE15ADA) is known color: Free Speech Magenta. HEX triplet: E1, 5A and DA. RGB value is (225,90,218). Sum of RGB (Red+Green+Blue) = 225+90+218=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADA is #1EA525. Grayscale: #909090. Windows color (decimal): -2008358 or 14310113. OLE color: 14310113.
HSL color Cylindrical-coordinate representation of color #E15ADA: hue angle of 303.11º 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 #E15ADA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 218 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.12 |
| HSL | 303.11º | 0.69% | 0.62% | - |
| HSV(B) | 303.11º | 0.6% | 0.88% | - |
| XYZ | 47.36 | 28.38 | 69.31 | - |
| YUV | 144.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 218 | 0 | 0.60 | 0.03 | 0.12 | 303.11 | 0.69 | 0.62 |
| Hex | E1 | 5A | DA | 0 | 3C | 3 | C | 12F | 45 | 3E |
| Octal | 341 | 132 | 332 | 0 | 74 | 3 | 14 | 457 | 105 | 76 |
| Binary | 11100001 | 1011010 | 11011010 | 0 | 111100 | 11 | 1100 | 100101111 | 1000101 | 111110 |
Color Harmonies of #E15ADA
Complementary color
Monochromatic Colors of #E15ADA
Black with #E15ADA
Text Example
Text Example
White with #E15ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ADA; }
p { color: rgb(225,90,218); }
H1.HeaderClassName
{
color: #E15ADA;
}
.AnyTagClassName
{
color: #E15ADA;
}
</style>
background-color css
<style>
a { background-color: #E15ADA; }
a { background-color: rgb(225,90,218); }
div.DivClassName
{
background-color: #E15ADA;
}
.BgClassName
{
background-color: #E15ADA;
}
</style>
border-color css
<style>
span { border-color: #E15ADA; }
span { border-color: rgb(225,90,218); }
td.TdClassName
{
border-color: #E15ADA;
}
.TagClassName
{
border-color: #E15ADA;
}
</style>