Html Css Color HEX #E65DF0 Free Speech Magenta
📋 copy color: '#E65DF0'red 230 ◦ green 93 ◦ blue 240
Shades of Free Speech Magenta #E65DF0
Tints of Free Speech Magenta #E65DF0
RGB
CMYK
RGB Variations
Color information
#E65DF0 (or 0xE65DF0) is known color: Free Speech Magenta. HEX triplet: E6, 5D and F0. RGB value is (230,93,240). Sum of RGB (Red+Green+Blue) = 230+93+240=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #E65DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DF0 is #19A20F. Grayscale: #969696. Windows color (decimal): -1679888 or 15752678. OLE color: 15752678.
HSL color Cylindrical-coordinate representation of color #E65DF0: hue angle of 295.92º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65DF0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 93 | 240 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.06 |
| HSL | 295.92º | 0.83% | 0.65% | - |
| HSV(B) | 295.92º | 0.61% | 0.94% | - |
| XYZ | 52.28 | 30.94 | 85.66 | - |
| YUV | 150.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 240 | 0.04 | 0.61 | 0 | 0.06 | 295.92 | 0.83 | 0.65 |
| Hex | E6 | 5D | F0 | 4 | 3D | 0 | 6 | 128 | 53 | 41 |
| Octal | 346 | 135 | 360 | 4 | 75 | 0 | 6 | 450 | 123 | 101 |
| Binary | 11100110 | 1011101 | 11110000 | 100 | 111101 | 0 | 110 | 100101000 | 1010011 | 1000001 |
Color Harmonies of #E65DF0
Complementary color
Monochromatic Colors of #E65DF0
Black with #E65DF0
Text Example
Text Example
White with #E65DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DF0; }
p { color: rgb(230,93,240); }
H1.HeaderClassName
{
color: #E65DF0;
}
.AnyTagClassName
{
color: #E65DF0;
}
</style>
background-color css
<style>
a { background-color: #E65DF0; }
a { background-color: rgb(230,93,240); }
div.DivClassName
{
background-color: #E65DF0;
}
.BgClassName
{
background-color: #E65DF0;
}
</style>
border-color css
<style>
span { border-color: #E65DF0; }
span { border-color: rgb(230,93,240); }
td.TdClassName
{
border-color: #E65DF0;
}
.TagClassName
{
border-color: #E65DF0;
}
</style>