Html Css Color HEX #E15FDF Free Speech Magenta
📋 copy color: '#E15FDF'red 225 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E15FDF
Tints of Free Speech Magenta #E15FDF
RGB
CMYK
RGB Variations
Color information
#E15FDF (or 0xE15FDF) is known color: Free Speech Magenta. HEX triplet: E1, 5F and DF. RGB value is (225,95,223). Sum of RGB (Red+Green+Blue) = 225+95+223=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FDF is #1EA020. Grayscale: #949494. Windows color (decimal): -2007073 or 14639073. OLE color: 14639073.
HSL color Cylindrical-coordinate representation of color #E15FDF: hue angle of 300.92º degrees, saturation: 0.68, 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 #E15FDF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 223 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.12 |
| HSL | 300.92º | 0.68% | 0.63% | - |
| HSV(B) | 300.92º | 0.58% | 0.88% | - |
| XYZ | 48.46 | 29.52 | 72.96 | - |
| YUV | 148.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 223 | 0 | 0.58 | 0.01 | 0.12 | 300.92 | 0.68 | 0.63 |
| Hex | E1 | 5F | DF | 0 | 3A | 1 | C | 12D | 44 | 3F |
| Octal | 341 | 137 | 337 | 0 | 72 | 1 | 14 | 455 | 104 | 77 |
| Binary | 11100001 | 1011111 | 11011111 | 0 | 111010 | 1 | 1100 | 100101101 | 1000100 | 111111 |
Color Harmonies of #E15FDF
Complementary color
Monochromatic Colors of #E15FDF
Black with #E15FDF
Text Example
Text Example
White with #E15FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FDF; }
p { color: rgb(225,95,223); }
H1.HeaderClassName
{
color: #E15FDF;
}
.AnyTagClassName
{
color: #E15FDF;
}
</style>
background-color css
<style>
a { background-color: #E15FDF; }
a { background-color: rgb(225,95,223); }
div.DivClassName
{
background-color: #E15FDF;
}
.BgClassName
{
background-color: #E15FDF;
}
</style>
border-color css
<style>
span { border-color: #E15FDF; }
span { border-color: rgb(225,95,223); }
td.TdClassName
{
border-color: #E15FDF;
}
.TagClassName
{
border-color: #E15FDF;
}
</style>