Html Css Color HEX #E15FDB Free Speech Magenta
📋 copy color: '#E15FDB'red 225 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #E15FDB
Tints of Free Speech Magenta #E15FDB
RGB
CMYK
RGB Variations
Color information
#E15FDB (or 0xE15FDB) is known color: Free Speech Magenta. HEX triplet: E1, 5F and DB. RGB value is (225,95,219). Sum of RGB (Red+Green+Blue) = 225+95+219=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FDB is #1EA024. Grayscale: #939393. Windows color (decimal): -2007077 or 14376929. OLE color: 14376929.
HSL color Cylindrical-coordinate representation of color #E15FDB: hue angle of 302.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FDB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 219 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.12 |
| HSL | 302.77º | 0.68% | 0.63% | - |
| HSV(B) | 302.77º | 0.58% | 0.88% | - |
| XYZ | 47.93 | 29.31 | 70.15 | - |
| YUV | 148.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 219 | 0 | 0.58 | 0.03 | 0.12 | 302.77 | 0.68 | 0.63 |
| Hex | E1 | 5F | DB | 0 | 3A | 3 | C | 12F | 44 | 3F |
| Octal | 341 | 137 | 333 | 0 | 72 | 3 | 14 | 457 | 104 | 77 |
| Binary | 11100001 | 1011111 | 11011011 | 0 | 111010 | 11 | 1100 | 100101111 | 1000100 | 111111 |
Color Harmonies of #E15FDB
Complementary color
Monochromatic Colors of #E15FDB
Black with #E15FDB
Text Example
Text Example
White with #E15FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FDB; }
p { color: rgb(225,95,219); }
H1.HeaderClassName
{
color: #E15FDB;
}
.AnyTagClassName
{
color: #E15FDB;
}
</style>
background-color css
<style>
a { background-color: #E15FDB; }
a { background-color: rgb(225,95,219); }
div.DivClassName
{
background-color: #E15FDB;
}
.BgClassName
{
background-color: #E15FDB;
}
</style>
border-color css
<style>
span { border-color: #E15FDB; }
span { border-color: rgb(225,95,219); }
td.TdClassName
{
border-color: #E15FDB;
}
.TagClassName
{
border-color: #E15FDB;
}
</style>