Html Css Color HEX #E065DD Free Speech Magenta
📋 copy color: '#E065DD'red 224 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #E065DD
Tints of Free Speech Magenta #E065DD
RGB
CMYK
RGB Variations
Color information
#E065DD (or 0xE065DD) is known color: Free Speech Magenta. HEX triplet: E0, 65 and DD. RGB value is (224,101,221). Sum of RGB (Red+Green+Blue) = 224+101+221=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E065DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065DD is #1F9A22. Grayscale: #979797. Windows color (decimal): -2071075 or 14509536. OLE color: 14509536.
HSL color Cylindrical-coordinate representation of color #E065DD: hue angle of 301.46º 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 #E065DD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 221 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.12 |
| HSL | 301.46º | 0.66% | 0.64% | - |
| HSV(B) | 301.46º | 0.55% | 0.88% | - |
| XYZ | 48.45 | 30.38 | 71.72 | - |
| YUV | 151.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 221 | 0 | 0.55 | 0.01 | 0.12 | 301.46 | 0.66 | 0.64 |
| Hex | E0 | 65 | DD | 0 | 37 | 1 | C | 12D | 42 | 40 |
| Octal | 340 | 145 | 335 | 0 | 67 | 1 | 14 | 455 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11011101 | 0 | 110111 | 1 | 1100 | 100101101 | 1000010 | 1000000 |
Color Harmonies of #E065DD
Complementary color
Monochromatic Colors of #E065DD
Black with #E065DD
Text Example
Text Example
White with #E065DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065DD; }
p { color: rgb(224,101,221); }
H1.HeaderClassName
{
color: #E065DD;
}
.AnyTagClassName
{
color: #E065DD;
}
</style>
background-color css
<style>
a { background-color: #E065DD; }
a { background-color: rgb(224,101,221); }
div.DivClassName
{
background-color: #E065DD;
}
.BgClassName
{
background-color: #E065DD;
}
</style>
border-color css
<style>
span { border-color: #E065DD; }
span { border-color: rgb(224,101,221); }
td.TdClassName
{
border-color: #E065DD;
}
.TagClassName
{
border-color: #E065DD;
}
</style>