Html Css Color HEX #E15BCB Free Speech Magenta
📋 copy color: '#E15BCB'red 225 ◦ green 91 ◦ blue 203
Shades of Free Speech Magenta #E15BCB
Tints of Free Speech Magenta #E15BCB
RGB
CMYK
RGB Variations
Color information
#E15BCB (or 0xE15BCB) is known color: Free Speech Magenta. HEX triplet: E1, 5B and CB. RGB value is (225,91,203). Sum of RGB (Red+Green+Blue) = 225+91+203=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BCB is #1EA434. Grayscale: #8F8F8F. Windows color (decimal): -2008117 or 13327329. OLE color: 13327329.
HSL color Cylindrical-coordinate representation of color #E15BCB: hue angle of 309.85º 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 #E15BCB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 203 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.12 |
| HSL | 309.85º | 0.69% | 0.62% | - |
| HSV(B) | 309.85º | 0.6% | 0.88% | - |
| XYZ | 45.57 | 27.8 | 59.46 | - |
| YUV | 143.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 203 | 0 | 0.60 | 0.10 | 0.12 | 309.85 | 0.69 | 0.62 |
| Hex | E1 | 5B | CB | 0 | 3C | A | C | 136 | 45 | 3E |
| Octal | 341 | 133 | 313 | 0 | 74 | 12 | 14 | 466 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11001011 | 0 | 111100 | 1010 | 1100 | 100110110 | 1000101 | 111110 |
Color Harmonies of #E15BCB
Complementary color
Monochromatic Colors of #E15BCB
Black with #E15BCB
Text Example
Text Example
White with #E15BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BCB; }
p { color: rgb(225,91,203); }
H1.HeaderClassName
{
color: #E15BCB;
}
.AnyTagClassName
{
color: #E15BCB;
}
</style>
background-color css
<style>
a { background-color: #E15BCB; }
a { background-color: rgb(225,91,203); }
div.DivClassName
{
background-color: #E15BCB;
}
.BgClassName
{
background-color: #E15BCB;
}
</style>
border-color css
<style>
span { border-color: #E15BCB; }
span { border-color: rgb(225,91,203); }
td.TdClassName
{
border-color: #E15BCB;
}
.TagClassName
{
border-color: #E15BCB;
}
</style>