Html Css Color HEX #E15BD6 Free Speech Magenta
📋 copy color: '#E15BD6'red 225 ◦ green 91 ◦ blue 214
Shades of Free Speech Magenta #E15BD6
Tints of Free Speech Magenta #E15BD6
RGB
CMYK
RGB Variations
Color information
#E15BD6 (or 0xE15BD6) is known color: Free Speech Magenta. HEX triplet: E1, 5B and D6. RGB value is (225,91,214). Sum of RGB (Red+Green+Blue) = 225+91+214=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BD6 is #1EA429. Grayscale: #909090. Windows color (decimal): -2008106 or 14048225. OLE color: 14048225.
HSL color Cylindrical-coordinate representation of color #E15BD6: hue angle of 304.93º 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 #E15BD6 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 214 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.12 |
| HSL | 304.93º | 0.69% | 0.62% | - |
| HSV(B) | 304.93º | 0.6% | 0.88% | - |
| XYZ | 46.93 | 28.34 | 66.62 | - |
| YUV | 145.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 214 | 0 | 0.60 | 0.05 | 0.12 | 304.93 | 0.69 | 0.62 |
| Hex | E1 | 5B | D6 | 0 | 3C | 5 | C | 131 | 45 | 3E |
| Octal | 341 | 133 | 326 | 0 | 74 | 5 | 14 | 461 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11010110 | 0 | 111100 | 101 | 1100 | 100110001 | 1000101 | 111110 |
Color Harmonies of #E15BD6
Complementary color
Monochromatic Colors of #E15BD6
Black with #E15BD6
Text Example
Text Example
White with #E15BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BD6; }
p { color: rgb(225,91,214); }
H1.HeaderClassName
{
color: #E15BD6;
}
.AnyTagClassName
{
color: #E15BD6;
}
</style>
background-color css
<style>
a { background-color: #E15BD6; }
a { background-color: rgb(225,91,214); }
div.DivClassName
{
background-color: #E15BD6;
}
.BgClassName
{
background-color: #E15BD6;
}
</style>
border-color css
<style>
span { border-color: #E15BD6; }
span { border-color: rgb(225,91,214); }
td.TdClassName
{
border-color: #E15BD6;
}
.TagClassName
{
border-color: #E15BD6;
}
</style>