Html Css Color HEX #E165DE Free Speech Magenta
📋 copy color: '#E165DE'red 225 ◦ green 101 ◦ blue 222
Shades of Free Speech Magenta #E165DE
Tints of Free Speech Magenta #E165DE
RGB
CMYK
RGB Variations
Color information
#E165DE (or 0xE165DE) is known color: Free Speech Magenta. HEX triplet: E1, 65 and DE. RGB value is (225,101,222). Sum of RGB (Red+Green+Blue) = 225+101+222=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E165DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165DE is #1E9A21. Grayscale: #979797. Windows color (decimal): -2005538 or 14575073. OLE color: 14575073.
HSL color Cylindrical-coordinate representation of color #E165DE: hue angle of 301.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165DE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 222 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.12 |
| HSL | 301.45º | 0.67% | 0.64% | - |
| HSV(B) | 301.45º | 0.55% | 0.88% | - |
| XYZ | 48.89 | 30.59 | 72.43 | - |
| YUV | 151.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 222 | 0 | 0.55 | 0.01 | 0.12 | 301.45 | 0.67 | 0.64 |
| Hex | E1 | 65 | DE | 0 | 37 | 1 | C | 12D | 43 | 40 |
| Octal | 341 | 145 | 336 | 0 | 67 | 1 | 14 | 455 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11011110 | 0 | 110111 | 1 | 1100 | 100101101 | 1000011 | 1000000 |
Color Harmonies of #E165DE
Complementary color
Monochromatic Colors of #E165DE
Black with #E165DE
Text Example
Text Example
White with #E165DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165DE; }
p { color: rgb(225,101,222); }
H1.HeaderClassName
{
color: #E165DE;
}
.AnyTagClassName
{
color: #E165DE;
}
</style>
background-color css
<style>
a { background-color: #E165DE; }
a { background-color: rgb(225,101,222); }
div.DivClassName
{
background-color: #E165DE;
}
.BgClassName
{
background-color: #E165DE;
}
</style>
border-color css
<style>
span { border-color: #E165DE; }
span { border-color: rgb(225,101,222); }
td.TdClassName
{
border-color: #E165DE;
}
.TagClassName
{
border-color: #E165DE;
}
</style>