Html Css Color HEX #E15DDF Free Speech Magenta
📋 copy color: '#E15DDF'red 225 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #E15DDF
Tints of Free Speech Magenta #E15DDF
RGB
CMYK
RGB Variations
Color information
#E15DDF (or 0xE15DDF) is known color: Free Speech Magenta. HEX triplet: E1, 5D and DF. RGB value is (225,93,223). Sum of RGB (Red+Green+Blue) = 225+93+223=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DDF is #1EA220. Grayscale: #929292. Windows color (decimal): -2007585 or 14638561. OLE color: 14638561.
HSL color Cylindrical-coordinate representation of color #E15DDF: hue angle of 300.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DDF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 223 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.12 |
| HSL | 300.91º | 0.69% | 0.62% | - |
| HSV(B) | 300.91º | 0.59% | 0.88% | - |
| XYZ | 48.28 | 29.16 | 72.9 | - |
| YUV | 147.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 223 | 0 | 0.59 | 0.01 | 0.12 | 300.91 | 0.69 | 0.62 |
| Hex | E1 | 5D | DF | 0 | 3B | 1 | C | 12D | 45 | 3E |
| Octal | 341 | 135 | 337 | 0 | 73 | 1 | 14 | 455 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11011111 | 0 | 111011 | 1 | 1100 | 100101101 | 1000101 | 111110 |
Color Harmonies of #E15DDF
Complementary color
Monochromatic Colors of #E15DDF
Black with #E15DDF
Text Example
Text Example
White with #E15DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DDF; }
p { color: rgb(225,93,223); }
H1.HeaderClassName
{
color: #E15DDF;
}
.AnyTagClassName
{
color: #E15DDF;
}
</style>
background-color css
<style>
a { background-color: #E15DDF; }
a { background-color: rgb(225,93,223); }
div.DivClassName
{
background-color: #E15DDF;
}
.BgClassName
{
background-color: #E15DDF;
}
</style>
border-color css
<style>
span { border-color: #E15DDF; }
span { border-color: rgb(225,93,223); }
td.TdClassName
{
border-color: #E15DDF;
}
.TagClassName
{
border-color: #E15DDF;
}
</style>