Html Css Color HEX #E65DC0 Free Speech Magenta
📋 copy color: '#E65DC0'red 230 ◦ green 93 ◦ blue 192
Shades of Free Speech Magenta #E65DC0
Tints of Free Speech Magenta #E65DC0
RGB
CMYK
RGB Variations
Color information
#E65DC0 (or 0xE65DC0) is known color: Free Speech Magenta. HEX triplet: E6, 5D and C0. RGB value is (230,93,192). Sum of RGB (Red+Green+Blue) = 230+93+192=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DC0 is #19A23F. Grayscale: #909090. Windows color (decimal): -1679936 or 12606950. OLE color: 12606950.
HSL color Cylindrical-coordinate representation of color #E65DC0: hue angle of 316.64º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DC0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 192 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.10 |
| HSL | 316.64º | 0.73% | 0.63% | - |
| HSV(B) | 316.64º | 0.6% | 0.9% | - |
| XYZ | 46.06 | 28.46 | 52.93 | - |
| YUV | 145.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 192 | 0 | 0.60 | 0.17 | 0.10 | 316.64 | 0.73 | 0.63 |
| Hex | E6 | 5D | C0 | 0 | 3C | 11 | A | 13D | 49 | 3F |
| Octal | 346 | 135 | 300 | 0 | 74 | 21 | 12 | 475 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11000000 | 0 | 111100 | 10001 | 1010 | 100111101 | 1001001 | 111111 |
Color Harmonies of #E65DC0
Complementary color
Monochromatic Colors of #E65DC0
Black with #E65DC0
Text Example
Text Example
White with #E65DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DC0; }
p { color: rgb(230,93,192); }
H1.HeaderClassName
{
color: #E65DC0;
}
.AnyTagClassName
{
color: #E65DC0;
}
</style>
background-color css
<style>
a { background-color: #E65DC0; }
a { background-color: rgb(230,93,192); }
div.DivClassName
{
background-color: #E65DC0;
}
.BgClassName
{
background-color: #E65DC0;
}
</style>
border-color css
<style>
span { border-color: #E65DC0; }
span { border-color: rgb(230,93,192); }
td.TdClassName
{
border-color: #E65DC0;
}
.TagClassName
{
border-color: #E65DC0;
}
</style>