Html Css Color HEX #E165D0 Free Speech Magenta
📋 copy color: '#E165D0'red 225 ◦ green 101 ◦ blue 208
Shades of Free Speech Magenta #E165D0
Tints of Free Speech Magenta #E165D0
RGB
CMYK
RGB Variations
Color information
#E165D0 (or 0xE165D0) is known color: Free Speech Magenta. HEX triplet: E1, 65 and D0. RGB value is (225,101,208). Sum of RGB (Red+Green+Blue) = 225+101+208=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E165D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165D0 is #1E9A2F. Grayscale: #959595. Windows color (decimal): -2005552 or 13657569. OLE color: 13657569.
HSL color Cylindrical-coordinate representation of color #E165D0: hue angle of 308.23º 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 #E165D0 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 208 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.12 |
| HSL | 308.23º | 0.67% | 0.64% | - |
| HSV(B) | 308.23º | 0.55% | 0.88% | - |
| XYZ | 47.09 | 29.87 | 62.96 | - |
| YUV | 150.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 208 | 0 | 0.55 | 0.08 | 0.12 | 308.23 | 0.67 | 0.64 |
| Hex | E1 | 65 | D0 | 0 | 37 | 8 | C | 134 | 43 | 40 |
| Octal | 341 | 145 | 320 | 0 | 67 | 10 | 14 | 464 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11010000 | 0 | 110111 | 1000 | 1100 | 100110100 | 1000011 | 1000000 |
Color Harmonies of #E165D0
Complementary color
Monochromatic Colors of #E165D0
Black with #E165D0
Text Example
Text Example
White with #E165D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165D0; }
p { color: rgb(225,101,208); }
H1.HeaderClassName
{
color: #E165D0;
}
.AnyTagClassName
{
color: #E165D0;
}
</style>
background-color css
<style>
a { background-color: #E165D0; }
a { background-color: rgb(225,101,208); }
div.DivClassName
{
background-color: #E165D0;
}
.BgClassName
{
background-color: #E165D0;
}
</style>
border-color css
<style>
span { border-color: #E165D0; }
span { border-color: rgb(225,101,208); }
td.TdClassName
{
border-color: #E165D0;
}
.TagClassName
{
border-color: #E165D0;
}
</style>