Html Css Color HEX #E15ADF Free Speech Magenta
📋 copy color: '#E15ADF'red 225 ◦ green 90 ◦ blue 223
Shades of Free Speech Magenta #E15ADF
Tints of Free Speech Magenta #E15ADF
RGB
CMYK
RGB Variations
Color information
#E15ADF (or 0xE15ADF) is known color: Free Speech Magenta. HEX triplet: E1, 5A and DF. RGB value is (225,90,223). Sum of RGB (Red+Green+Blue) = 225+90+223=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADF is #1EA520. Grayscale: #919191. Windows color (decimal): -2008353 or 14637793. OLE color: 14637793.
HSL color Cylindrical-coordinate representation of color #E15ADF: hue angle of 300.89º 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 #E15ADF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 223 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.12 |
| HSL | 300.89º | 0.69% | 0.62% | - |
| HSV(B) | 300.89º | 0.6% | 0.88% | - |
| XYZ | 48.03 | 28.65 | 72.81 | - |
| YUV | 145.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 223 | 0 | 0.60 | 0.01 | 0.12 | 300.89 | 0.69 | 0.62 |
| Hex | E1 | 5A | DF | 0 | 3C | 1 | C | 12D | 45 | 3E |
| Octal | 341 | 132 | 337 | 0 | 74 | 1 | 14 | 455 | 105 | 76 |
| Binary | 11100001 | 1011010 | 11011111 | 0 | 111100 | 1 | 1100 | 100101101 | 1000101 | 111110 |
Color Harmonies of #E15ADF
Complementary color
Monochromatic Colors of #E15ADF
Black with #E15ADF
Text Example
Text Example
White with #E15ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ADF; }
p { color: rgb(225,90,223); }
H1.HeaderClassName
{
color: #E15ADF;
}
.AnyTagClassName
{
color: #E15ADF;
}
</style>
background-color css
<style>
a { background-color: #E15ADF; }
a { background-color: rgb(225,90,223); }
div.DivClassName
{
background-color: #E15ADF;
}
.BgClassName
{
background-color: #E15ADF;
}
</style>
border-color css
<style>
span { border-color: #E15ADF; }
span { border-color: rgb(225,90,223); }
td.TdClassName
{
border-color: #E15ADF;
}
.TagClassName
{
border-color: #E15ADF;
}
</style>