Html Css Color HEX #E64CBC Free Speech Magenta
📋 copy color: '#E64CBC'red 230 ◦ green 76 ◦ blue 188
Shades of Free Speech Magenta #E64CBC
Tints of Free Speech Magenta #E64CBC
RGB
CMYK
RGB Variations
Color information
#E64CBC (or 0xE64CBC) is known color: Free Speech Magenta. HEX triplet: E6, 4C and BC. RGB value is (230,76,188). Sum of RGB (Red+Green+Blue) = 230+76+188=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CBC is #19B343. Grayscale: #868686. Windows color (decimal): -1684292 or 12340454. OLE color: 12340454.
HSL color Cylindrical-coordinate representation of color #E64CBC: hue angle of 316.36º 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 #E64CBC is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 188 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.10 |
| HSL | 316.36º | 0.75% | 0.6% | - |
| HSV(B) | 316.36º | 0.67% | 0.9% | - |
| XYZ | 44.29 | 25.62 | 50.19 | - |
| YUV | 134.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 188 | 0 | 0.67 | 0.18 | 0.10 | 316.36 | 0.75 | 0.6 |
| Hex | E6 | 4C | BC | 0 | 43 | 12 | A | 13C | 4B | 3C |
| Octal | 346 | 114 | 274 | 0 | 103 | 22 | 12 | 474 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10111100 | 0 | 1000011 | 10010 | 1010 | 100111100 | 1001011 | 111100 |
Color Harmonies of #E64CBC
Complementary color
Monochromatic Colors of #E64CBC
Black with #E64CBC
Text Example
Text Example
White with #E64CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CBC; }
p { color: rgb(230,76,188); }
H1.HeaderClassName
{
color: #E64CBC;
}
.AnyTagClassName
{
color: #E64CBC;
}
</style>
background-color css
<style>
a { background-color: #E64CBC; }
a { background-color: rgb(230,76,188); }
div.DivClassName
{
background-color: #E64CBC;
}
.BgClassName
{
background-color: #E64CBC;
}
</style>
border-color css
<style>
span { border-color: #E64CBC; }
span { border-color: rgb(230,76,188); }
td.TdClassName
{
border-color: #E64CBC;
}
.TagClassName
{
border-color: #E64CBC;
}
</style>