Html Css Color HEX #E065DC Free Speech Magenta
📋 copy color: '#E065DC'red 224 ◦ green 101 ◦ blue 220
Shades of Free Speech Magenta #E065DC
Tints of Free Speech Magenta #E065DC
RGB
CMYK
RGB Variations
Color information
#E065DC (or 0xE065DC) is known color: Free Speech Magenta. HEX triplet: E0, 65 and DC. RGB value is (224,101,220). Sum of RGB (Red+Green+Blue) = 224+101+220=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E065DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065DC is #1F9A23. Grayscale: #969696. Windows color (decimal): -2071076 or 14444000. OLE color: 14444000.
HSL color Cylindrical-coordinate representation of color #E065DC: hue angle of 301.95º degrees, saturation: 0.66, 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 #E065DC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 220 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.12 |
| HSL | 301.95º | 0.66% | 0.64% | - |
| HSV(B) | 301.95º | 0.55% | 0.88% | - |
| XYZ | 48.31 | 30.32 | 71.02 | - |
| YUV | 151.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 220 | 0 | 0.55 | 0.02 | 0.12 | 301.95 | 0.66 | 0.64 |
| Hex | E0 | 65 | DC | 0 | 37 | 2 | C | 12E | 42 | 40 |
| Octal | 340 | 145 | 334 | 0 | 67 | 2 | 14 | 456 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11011100 | 0 | 110111 | 10 | 1100 | 100101110 | 1000010 | 1000000 |
Color Harmonies of #E065DC
Complementary color
Monochromatic Colors of #E065DC
Black with #E065DC
Text Example
Text Example
White with #E065DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065DC; }
p { color: rgb(224,101,220); }
H1.HeaderClassName
{
color: #E065DC;
}
.AnyTagClassName
{
color: #E065DC;
}
</style>
background-color css
<style>
a { background-color: #E065DC; }
a { background-color: rgb(224,101,220); }
div.DivClassName
{
background-color: #E065DC;
}
.BgClassName
{
background-color: #E065DC;
}
</style>
border-color css
<style>
span { border-color: #E065DC; }
span { border-color: rgb(224,101,220); }
td.TdClassName
{
border-color: #E065DC;
}
.TagClassName
{
border-color: #E065DC;
}
</style>