Html Css Color HEX #E650C0 Free Speech Magenta
📋 copy color: '#E650C0'red 230 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #E650C0
Tints of Free Speech Magenta #E650C0
RGB
CMYK
RGB Variations
Color information
#E650C0 (or 0xE650C0) is known color: Free Speech Magenta. HEX triplet: E6, 50 and C0. RGB value is (230,80,192). Sum of RGB (Red+Green+Blue) = 230+80+192=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E650C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650C0 is #19AF3F. Grayscale: #898989. Windows color (decimal): -1683264 or 12603622. OLE color: 12603622.
HSL color Cylindrical-coordinate representation of color #E650C0: hue angle of 315.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650C0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 192 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.10 |
| HSL | 315.2º | 0.75% | 0.61% | - |
| HSV(B) | 315.2º | 0.65% | 0.9% | - |
| XYZ | 45.02 | 26.37 | 52.59 | - |
| YUV | 137.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 192 | 0 | 0.65 | 0.17 | 0.10 | 315.2 | 0.75 | 0.61 |
| Hex | E6 | 50 | C0 | 0 | 41 | 11 | A | 13B | 4B | 3D |
| Octal | 346 | 120 | 300 | 0 | 101 | 21 | 12 | 473 | 113 | 75 |
| Binary | 11100110 | 1010000 | 11000000 | 0 | 1000001 | 10001 | 1010 | 100111011 | 1001011 | 111101 |
Color Harmonies of #E650C0
Complementary color
Monochromatic Colors of #E650C0
Black with #E650C0
Text Example
Text Example
White with #E650C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650C0; }
p { color: rgb(230,80,192); }
H1.HeaderClassName
{
color: #E650C0;
}
.AnyTagClassName
{
color: #E650C0;
}
</style>
background-color css
<style>
a { background-color: #E650C0; }
a { background-color: rgb(230,80,192); }
div.DivClassName
{
background-color: #E650C0;
}
.BgClassName
{
background-color: #E650C0;
}
</style>
border-color css
<style>
span { border-color: #E650C0; }
span { border-color: rgb(230,80,192); }
td.TdClassName
{
border-color: #E650C0;
}
.TagClassName
{
border-color: #E650C0;
}
</style>