Html Css Color HEX #E63ED3 Free Speech Magenta
📋 copy color: '#E63ED3'red 230 ◦ green 62 ◦ blue 211
Shades of Free Speech Magenta #E63ED3
Tints of Free Speech Magenta #E63ED3
RGB
CMYK
RGB Variations
Color information
#E63ED3 (or 0xE63ED3) is known color: Free Speech Magenta. HEX triplet: E6, 3E and D3. RGB value is (230,62,211). Sum of RGB (Red+Green+Blue) = 230+62+211=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E63ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63ED3 is #19C12C. Grayscale: #808080. Windows color (decimal): -1687853 or 13844198. OLE color: 13844198.
HSL color Cylindrical-coordinate representation of color #E63ED3: hue angle of 306.79º 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 #E63ED3 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 211 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.10 |
| HSL | 306.79º | 0.77% | 0.57% | - |
| HSV(B) | 306.79º | 0.73% | 0.9% | - |
| XYZ | 46.11 | 24.97 | 64.02 | - |
| YUV | 129.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 211 | 0 | 0.73 | 0.08 | 0.10 | 306.79 | 0.77 | 0.57 |
| Hex | E6 | 3E | D3 | 0 | 49 | 8 | A | 133 | 4D | 39 |
| Octal | 346 | 76 | 323 | 0 | 111 | 10 | 12 | 463 | 115 | 71 |
| Binary | 11100110 | 111110 | 11010011 | 0 | 1001001 | 1000 | 1010 | 100110011 | 1001101 | 111001 |
Color Harmonies of #E63ED3
Complementary color
Monochromatic Colors of #E63ED3
Black with #E63ED3
Text Example
Text Example
White with #E63ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63ED3; }
p { color: rgb(230,62,211); }
H1.HeaderClassName
{
color: #E63ED3;
}
.AnyTagClassName
{
color: #E63ED3;
}
</style>
background-color css
<style>
a { background-color: #E63ED3; }
a { background-color: rgb(230,62,211); }
div.DivClassName
{
background-color: #E63ED3;
}
.BgClassName
{
background-color: #E63ED3;
}
</style>
border-color css
<style>
span { border-color: #E63ED3; }
span { border-color: rgb(230,62,211); }
td.TdClassName
{
border-color: #E63ED3;
}
.TagClassName
{
border-color: #E63ED3;
}
</style>