Html Css Color HEX #E654F2 Free Speech Magenta
📋 copy color: '#E654F2'red 230 ◦ green 84 ◦ blue 242
Shades of Free Speech Magenta #E654F2
Tints of Free Speech Magenta #E654F2
RGB
CMYK
RGB Variations
Color information
#E654F2 (or 0xE654F2) is known color: Free Speech Magenta. HEX triplet: E6, 54 and F2. RGB value is (230,84,242). Sum of RGB (Red+Green+Blue) = 230+84+242=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 84 (33.20% from 255 or 15.11% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #E654F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E654F2 is #19AB0D. Grayscale: #919191. Windows color (decimal): -1682190 or 15881446. OLE color: 15881446.
HSL color Cylindrical-coordinate representation of color #E654F2: hue angle of 295.44º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E654F2 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 84 | 242 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.05 |
| HSL | 295.44º | 0.86% | 0.64% | - |
| HSV(B) | 295.44º | 0.65% | 0.95% | - |
| XYZ | 51.83 | 29.57 | 86.98 | - |
| YUV | 145.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 242 | 0.05 | 0.65 | 0 | 0.05 | 295.44 | 0.86 | 0.64 |
| Hex | E6 | 54 | F2 | 5 | 41 | 0 | 5 | 127 | 56 | 40 |
| Octal | 346 | 124 | 362 | 5 | 101 | 0 | 5 | 447 | 126 | 100 |
| Binary | 11100110 | 1010100 | 11110010 | 101 | 1000001 | 0 | 101 | 100100111 | 1010110 | 1000000 |
Color Harmonies of #E654F2
Complementary color
Monochromatic Colors of #E654F2
Black with #E654F2
Text Example
Text Example
White with #E654F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654F2; }
p { color: rgb(230,84,242); }
H1.HeaderClassName
{
color: #E654F2;
}
.AnyTagClassName
{
color: #E654F2;
}
</style>
background-color css
<style>
a { background-color: #E654F2; }
a { background-color: rgb(230,84,242); }
div.DivClassName
{
background-color: #E654F2;
}
.BgClassName
{
background-color: #E654F2;
}
</style>
border-color css
<style>
span { border-color: #E654F2; }
span { border-color: rgb(230,84,242); }
td.TdClassName
{
border-color: #E654F2;
}
.TagClassName
{
border-color: #E654F2;
}
</style>