Html Css Color HEX #E65ADC Free Speech Magenta
📋 copy color: '#E65ADC'red 230 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #E65ADC
Tints of Free Speech Magenta #E65ADC
RGB
CMYK
RGB Variations
Color information
#E65ADC (or 0xE65ADC) is known color: Free Speech Magenta. HEX triplet: E6, 5A and DC. RGB value is (230,90,220). Sum of RGB (Red+Green+Blue) = 230+90+220=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ADC is #19A523. Grayscale: #929292. Windows color (decimal): -1680676 or 14441190. OLE color: 14441190.
HSL color Cylindrical-coordinate representation of color #E65ADC: hue angle of 304.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ADC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 220 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.10 |
| HSL | 304.29º | 0.74% | 0.63% | - |
| HSV(B) | 304.29º | 0.61% | 0.9% | - |
| XYZ | 49.21 | 29.3 | 70.77 | - |
| YUV | 146.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 220 | 0 | 0.61 | 0.04 | 0.10 | 304.29 | 0.74 | 0.63 |
| Hex | E6 | 5A | DC | 0 | 3D | 4 | A | 130 | 4A | 3F |
| Octal | 346 | 132 | 334 | 0 | 75 | 4 | 12 | 460 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11011100 | 0 | 111101 | 100 | 1010 | 100110000 | 1001010 | 111111 |
Color Harmonies of #E65ADC
Complementary color
Monochromatic Colors of #E65ADC
Black with #E65ADC
Text Example
Text Example
White with #E65ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ADC; }
p { color: rgb(230,90,220); }
H1.HeaderClassName
{
color: #E65ADC;
}
.AnyTagClassName
{
color: #E65ADC;
}
</style>
background-color css
<style>
a { background-color: #E65ADC; }
a { background-color: rgb(230,90,220); }
div.DivClassName
{
background-color: #E65ADC;
}
.BgClassName
{
background-color: #E65ADC;
}
</style>
border-color css
<style>
span { border-color: #E65ADC; }
span { border-color: rgb(230,90,220); }
td.TdClassName
{
border-color: #E65ADC;
}
.TagClassName
{
border-color: #E65ADC;
}
</style>