Html Css Color HEX #E155DD Free Speech Magenta
📋 copy color: '#E155DD'red 225 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #E155DD
Tints of Free Speech Magenta #E155DD
RGB
CMYK
RGB Variations
Color information
#E155DD (or 0xE155DD) is known color: Free Speech Magenta. HEX triplet: E1, 55 and DD. RGB value is (225,85,221). Sum of RGB (Red+Green+Blue) = 225+85+221=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E155DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155DD is #1EAA22. Grayscale: #8D8D8D. Windows color (decimal): -2009635 or 14505441. OLE color: 14505441.
HSL color Cylindrical-coordinate representation of color #E155DD: hue angle of 301.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155DD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 221 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.12 |
| HSL | 301.71º | 0.7% | 0.61% | - |
| HSV(B) | 301.71º | 0.62% | 0.88% | - |
| XYZ | 47.35 | 27.73 | 71.26 | - |
| YUV | 142.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 221 | 0 | 0.62 | 0.02 | 0.12 | 301.71 | 0.7 | 0.61 |
| Hex | E1 | 55 | DD | 0 | 3E | 2 | C | 12E | 46 | 3D |
| Octal | 341 | 125 | 335 | 0 | 76 | 2 | 14 | 456 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11011101 | 0 | 111110 | 10 | 1100 | 100101110 | 1000110 | 111101 |
Color Harmonies of #E155DD
Complementary color
Monochromatic Colors of #E155DD
Black with #E155DD
Text Example
Text Example
White with #E155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155DD; }
p { color: rgb(225,85,221); }
H1.HeaderClassName
{
color: #E155DD;
}
.AnyTagClassName
{
color: #E155DD;
}
</style>
background-color css
<style>
a { background-color: #E155DD; }
a { background-color: rgb(225,85,221); }
div.DivClassName
{
background-color: #E155DD;
}
.BgClassName
{
background-color: #E155DD;
}
</style>
border-color css
<style>
span { border-color: #E155DD; }
span { border-color: rgb(225,85,221); }
td.TdClassName
{
border-color: #E155DD;
}
.TagClassName
{
border-color: #E155DD;
}
</style>