Html Css Color HEX #E653DC Free Speech Magenta
📋 copy color: '#E653DC'red 230 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #E653DC
Tints of Free Speech Magenta #E653DC
RGB
CMYK
RGB Variations
Color information
#E653DC (or 0xE653DC) is known color: Free Speech Magenta. HEX triplet: E6, 53 and DC. RGB value is (230,83,220). Sum of RGB (Red+Green+Blue) = 230+83+220=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E653DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653DC is #19AC23. Grayscale: #8E8E8E. Windows color (decimal): -1682468 or 14439398. OLE color: 14439398.
HSL color Cylindrical-coordinate representation of color #E653DC: hue angle of 304.08º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E653DC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 220 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.10 |
| HSL | 304.08º | 0.75% | 0.61% | - |
| HSV(B) | 304.08º | 0.64% | 0.9% | - |
| XYZ | 48.64 | 28.18 | 70.58 | - |
| YUV | 142.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 220 | 0 | 0.64 | 0.04 | 0.10 | 304.08 | 0.75 | 0.61 |
| Hex | E6 | 53 | DC | 0 | 40 | 4 | A | 130 | 4B | 3D |
| Octal | 346 | 123 | 334 | 0 | 100 | 4 | 12 | 460 | 113 | 75 |
| Binary | 11100110 | 1010011 | 11011100 | 0 | 1000000 | 100 | 1010 | 100110000 | 1001011 | 111101 |
Color Harmonies of #E653DC
Complementary color
Monochromatic Colors of #E653DC
Black with #E653DC
Text Example
Text Example
White with #E653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653DC; }
p { color: rgb(230,83,220); }
H1.HeaderClassName
{
color: #E653DC;
}
.AnyTagClassName
{
color: #E653DC;
}
</style>
background-color css
<style>
a { background-color: #E653DC; }
a { background-color: rgb(230,83,220); }
div.DivClassName
{
background-color: #E653DC;
}
.BgClassName
{
background-color: #E653DC;
}
</style>
border-color css
<style>
span { border-color: #E653DC; }
span { border-color: rgb(230,83,220); }
td.TdClassName
{
border-color: #E653DC;
}
.TagClassName
{
border-color: #E653DC;
}
</style>