Html Css Color HEX #E15DD8 Free Speech Magenta
📋 copy color: '#E15DD8'red 225 ◦ green 93 ◦ blue 216
Shades of Free Speech Magenta #E15DD8
Tints of Free Speech Magenta #E15DD8
RGB
CMYK
RGB Variations
Color information
#E15DD8 (or 0xE15DD8) is known color: Free Speech Magenta. HEX triplet: E1, 5D and D8. RGB value is (225,93,216). Sum of RGB (Red+Green+Blue) = 225+93+216=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD8 is #1EA227. Grayscale: #929292. Windows color (decimal): -2007592 or 14179809. OLE color: 14179809.
HSL color Cylindrical-coordinate representation of color #E15DD8: hue angle of 304.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DD8 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 216 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.12 |
| HSL | 304.09º | 0.69% | 0.62% | - |
| HSV(B) | 304.09º | 0.59% | 0.88% | - |
| XYZ | 47.36 | 28.79 | 68.03 | - |
| YUV | 146.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 216 | 0 | 0.59 | 0.04 | 0.12 | 304.09 | 0.69 | 0.62 |
| Hex | E1 | 5D | D8 | 0 | 3B | 4 | C | 130 | 45 | 3E |
| Octal | 341 | 135 | 330 | 0 | 73 | 4 | 14 | 460 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11011000 | 0 | 111011 | 100 | 1100 | 100110000 | 1000101 | 111110 |
Color Harmonies of #E15DD8
Complementary color
Monochromatic Colors of #E15DD8
Black with #E15DD8
Text Example
Text Example
White with #E15DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DD8; }
p { color: rgb(225,93,216); }
H1.HeaderClassName
{
color: #E15DD8;
}
.AnyTagClassName
{
color: #E15DD8;
}
</style>
background-color css
<style>
a { background-color: #E15DD8; }
a { background-color: rgb(225,93,216); }
div.DivClassName
{
background-color: #E15DD8;
}
.BgClassName
{
background-color: #E15DD8;
}
</style>
border-color css
<style>
span { border-color: #E15DD8; }
span { border-color: rgb(225,93,216); }
td.TdClassName
{
border-color: #E15DD8;
}
.TagClassName
{
border-color: #E15DD8;
}
</style>