Html Css Color HEX #E165D9 Free Speech Magenta
📋 copy color: '#E165D9'red 225 ◦ green 101 ◦ blue 217
Shades of Free Speech Magenta #E165D9
Tints of Free Speech Magenta #E165D9
RGB
CMYK
RGB Variations
Color information
#E165D9 (or 0xE165D9) is known color: Free Speech Magenta. HEX triplet: E1, 65 and D9. RGB value is (225,101,217). Sum of RGB (Red+Green+Blue) = 225+101+217=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E165D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165D9 is #1E9A26. Grayscale: #969696. Windows color (decimal): -2005543 or 14247393. OLE color: 14247393.
HSL color Cylindrical-coordinate representation of color #E165D9: hue angle of 303.87º 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 #E165D9 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 217 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.12 |
| HSL | 303.87º | 0.67% | 0.64% | - |
| HSV(B) | 303.87º | 0.55% | 0.88% | - |
| XYZ | 48.23 | 30.32 | 68.96 | - |
| YUV | 151.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 217 | 0 | 0.55 | 0.04 | 0.12 | 303.87 | 0.67 | 0.64 |
| Hex | E1 | 65 | D9 | 0 | 37 | 4 | C | 130 | 43 | 40 |
| Octal | 341 | 145 | 331 | 0 | 67 | 4 | 14 | 460 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11011001 | 0 | 110111 | 100 | 1100 | 100110000 | 1000011 | 1000000 |
Color Harmonies of #E165D9
Complementary color
Monochromatic Colors of #E165D9
Black with #E165D9
Text Example
Text Example
White with #E165D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165D9; }
p { color: rgb(225,101,217); }
H1.HeaderClassName
{
color: #E165D9;
}
.AnyTagClassName
{
color: #E165D9;
}
</style>
background-color css
<style>
a { background-color: #E165D9; }
a { background-color: rgb(225,101,217); }
div.DivClassName
{
background-color: #E165D9;
}
.BgClassName
{
background-color: #E165D9;
}
</style>
border-color css
<style>
span { border-color: #E165D9; }
span { border-color: rgb(225,101,217); }
td.TdClassName
{
border-color: #E165D9;
}
.TagClassName
{
border-color: #E165D9;
}
</style>