Html Css Color HEX #E64CBA Free Speech Magenta
📋 copy color: '#E64CBA'red 230 ◦ green 76 ◦ blue 186
Shades of Free Speech Magenta #E64CBA
Tints of Free Speech Magenta #E64CBA
RGB
CMYK
RGB Variations
Color information
#E64CBA (or 0xE64CBA) is known color: Free Speech Magenta. HEX triplet: E6, 4C and BA. RGB value is (230,76,186). Sum of RGB (Red+Green+Blue) = 230+76+186=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CBA is #19B345. Grayscale: #868686. Windows color (decimal): -1684294 or 12209382. OLE color: 12209382.
HSL color Cylindrical-coordinate representation of color #E64CBA: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CBA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 186 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.10 |
| HSL | 317.14º | 0.75% | 0.6% | - |
| HSV(B) | 317.14º | 0.67% | 0.9% | - |
| XYZ | 44.08 | 25.54 | 49.06 | - |
| YUV | 134.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 186 | 0 | 0.67 | 0.19 | 0.10 | 317.14 | 0.75 | 0.6 |
| Hex | E6 | 4C | BA | 0 | 43 | 13 | A | 13D | 4B | 3C |
| Octal | 346 | 114 | 272 | 0 | 103 | 23 | 12 | 475 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10111010 | 0 | 1000011 | 10011 | 1010 | 100111101 | 1001011 | 111100 |
Color Harmonies of #E64CBA
Complementary color
Monochromatic Colors of #E64CBA
Black with #E64CBA
Text Example
Text Example
White with #E64CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CBA; }
p { color: rgb(230,76,186); }
H1.HeaderClassName
{
color: #E64CBA;
}
.AnyTagClassName
{
color: #E64CBA;
}
</style>
background-color css
<style>
a { background-color: #E64CBA; }
a { background-color: rgb(230,76,186); }
div.DivClassName
{
background-color: #E64CBA;
}
.BgClassName
{
background-color: #E64CBA;
}
</style>
border-color css
<style>
span { border-color: #E64CBA; }
span { border-color: rgb(230,76,186); }
td.TdClassName
{
border-color: #E64CBA;
}
.TagClassName
{
border-color: #E64CBA;
}
</style>