Html Css Color HEX #E659F2 Free Speech Magenta
📋 copy color: '#E659F2'red 230 ◦ green 89 ◦ blue 242
Shades of Free Speech Magenta #E659F2
Tints of Free Speech Magenta #E659F2
RGB
CMYK
RGB Variations
Color information
#E659F2 (or 0xE659F2) is known color: Free Speech Magenta. HEX triplet: E6, 59 and F2. RGB value is (230,89,242). Sum of RGB (Red+Green+Blue) = 230+89+242=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #E659F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E659F2 is #19A60D. Grayscale: #949494. Windows color (decimal): -1680910 or 15882726. OLE color: 15882726.
HSL color Cylindrical-coordinate representation of color #E659F2: hue angle of 295.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E659F2 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 89 | 242 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.05 |
| HSL | 295.29º | 0.85% | 0.65% | - |
| HSV(B) | 295.29º | 0.63% | 0.95% | - |
| XYZ | 52.23 | 30.38 | 87.12 | - |
| YUV | 148.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 242 | 0.05 | 0.63 | 0 | 0.05 | 295.29 | 0.85 | 0.65 |
| Hex | E6 | 59 | F2 | 5 | 3F | 0 | 5 | 127 | 55 | 41 |
| Octal | 346 | 131 | 362 | 5 | 77 | 0 | 5 | 447 | 125 | 101 |
| Binary | 11100110 | 1011001 | 11110010 | 101 | 111111 | 0 | 101 | 100100111 | 1010101 | 1000001 |
Color Harmonies of #E659F2
Complementary color
Monochromatic Colors of #E659F2
Black with #E659F2
Text Example
Text Example
White with #E659F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659F2; }
p { color: rgb(230,89,242); }
H1.HeaderClassName
{
color: #E659F2;
}
.AnyTagClassName
{
color: #E659F2;
}
</style>
background-color css
<style>
a { background-color: #E659F2; }
a { background-color: rgb(230,89,242); }
div.DivClassName
{
background-color: #E659F2;
}
.BgClassName
{
background-color: #E659F2;
}
</style>
border-color css
<style>
span { border-color: #E659F2; }
span { border-color: rgb(230,89,242); }
td.TdClassName
{
border-color: #E659F2;
}
.TagClassName
{
border-color: #E659F2;
}
</style>