Html Css Color HEX #E63ADC Free Speech Magenta
📋 copy color: '#E63ADC'red 230 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #E63ADC
Tints of Free Speech Magenta #E63ADC
RGB
CMYK
RGB Variations
Color information
#E63ADC (or 0xE63ADC) is known color: Free Speech Magenta. HEX triplet: E6, 3A and DC. RGB value is (230,58,220). Sum of RGB (Red+Green+Blue) = 230+58+220=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ADC is #19C523. Grayscale: #7F7F7F. Windows color (decimal): -1688868 or 14432998. OLE color: 14432998.
HSL color Cylindrical-coordinate representation of color #E63ADC: hue angle of 303.49º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63ADC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 220 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.10 |
| HSL | 303.49º | 0.77% | 0.56% | - |
| HSV(B) | 303.49º | 0.75% | 0.9% | - |
| XYZ | 47.06 | 25.02 | 70.06 | - |
| YUV | 127.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 220 | 0 | 0.75 | 0.04 | 0.10 | 303.49 | 0.77 | 0.56 |
| Hex | E6 | 3A | DC | 0 | 4B | 4 | A | 12F | 4D | 38 |
| Octal | 346 | 72 | 334 | 0 | 113 | 4 | 12 | 457 | 115 | 70 |
| Binary | 11100110 | 111010 | 11011100 | 0 | 1001011 | 100 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E63ADC
Complementary color
Monochromatic Colors of #E63ADC
Black with #E63ADC
Text Example
Text Example
White with #E63ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63ADC; }
p { color: rgb(230,58,220); }
H1.HeaderClassName
{
color: #E63ADC;
}
.AnyTagClassName
{
color: #E63ADC;
}
</style>
background-color css
<style>
a { background-color: #E63ADC; }
a { background-color: rgb(230,58,220); }
div.DivClassName
{
background-color: #E63ADC;
}
.BgClassName
{
background-color: #E63ADC;
}
</style>
border-color css
<style>
span { border-color: #E63ADC; }
span { border-color: rgb(230,58,220); }
td.TdClassName
{
border-color: #E63ADC;
}
.TagClassName
{
border-color: #E63ADC;
}
</style>