Html Css Color HEX #E15BC2 Free Speech Magenta
📋 copy color: '#E15BC2'red 225 ◦ green 91 ◦ blue 194
Shades of Free Speech Magenta #E15BC2
Tints of Free Speech Magenta #E15BC2
RGB
CMYK
RGB Variations
Color information
#E15BC2 (or 0xE15BC2) is known color: Free Speech Magenta. HEX triplet: E1, 5B and C2. RGB value is (225,91,194). Sum of RGB (Red+Green+Blue) = 225+91+194=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BC2 is #1EA43D. Grayscale: #8E8E8E. Windows color (decimal): -2008126 or 12737505. OLE color: 12737505.
HSL color Cylindrical-coordinate representation of color #E15BC2: hue angle of 313.88º 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 #E15BC2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 194 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.12 |
| HSL | 313.88º | 0.69% | 0.62% | - |
| HSV(B) | 313.88º | 0.6% | 0.88% | - |
| XYZ | 44.53 | 27.38 | 53.98 | - |
| YUV | 142.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 194 | 0 | 0.60 | 0.14 | 0.12 | 313.88 | 0.69 | 0.62 |
| Hex | E1 | 5B | C2 | 0 | 3C | E | C | 13A | 45 | 3E |
| Octal | 341 | 133 | 302 | 0 | 74 | 16 | 14 | 472 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11000010 | 0 | 111100 | 1110 | 1100 | 100111010 | 1000101 | 111110 |
Color Harmonies of #E15BC2
Complementary color
Monochromatic Colors of #E15BC2
Black with #E15BC2
Text Example
Text Example
White with #E15BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BC2; }
p { color: rgb(225,91,194); }
H1.HeaderClassName
{
color: #E15BC2;
}
.AnyTagClassName
{
color: #E15BC2;
}
</style>
background-color css
<style>
a { background-color: #E15BC2; }
a { background-color: rgb(225,91,194); }
div.DivClassName
{
background-color: #E15BC2;
}
.BgClassName
{
background-color: #E15BC2;
}
</style>
border-color css
<style>
span { border-color: #E15BC2; }
span { border-color: rgb(225,91,194); }
td.TdClassName
{
border-color: #E15BC2;
}
.TagClassName
{
border-color: #E15BC2;
}
</style>