Html Css Color HEX #E63DF0 Free Speech Magenta
📋 copy color: '#E63DF0'red 230 ◦ green 61 ◦ blue 240
Shades of Free Speech Magenta #E63DF0
Tints of Free Speech Magenta #E63DF0
RGB
CMYK
RGB Variations
Color information
#E63DF0 (or 0xE63DF0) is known color: Free Speech Magenta. HEX triplet: E6, 3D and F0. RGB value is (230,61,240). Sum of RGB (Red+Green+Blue) = 230+61+240=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #E63DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DF0 is #19C20F. Grayscale: #838383. Windows color (decimal): -1688080 or 15744486. OLE color: 15744486.
HSL color Cylindrical-coordinate representation of color #E63DF0: hue angle of 296.65º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63DF0 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 61 | 240 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.06 |
| HSL | 296.65º | 0.86% | 0.59% | - |
| HSV(B) | 296.65º | 0.75% | 0.94% | - |
| XYZ | 50.03 | 26.45 | 84.91 | - |
| YUV | 131.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 240 | 0.04 | 0.75 | 0 | 0.06 | 296.65 | 0.86 | 0.59 |
| Hex | E6 | 3D | F0 | 4 | 4B | 0 | 6 | 129 | 56 | 3B |
| Octal | 346 | 75 | 360 | 4 | 113 | 0 | 6 | 451 | 126 | 73 |
| Binary | 11100110 | 111101 | 11110000 | 100 | 1001011 | 0 | 110 | 100101001 | 1010110 | 111011 |
Color Harmonies of #E63DF0
Complementary color
Monochromatic Colors of #E63DF0
Black with #E63DF0
Text Example
Text Example
White with #E63DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DF0; }
p { color: rgb(230,61,240); }
H1.HeaderClassName
{
color: #E63DF0;
}
.AnyTagClassName
{
color: #E63DF0;
}
</style>
background-color css
<style>
a { background-color: #E63DF0; }
a { background-color: rgb(230,61,240); }
div.DivClassName
{
background-color: #E63DF0;
}
.BgClassName
{
background-color: #E63DF0;
}
</style>
border-color css
<style>
span { border-color: #E63DF0; }
span { border-color: rgb(230,61,240); }
td.TdClassName
{
border-color: #E63DF0;
}
.TagClassName
{
border-color: #E63DF0;
}
</style>