Html Css Color HEX #E659C2 Free Speech Magenta
📋 copy color: '#E659C2'red 230 ◦ green 89 ◦ blue 194
Shades of Free Speech Magenta #E659C2
Tints of Free Speech Magenta #E659C2
RGB
CMYK
RGB Variations
Color information
#E659C2 (or 0xE659C2) is known color: Free Speech Magenta. HEX triplet: E6, 59 and C2. RGB value is (230,89,194). Sum of RGB (Red+Green+Blue) = 230+89+194=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E659C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E659C2 is #19A63D. Grayscale: #8E8E8E. Windows color (decimal): -1680958 or 12736998. OLE color: 12736998.
HSL color Cylindrical-coordinate representation of color #E659C2: hue angle of 315.32º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E659C2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 194 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.10 |
| HSL | 315.32º | 0.74% | 0.63% | - |
| HSV(B) | 315.32º | 0.61% | 0.9% | - |
| XYZ | 45.94 | 27.86 | 54 | - |
| YUV | 143.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 194 | 0 | 0.61 | 0.16 | 0.10 | 315.32 | 0.74 | 0.63 |
| Hex | E6 | 59 | C2 | 0 | 3D | 10 | A | 13B | 4A | 3F |
| Octal | 346 | 131 | 302 | 0 | 75 | 20 | 12 | 473 | 112 | 77 |
| Binary | 11100110 | 1011001 | 11000010 | 0 | 111101 | 10000 | 1010 | 100111011 | 1001010 | 111111 |
Color Harmonies of #E659C2
Complementary color
Monochromatic Colors of #E659C2
Black with #E659C2
Text Example
Text Example
White with #E659C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659C2; }
p { color: rgb(230,89,194); }
H1.HeaderClassName
{
color: #E659C2;
}
.AnyTagClassName
{
color: #E659C2;
}
</style>
background-color css
<style>
a { background-color: #E659C2; }
a { background-color: rgb(230,89,194); }
div.DivClassName
{
background-color: #E659C2;
}
.BgClassName
{
background-color: #E659C2;
}
</style>
border-color css
<style>
span { border-color: #E659C2; }
span { border-color: rgb(230,89,194); }
td.TdClassName
{
border-color: #E659C2;
}
.TagClassName
{
border-color: #E659C2;
}
</style>