Html Css Color HEX #E65DDC Free Speech Magenta
📋 copy color: '#E65DDC'red 230 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #E65DDC
Tints of Free Speech Magenta #E65DDC
RGB
CMYK
RGB Variations
Color information
#E65DDC (or 0xE65DDC) is known color: Free Speech Magenta. HEX triplet: E6, 5D and DC. RGB value is (230,93,220). Sum of RGB (Red+Green+Blue) = 230+93+220=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DDC is #19A223. Grayscale: #949494. Windows color (decimal): -1679908 or 14441958. OLE color: 14441958.
HSL color Cylindrical-coordinate representation of color #E65DDC: hue angle of 304.38º 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 #E65DDC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 220 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 304.38º | 0.73% | 0.63% | - |
| HSV(B) | 304.38º | 0.6% | 0.9% | - |
| XYZ | 49.47 | 29.82 | 70.86 | - |
| YUV | 148.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 220 | 0 | 0.60 | 0.04 | 0.10 | 304.38 | 0.73 | 0.63 |
| Hex | E6 | 5D | DC | 0 | 3C | 4 | A | 130 | 49 | 3F |
| Octal | 346 | 135 | 334 | 0 | 74 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11011100 | 0 | 111100 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E65DDC
Complementary color
Monochromatic Colors of #E65DDC
Black with #E65DDC
Text Example
Text Example
White with #E65DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DDC; }
p { color: rgb(230,93,220); }
H1.HeaderClassName
{
color: #E65DDC;
}
.AnyTagClassName
{
color: #E65DDC;
}
</style>
background-color css
<style>
a { background-color: #E65DDC; }
a { background-color: rgb(230,93,220); }
div.DivClassName
{
background-color: #E65DDC;
}
.BgClassName
{
background-color: #E65DDC;
}
</style>
border-color css
<style>
span { border-color: #E65DDC; }
span { border-color: rgb(230,93,220); }
td.TdClassName
{
border-color: #E65DDC;
}
.TagClassName
{
border-color: #E65DDC;
}
</style>