Html Css Color HEX #E15BBE Free Speech Magenta
📋 copy color: '#E15BBE'red 225 ◦ green 91 ◦ blue 190
Shades of Free Speech Magenta #E15BBE
Tints of Free Speech Magenta #E15BBE
RGB
CMYK
RGB Variations
Color information
#E15BBE (or 0xE15BBE) is known color: Free Speech Magenta. HEX triplet: E1, 5B and BE. RGB value is (225,91,190). Sum of RGB (Red+Green+Blue) = 225+91+190=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BBE is #1EA441. Grayscale: #8E8E8E. Windows color (decimal): -2008130 or 12475361. OLE color: 12475361.
HSL color Cylindrical-coordinate representation of color #E15BBE: hue angle of 315.67º 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 #E15BBE is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 190 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.12 |
| HSL | 315.67º | 0.69% | 0.62% | - |
| HSV(B) | 315.67º | 0.6% | 0.88% | - |
| XYZ | 44.09 | 27.21 | 51.64 | - |
| YUV | 142.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 190 | 0 | 0.60 | 0.16 | 0.12 | 315.67 | 0.69 | 0.62 |
| Hex | E1 | 5B | BE | 0 | 3C | 10 | C | 13C | 45 | 3E |
| Octal | 341 | 133 | 276 | 0 | 74 | 20 | 14 | 474 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10111110 | 0 | 111100 | 10000 | 1100 | 100111100 | 1000101 | 111110 |
Color Harmonies of #E15BBE
Complementary color
Monochromatic Colors of #E15BBE
Black with #E15BBE
Text Example
Text Example
White with #E15BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BBE; }
p { color: rgb(225,91,190); }
H1.HeaderClassName
{
color: #E15BBE;
}
.AnyTagClassName
{
color: #E15BBE;
}
</style>
background-color css
<style>
a { background-color: #E15BBE; }
a { background-color: rgb(225,91,190); }
div.DivClassName
{
background-color: #E15BBE;
}
.BgClassName
{
background-color: #E15BBE;
}
</style>
border-color css
<style>
span { border-color: #E15BBE; }
span { border-color: rgb(225,91,190); }
td.TdClassName
{
border-color: #E15BBE;
}
.TagClassName
{
border-color: #E15BBE;
}
</style>