Html Css Color HEX #E15BDC Free Speech Magenta
📋 copy color: '#E15BDC'red 225 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #E15BDC
Tints of Free Speech Magenta #E15BDC
RGB
CMYK
RGB Variations
Color information
#E15BDC (or 0xE15BDC) is known color: Free Speech Magenta. HEX triplet: E1, 5B and DC. RGB value is (225,91,220). Sum of RGB (Red+Green+Blue) = 225+91+220=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BDC is #1EA423. Grayscale: #919191. Windows color (decimal): -2008100 or 14441441. OLE color: 14441441.
HSL color Cylindrical-coordinate representation of color #E15BDC: hue angle of 302.24º 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 #E15BDC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 220 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.12 |
| HSL | 302.24º | 0.69% | 0.62% | - |
| HSV(B) | 302.24º | 0.6% | 0.88% | - |
| XYZ | 47.71 | 28.66 | 70.73 | - |
| YUV | 145.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 220 | 0 | 0.60 | 0.02 | 0.12 | 302.24 | 0.69 | 0.62 |
| Hex | E1 | 5B | DC | 0 | 3C | 2 | C | 12E | 45 | 3E |
| Octal | 341 | 133 | 334 | 0 | 74 | 2 | 14 | 456 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11011100 | 0 | 111100 | 10 | 1100 | 100101110 | 1000101 | 111110 |
Color Harmonies of #E15BDC
Complementary color
Monochromatic Colors of #E15BDC
Black with #E15BDC
Text Example
Text Example
White with #E15BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BDC; }
p { color: rgb(225,91,220); }
H1.HeaderClassName
{
color: #E15BDC;
}
.AnyTagClassName
{
color: #E15BDC;
}
</style>
background-color css
<style>
a { background-color: #E15BDC; }
a { background-color: rgb(225,91,220); }
div.DivClassName
{
background-color: #E15BDC;
}
.BgClassName
{
background-color: #E15BDC;
}
</style>
border-color css
<style>
span { border-color: #E15BDC; }
span { border-color: rgb(225,91,220); }
td.TdClassName
{
border-color: #E15BDC;
}
.TagClassName
{
border-color: #E15BDC;
}
</style>