Html Css Color HEX #E63ADA Free Speech Magenta
📋 copy color: '#E63ADA'red 230 ◦ green 58 ◦ blue 218
Shades of Free Speech Magenta #E63ADA
Tints of Free Speech Magenta #E63ADA
RGB
CMYK
RGB Variations
Color information
#E63ADA (or 0xE63ADA) is known color: Free Speech Magenta. HEX triplet: E6, 3A and DA. RGB value is (230,58,218). Sum of RGB (Red+Green+Blue) = 230+58+218=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ADA is #19C525. Grayscale: #7F7F7F. Windows color (decimal): -1688870 or 14301926. OLE color: 14301926.
HSL color Cylindrical-coordinate representation of color #E63ADA: hue angle of 304.19º 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 #E63ADA is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 218 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.10 |
| HSL | 304.19º | 0.77% | 0.56% | - |
| HSV(B) | 304.19º | 0.75% | 0.9% | - |
| XYZ | 46.8 | 24.91 | 68.67 | - |
| YUV | 127.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 218 | 0 | 0.75 | 0.05 | 0.10 | 304.19 | 0.77 | 0.56 |
| Hex | E6 | 3A | DA | 0 | 4B | 5 | A | 130 | 4D | 38 |
| Octal | 346 | 72 | 332 | 0 | 113 | 5 | 12 | 460 | 115 | 70 |
| Binary | 11100110 | 111010 | 11011010 | 0 | 1001011 | 101 | 1010 | 100110000 | 1001101 | 111000 |
Color Harmonies of #E63ADA
Complementary color
Monochromatic Colors of #E63ADA
Black with #E63ADA
Text Example
Text Example
White with #E63ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63ADA; }
p { color: rgb(230,58,218); }
H1.HeaderClassName
{
color: #E63ADA;
}
.AnyTagClassName
{
color: #E63ADA;
}
</style>
background-color css
<style>
a { background-color: #E63ADA; }
a { background-color: rgb(230,58,218); }
div.DivClassName
{
background-color: #E63ADA;
}
.BgClassName
{
background-color: #E63ADA;
}
</style>
border-color css
<style>
span { border-color: #E63ADA; }
span { border-color: rgb(230,58,218); }
td.TdClassName
{
border-color: #E63ADA;
}
.TagClassName
{
border-color: #E63ADA;
}
</style>