Html Css Color HEX #E63DF1 Free Speech Magenta
📋 copy color: '#E63DF1'red 230 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #E63DF1
Tints of Free Speech Magenta #E63DF1
RGB
CMYK
RGB Variations
Color information
#E63DF1 (or 0xE63DF1) is known color: Free Speech Magenta. HEX triplet: E6, 3D and F1. RGB value is (230,61,241). Sum of RGB (Red+Green+Blue) = 230+61+241=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 61 (24.22% from 255 or 11.47% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #E63DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DF1 is #19C20E. Grayscale: #838383. Windows color (decimal): -1688079 or 15810022. OLE color: 15810022.
HSL color Cylindrical-coordinate representation of color #E63DF1: hue angle of 296.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63DF1 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 61 | 241 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.05 |
| HSL | 296.33º | 0.87% | 0.59% | - |
| HSV(B) | 296.33º | 0.75% | 0.95% | - |
| XYZ | 50.18 | 26.51 | 85.69 | - |
| YUV | 132.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 241 | 0.05 | 0.75 | 0 | 0.05 | 296.33 | 0.87 | 0.59 |
| Hex | E6 | 3D | F1 | 5 | 4B | 0 | 5 | 128 | 57 | 3B |
| Octal | 346 | 75 | 361 | 5 | 113 | 0 | 5 | 450 | 127 | 73 |
| Binary | 11100110 | 111101 | 11110001 | 101 | 1001011 | 0 | 101 | 100101000 | 1010111 | 111011 |
Color Harmonies of #E63DF1
Complementary color
Monochromatic Colors of #E63DF1
Black with #E63DF1
Text Example
Text Example
White with #E63DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DF1; }
p { color: rgb(230,61,241); }
H1.HeaderClassName
{
color: #E63DF1;
}
.AnyTagClassName
{
color: #E63DF1;
}
</style>
background-color css
<style>
a { background-color: #E63DF1; }
a { background-color: rgb(230,61,241); }
div.DivClassName
{
background-color: #E63DF1;
}
.BgClassName
{
background-color: #E63DF1;
}
</style>
border-color css
<style>
span { border-color: #E63DF1; }
span { border-color: rgb(230,61,241); }
td.TdClassName
{
border-color: #E63DF1;
}
.TagClassName
{
border-color: #E63DF1;
}
</style>