Html Css Color HEX #E15DDB Free Speech Magenta
📋 copy color: '#E15DDB'red 225 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #E15DDB
Tints of Free Speech Magenta #E15DDB
RGB
CMYK
RGB Variations
Color information
#E15DDB (or 0xE15DDB) is known color: Free Speech Magenta. HEX triplet: E1, 5D and DB. RGB value is (225,93,219). Sum of RGB (Red+Green+Blue) = 225+93+219=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DDB is #1EA224. Grayscale: #929292. Windows color (decimal): -2007589 or 14376417. OLE color: 14376417.
HSL color Cylindrical-coordinate representation of color #E15DDB: hue angle of 302.73º 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 #E15DDB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 219 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.12 |
| HSL | 302.73º | 0.69% | 0.62% | - |
| HSV(B) | 302.73º | 0.59% | 0.88% | - |
| XYZ | 47.75 | 28.95 | 70.09 | - |
| YUV | 146.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 219 | 0 | 0.59 | 0.03 | 0.12 | 302.73 | 0.69 | 0.62 |
| Hex | E1 | 5D | DB | 0 | 3B | 3 | C | 12F | 45 | 3E |
| Octal | 341 | 135 | 333 | 0 | 73 | 3 | 14 | 457 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11011011 | 0 | 111011 | 11 | 1100 | 100101111 | 1000101 | 111110 |
Color Harmonies of #E15DDB
Complementary color
Monochromatic Colors of #E15DDB
Black with #E15DDB
Text Example
Text Example
White with #E15DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DDB; }
p { color: rgb(225,93,219); }
H1.HeaderClassName
{
color: #E15DDB;
}
.AnyTagClassName
{
color: #E15DDB;
}
</style>
background-color css
<style>
a { background-color: #E15DDB; }
a { background-color: rgb(225,93,219); }
div.DivClassName
{
background-color: #E15DDB;
}
.BgClassName
{
background-color: #E15DDB;
}
</style>
border-color css
<style>
span { border-color: #E15DDB; }
span { border-color: rgb(225,93,219); }
td.TdClassName
{
border-color: #E15DDB;
}
.TagClassName
{
border-color: #E15DDB;
}
</style>