Html Css Color HEX #E165DD Free Speech Magenta
📋 copy color: '#E165DD'red 225 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #E165DD
Tints of Free Speech Magenta #E165DD
RGB
CMYK
RGB Variations
Color information
#E165DD (or 0xE165DD) is known color: Free Speech Magenta. HEX triplet: E1, 65 and DD. RGB value is (225,101,221). Sum of RGB (Red+Green+Blue) = 225+101+221=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E165DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165DD is #1E9A22. Grayscale: #979797. Windows color (decimal): -2005539 or 14509537. OLE color: 14509537.
HSL color Cylindrical-coordinate representation of color #E165DD: hue angle of 301.94º 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 #E165DD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 221 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.12 |
| HSL | 301.94º | 0.67% | 0.64% | - |
| HSV(B) | 301.94º | 0.55% | 0.88% | - |
| XYZ | 48.76 | 30.54 | 71.73 | - |
| YUV | 151.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 221 | 0 | 0.55 | 0.02 | 0.12 | 301.94 | 0.67 | 0.64 |
| Hex | E1 | 65 | DD | 0 | 37 | 2 | C | 12E | 43 | 40 |
| Octal | 341 | 145 | 335 | 0 | 67 | 2 | 14 | 456 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11011101 | 0 | 110111 | 10 | 1100 | 100101110 | 1000011 | 1000000 |
Color Harmonies of #E165DD
Complementary color
Monochromatic Colors of #E165DD
Black with #E165DD
Text Example
Text Example
White with #E165DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165DD; }
p { color: rgb(225,101,221); }
H1.HeaderClassName
{
color: #E165DD;
}
.AnyTagClassName
{
color: #E165DD;
}
</style>
background-color css
<style>
a { background-color: #E165DD; }
a { background-color: rgb(225,101,221); }
div.DivClassName
{
background-color: #E165DD;
}
.BgClassName
{
background-color: #E165DD;
}
</style>
border-color css
<style>
span { border-color: #E165DD; }
span { border-color: rgb(225,101,221); }
td.TdClassName
{
border-color: #E165DD;
}
.TagClassName
{
border-color: #E165DD;
}
</style>