Html Css Color HEX #E63ADE Free Speech Magenta
📋 copy color: '#E63ADE'red 230 ◦ green 58 ◦ blue 222
Shades of Free Speech Magenta #E63ADE
Tints of Free Speech Magenta #E63ADE
RGB
CMYK
RGB Variations
Color information
#E63ADE (or 0xE63ADE) is known color: Free Speech Magenta. HEX triplet: E6, 3A and DE. RGB value is (230,58,222). Sum of RGB (Red+Green+Blue) = 230+58+222=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ADE is #19C521. Grayscale: #7F7F7F. Windows color (decimal): -1688866 or 14564070. OLE color: 14564070.
HSL color Cylindrical-coordinate representation of color #E63ADE: hue angle of 302.79º 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 #E63ADE is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 222 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.10 |
| HSL | 302.79º | 0.77% | 0.56% | - |
| HSV(B) | 302.79º | 0.75% | 0.9% | - |
| XYZ | 47.33 | 25.12 | 71.46 | - |
| YUV | 128.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 222 | 0 | 0.75 | 0.03 | 0.10 | 302.79 | 0.77 | 0.56 |
| Hex | E6 | 3A | DE | 0 | 4B | 3 | A | 12F | 4D | 38 |
| Octal | 346 | 72 | 336 | 0 | 113 | 3 | 12 | 457 | 115 | 70 |
| Binary | 11100110 | 111010 | 11011110 | 0 | 1001011 | 11 | 1010 | 100101111 | 1001101 | 111000 |
Color Harmonies of #E63ADE
Complementary color
Monochromatic Colors of #E63ADE
Black with #E63ADE
Text Example
Text Example
White with #E63ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63ADE; }
p { color: rgb(230,58,222); }
H1.HeaderClassName
{
color: #E63ADE;
}
.AnyTagClassName
{
color: #E63ADE;
}
</style>
background-color css
<style>
a { background-color: #E63ADE; }
a { background-color: rgb(230,58,222); }
div.DivClassName
{
background-color: #E63ADE;
}
.BgClassName
{
background-color: #E63ADE;
}
</style>
border-color css
<style>
span { border-color: #E63ADE; }
span { border-color: rgb(230,58,222); }
td.TdClassName
{
border-color: #E63ADE;
}
.TagClassName
{
border-color: #E63ADE;
}
</style>