Html Css Color HEX #E15AD5 Free Speech Magenta
📋 copy color: '#E15AD5'red 225 ◦ green 90 ◦ blue 213
Shades of Free Speech Magenta #E15AD5
Tints of Free Speech Magenta #E15AD5
RGB
CMYK
RGB Variations
Color information
#E15AD5 (or 0xE15AD5) is known color: Free Speech Magenta. HEX triplet: E1, 5A and D5. RGB value is (225,90,213). Sum of RGB (Red+Green+Blue) = 225+90+213=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15AD5 is #1EA52A. Grayscale: #909090. Windows color (decimal): -2008363 or 13982433. OLE color: 13982433.
HSL color Cylindrical-coordinate representation of color #E15AD5: hue angle of 305.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 #E15AD5 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 213 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.12 |
| HSL | 305.33º | 0.69% | 0.62% | - |
| HSV(B) | 305.33º | 0.6% | 0.88% | - |
| XYZ | 46.72 | 28.12 | 65.92 | - |
| YUV | 144.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 213 | 0 | 0.60 | 0.05 | 0.12 | 305.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | D5 | 0 | 3C | 5 | C | 131 | 45 | 3E |
| Octal | 341 | 132 | 325 | 0 | 74 | 5 | 14 | 461 | 105 | 76 |
| Binary | 11100001 | 1011010 | 11010101 | 0 | 111100 | 101 | 1100 | 100110001 | 1000101 | 111110 |
Color Harmonies of #E15AD5
Complementary color
Monochromatic Colors of #E15AD5
Black with #E15AD5
Text Example
Text Example
White with #E15AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AD5; }
p { color: rgb(225,90,213); }
H1.HeaderClassName
{
color: #E15AD5;
}
.AnyTagClassName
{
color: #E15AD5;
}
</style>
background-color css
<style>
a { background-color: #E15AD5; }
a { background-color: rgb(225,90,213); }
div.DivClassName
{
background-color: #E15AD5;
}
.BgClassName
{
background-color: #E15AD5;
}
</style>
border-color css
<style>
span { border-color: #E15AD5; }
span { border-color: rgb(225,90,213); }
td.TdClassName
{
border-color: #E15AD5;
}
.TagClassName
{
border-color: #E15AD5;
}
</style>