Html Css Color HEX #E65DCD Free Speech Magenta
📋 copy color: '#E65DCD'red 230 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #E65DCD
Tints of Free Speech Magenta #E65DCD
RGB
CMYK
RGB Variations
Color information
#E65DCD (or 0xE65DCD) is known color: Free Speech Magenta. HEX triplet: E6, 5D and CD. RGB value is (230,93,205). Sum of RGB (Red+Green+Blue) = 230+93+205=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DCD is #19A232. Grayscale: #929292. Windows color (decimal): -1679923 or 13458918. OLE color: 13458918.
HSL color Cylindrical-coordinate representation of color #E65DCD: hue angle of 310.95º 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 #E65DCD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 205 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.10 |
| HSL | 310.95º | 0.73% | 0.63% | - |
| HSV(B) | 310.95º | 0.6% | 0.9% | - |
| XYZ | 47.57 | 29.06 | 60.86 | - |
| YUV | 146.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 205 | 0 | 0.60 | 0.11 | 0.10 | 310.95 | 0.73 | 0.63 |
| Hex | E6 | 5D | CD | 0 | 3C | B | A | 137 | 49 | 3F |
| Octal | 346 | 135 | 315 | 0 | 74 | 13 | 12 | 467 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11001101 | 0 | 111100 | 1011 | 1010 | 100110111 | 1001001 | 111111 |
Color Harmonies of #E65DCD
Complementary color
Monochromatic Colors of #E65DCD
Black with #E65DCD
Text Example
Text Example
White with #E65DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DCD; }
p { color: rgb(230,93,205); }
H1.HeaderClassName
{
color: #E65DCD;
}
.AnyTagClassName
{
color: #E65DCD;
}
</style>
background-color css
<style>
a { background-color: #E65DCD; }
a { background-color: rgb(230,93,205); }
div.DivClassName
{
background-color: #E65DCD;
}
.BgClassName
{
background-color: #E65DCD;
}
</style>
border-color css
<style>
span { border-color: #E65DCD; }
span { border-color: rgb(230,93,205); }
td.TdClassName
{
border-color: #E65DCD;
}
.TagClassName
{
border-color: #E65DCD;
}
</style>