Html Css Color HEX #E650BA Free Speech Magenta
📋 copy color: '#E650BA'red 230 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #E650BA
Tints of Free Speech Magenta #E650BA
RGB
CMYK
RGB Variations
Color information
#E650BA (or 0xE650BA) is known color: Free Speech Magenta. HEX triplet: E6, 50 and BA. RGB value is (230,80,186). Sum of RGB (Red+Green+Blue) = 230+80+186=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E650BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650BA is #19AF45. Grayscale: #888888. Windows color (decimal): -1683270 or 12210406. OLE color: 12210406.
HSL color Cylindrical-coordinate representation of color #E650BA: hue angle of 317.6º 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 #E650BA is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 186 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.10 |
| HSL | 317.6º | 0.75% | 0.61% | - |
| HSV(B) | 317.6º | 0.65% | 0.9% | - |
| XYZ | 44.36 | 26.11 | 49.15 | - |
| YUV | 136.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 186 | 0 | 0.65 | 0.19 | 0.10 | 317.6 | 0.75 | 0.61 |
| Hex | E6 | 50 | BA | 0 | 41 | 13 | A | 13E | 4B | 3D |
| Octal | 346 | 120 | 272 | 0 | 101 | 23 | 12 | 476 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10111010 | 0 | 1000001 | 10011 | 1010 | 100111110 | 1001011 | 111101 |
Color Harmonies of #E650BA
Complementary color
Monochromatic Colors of #E650BA
Black with #E650BA
Text Example
Text Example
White with #E650BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650BA; }
p { color: rgb(230,80,186); }
H1.HeaderClassName
{
color: #E650BA;
}
.AnyTagClassName
{
color: #E650BA;
}
</style>
background-color css
<style>
a { background-color: #E650BA; }
a { background-color: rgb(230,80,186); }
div.DivClassName
{
background-color: #E650BA;
}
.BgClassName
{
background-color: #E650BA;
}
</style>
border-color css
<style>
span { border-color: #E650BA; }
span { border-color: rgb(230,80,186); }
td.TdClassName
{
border-color: #E650BA;
}
.TagClassName
{
border-color: #E650BA;
}
</style>