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