Html Css Color HEX #E15BCD Free Speech Magenta
📋 copy color: '#E15BCD'red 225 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #E15BCD
Tints of Free Speech Magenta #E15BCD
RGB
CMYK
RGB Variations
Color information
#E15BCD (or 0xE15BCD) is known color: Free Speech Magenta. HEX triplet: E1, 5B and CD. RGB value is (225,91,205). Sum of RGB (Red+Green+Blue) = 225+91+205=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BCD is #1EA432. Grayscale: #8F8F8F. Windows color (decimal): -2008115 or 13458401. OLE color: 13458401.
HSL color Cylindrical-coordinate representation of color #E15BCD: hue angle of 308.96º 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 #E15BCD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 205 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.12 |
| HSL | 308.96º | 0.69% | 0.62% | - |
| HSV(B) | 308.96º | 0.6% | 0.88% | - |
| XYZ | 45.81 | 27.9 | 60.73 | - |
| YUV | 144.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 205 | 0 | 0.60 | 0.09 | 0.12 | 308.96 | 0.69 | 0.62 |
| Hex | E1 | 5B | CD | 0 | 3C | 9 | C | 135 | 45 | 3E |
| Octal | 341 | 133 | 315 | 0 | 74 | 11 | 14 | 465 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11001101 | 0 | 111100 | 1001 | 1100 | 100110101 | 1000101 | 111110 |
Color Harmonies of #E15BCD
Complementary color
Monochromatic Colors of #E15BCD
Black with #E15BCD
Text Example
Text Example
White with #E15BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BCD; }
p { color: rgb(225,91,205); }
H1.HeaderClassName
{
color: #E15BCD;
}
.AnyTagClassName
{
color: #E15BCD;
}
</style>
background-color css
<style>
a { background-color: #E15BCD; }
a { background-color: rgb(225,91,205); }
div.DivClassName
{
background-color: #E15BCD;
}
.BgClassName
{
background-color: #E15BCD;
}
</style>
border-color css
<style>
span { border-color: #E15BCD; }
span { border-color: rgb(225,91,205); }
td.TdClassName
{
border-color: #E15BCD;
}
.TagClassName
{
border-color: #E15BCD;
}
</style>