Html Css Color HEX #E63DDA Free Speech Magenta
📋 copy color: '#E63DDA'red 230 ◦ green 61 ◦ blue 218
Shades of Free Speech Magenta #E63DDA
Tints of Free Speech Magenta #E63DDA
RGB
CMYK
RGB Variations
Color information
#E63DDA (or 0xE63DDA) is known color: Free Speech Magenta. HEX triplet: E6, 3D and DA. RGB value is (230,61,218). Sum of RGB (Red+Green+Blue) = 230+61+218=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63DDA is #19C225. Grayscale: #808080. Windows color (decimal): -1688102 or 14302694. OLE color: 14302694.
HSL color Cylindrical-coordinate representation of color #E63DDA: hue angle of 304.26º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63DDA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 218 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.10 |
| HSL | 304.26º | 0.77% | 0.57% | - |
| HSV(B) | 304.26º | 0.73% | 0.9% | - |
| XYZ | 46.96 | 25.22 | 68.72 | - |
| YUV | 129.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 218 | 0 | 0.73 | 0.05 | 0.10 | 304.26 | 0.77 | 0.57 |
| Hex | E6 | 3D | DA | 0 | 49 | 5 | A | 130 | 4D | 39 |
| Octal | 346 | 75 | 332 | 0 | 111 | 5 | 12 | 460 | 115 | 71 |
| Binary | 11100110 | 111101 | 11011010 | 0 | 1001001 | 101 | 1010 | 100110000 | 1001101 | 111001 |
Color Harmonies of #E63DDA
Complementary color
Monochromatic Colors of #E63DDA
Black with #E63DDA
Text Example
Text Example
White with #E63DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DDA; }
p { color: rgb(230,61,218); }
H1.HeaderClassName
{
color: #E63DDA;
}
.AnyTagClassName
{
color: #E63DDA;
}
</style>
background-color css
<style>
a { background-color: #E63DDA; }
a { background-color: rgb(230,61,218); }
div.DivClassName
{
background-color: #E63DDA;
}
.BgClassName
{
background-color: #E63DDA;
}
</style>
border-color css
<style>
span { border-color: #E63DDA; }
span { border-color: rgb(230,61,218); }
td.TdClassName
{
border-color: #E63DDA;
}
.TagClassName
{
border-color: #E63DDA;
}
</style>