Html Css Color HEX #E65CDC Free Speech Magenta
📋 copy color: '#E65CDC'red 230 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #E65CDC
Tints of Free Speech Magenta #E65CDC
RGB
CMYK
RGB Variations
Color information
#E65CDC (or 0xE65CDC) is known color: Free Speech Magenta. HEX triplet: E6, 5C and DC. RGB value is (230,92,220). Sum of RGB (Red+Green+Blue) = 230+92+220=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CDC is #19A323. Grayscale: #939393. Windows color (decimal): -1680164 or 14441702. OLE color: 14441702.
HSL color Cylindrical-coordinate representation of color #E65CDC: hue angle of 304.35º 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 #E65CDC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 220 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 304.35º | 0.73% | 0.63% | - |
| HSV(B) | 304.35º | 0.6% | 0.9% | - |
| XYZ | 49.38 | 29.64 | 70.83 | - |
| YUV | 147.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 220 | 0 | 0.60 | 0.04 | 0.10 | 304.35 | 0.73 | 0.63 |
| Hex | E6 | 5C | DC | 0 | 3C | 4 | A | 130 | 49 | 3F |
| Octal | 346 | 134 | 334 | 0 | 74 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11011100 | 0 | 111100 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E65CDC
Complementary color
Monochromatic Colors of #E65CDC
Black with #E65CDC
Text Example
Text Example
White with #E65CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CDC; }
p { color: rgb(230,92,220); }
H1.HeaderClassName
{
color: #E65CDC;
}
.AnyTagClassName
{
color: #E65CDC;
}
</style>
background-color css
<style>
a { background-color: #E65CDC; }
a { background-color: rgb(230,92,220); }
div.DivClassName
{
background-color: #E65CDC;
}
.BgClassName
{
background-color: #E65CDC;
}
</style>
border-color css
<style>
span { border-color: #E65CDC; }
span { border-color: rgb(230,92,220); }
td.TdClassName
{
border-color: #E65CDC;
}
.TagClassName
{
border-color: #E65CDC;
}
</style>