Html Css Color HEX #E15BDA Free Speech Magenta
📋 copy color: '#E15BDA'red 225 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #E15BDA
Tints of Free Speech Magenta #E15BDA
RGB
CMYK
RGB Variations
Color information
#E15BDA (or 0xE15BDA) is known color: Free Speech Magenta. HEX triplet: E1, 5B and DA. RGB value is (225,91,218). Sum of RGB (Red+Green+Blue) = 225+91+218=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BDA is #1EA425. Grayscale: #919191. Windows color (decimal): -2008102 or 14310369. OLE color: 14310369.
HSL color Cylindrical-coordinate representation of color #E15BDA: hue angle of 303.13º 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 #E15BDA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 218 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.12 |
| HSL | 303.13º | 0.69% | 0.62% | - |
| HSV(B) | 303.13º | 0.6% | 0.88% | - |
| XYZ | 47.45 | 28.55 | 69.34 | - |
| YUV | 145.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 218 | 0 | 0.60 | 0.03 | 0.12 | 303.13 | 0.69 | 0.62 |
| Hex | E1 | 5B | DA | 0 | 3C | 3 | C | 12F | 45 | 3E |
| Octal | 341 | 133 | 332 | 0 | 74 | 3 | 14 | 457 | 105 | 76 |
| Binary | 11100001 | 1011011 | 11011010 | 0 | 111100 | 11 | 1100 | 100101111 | 1000101 | 111110 |
Color Harmonies of #E15BDA
Complementary color
Monochromatic Colors of #E15BDA
Black with #E15BDA
Text Example
Text Example
White with #E15BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BDA; }
p { color: rgb(225,91,218); }
H1.HeaderClassName
{
color: #E15BDA;
}
.AnyTagClassName
{
color: #E15BDA;
}
</style>
background-color css
<style>
a { background-color: #E15BDA; }
a { background-color: rgb(225,91,218); }
div.DivClassName
{
background-color: #E15BDA;
}
.BgClassName
{
background-color: #E15BDA;
}
</style>
border-color css
<style>
span { border-color: #E15BDA; }
span { border-color: rgb(225,91,218); }
td.TdClassName
{
border-color: #E15BDA;
}
.TagClassName
{
border-color: #E15BDA;
}
</style>