Html Css Color HEX #E651F0 Free Speech Magenta
📋 copy color: '#E651F0'red 230 ◦ green 81 ◦ blue 240
Shades of Free Speech Magenta #E651F0
Tints of Free Speech Magenta #E651F0
RGB
CMYK
RGB Variations
Color information
#E651F0 (or 0xE651F0) is known color: Free Speech Magenta. HEX triplet: E6, 51 and F0. RGB value is (230,81,240). Sum of RGB (Red+Green+Blue) = 230+81+240=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 81 (32.03% from 255 or 14.70% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #E651F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E651F0 is #19AE0F. Grayscale: #8F8F8F. Windows color (decimal): -1682960 or 15749606. OLE color: 15749606.
HSL color Cylindrical-coordinate representation of color #E651F0: hue angle of 296.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E651F0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 81 | 240 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.06 |
| HSL | 296.23º | 0.84% | 0.63% | - |
| HSV(B) | 296.23º | 0.66% | 0.94% | - |
| XYZ | 51.3 | 29 | 85.33 | - |
| YUV | 143.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 240 | 0.04 | 0.66 | 0 | 0.06 | 296.23 | 0.84 | 0.63 |
| Hex | E6 | 51 | F0 | 4 | 42 | 0 | 6 | 128 | 54 | 3F |
| Octal | 346 | 121 | 360 | 4 | 102 | 0 | 6 | 450 | 124 | 77 |
| Binary | 11100110 | 1010001 | 11110000 | 100 | 1000010 | 0 | 110 | 100101000 | 1010100 | 111111 |
Color Harmonies of #E651F0
Complementary color
Monochromatic Colors of #E651F0
Black with #E651F0
Text Example
Text Example
White with #E651F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E651F0; }
p { color: rgb(230,81,240); }
H1.HeaderClassName
{
color: #E651F0;
}
.AnyTagClassName
{
color: #E651F0;
}
</style>
background-color css
<style>
a { background-color: #E651F0; }
a { background-color: rgb(230,81,240); }
div.DivClassName
{
background-color: #E651F0;
}
.BgClassName
{
background-color: #E651F0;
}
</style>
border-color css
<style>
span { border-color: #E651F0; }
span { border-color: rgb(230,81,240); }
td.TdClassName
{
border-color: #E651F0;
}
.TagClassName
{
border-color: #E651F0;
}
</style>