Html Css Color HEX #E63FD3 Free Speech Magenta
📋 copy color: '#E63FD3'red 230 ◦ green 63 ◦ blue 211
Shades of Free Speech Magenta #E63FD3
Tints of Free Speech Magenta #E63FD3
RGB
CMYK
RGB Variations
Color information
#E63FD3 (or 0xE63FD3) is known color: Free Speech Magenta. HEX triplet: E6, 3F and D3. RGB value is (230,63,211). Sum of RGB (Red+Green+Blue) = 230+63+211=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E63FD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63FD3 is #19C02C. Grayscale: #818181. Windows color (decimal): -1687597 or 13844454. OLE color: 13844454.
HSL color Cylindrical-coordinate representation of color #E63FD3: hue angle of 306.83º 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 #E63FD3 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 211 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.10 |
| HSL | 306.83º | 0.77% | 0.57% | - |
| HSV(B) | 306.83º | 0.73% | 0.9% | - |
| XYZ | 46.17 | 25.08 | 64.04 | - |
| YUV | 129.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 211 | 0 | 0.73 | 0.08 | 0.10 | 306.83 | 0.77 | 0.57 |
| Hex | E6 | 3F | D3 | 0 | 49 | 8 | A | 133 | 4D | 39 |
| Octal | 346 | 77 | 323 | 0 | 111 | 10 | 12 | 463 | 115 | 71 |
| Binary | 11100110 | 111111 | 11010011 | 0 | 1001001 | 1000 | 1010 | 100110011 | 1001101 | 111001 |
Color Harmonies of #E63FD3
Complementary color
Monochromatic Colors of #E63FD3
Black with #E63FD3
Text Example
Text Example
White with #E63FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63FD3; }
p { color: rgb(230,63,211); }
H1.HeaderClassName
{
color: #E63FD3;
}
.AnyTagClassName
{
color: #E63FD3;
}
</style>
background-color css
<style>
a { background-color: #E63FD3; }
a { background-color: rgb(230,63,211); }
div.DivClassName
{
background-color: #E63FD3;
}
.BgClassName
{
background-color: #E63FD3;
}
</style>
border-color css
<style>
span { border-color: #E63FD3; }
span { border-color: rgb(230,63,211); }
td.TdClassName
{
border-color: #E63FD3;
}
.TagClassName
{
border-color: #E63FD3;
}
</style>