Html Css Color HEX #E65BBC Free Speech Magenta
📋 copy color: '#E65BBC'red 230 ◦ green 91 ◦ blue 188
Shades of Free Speech Magenta #E65BBC
Tints of Free Speech Magenta #E65BBC
RGB
CMYK
RGB Variations
Color information
#E65BBC (or 0xE65BBC) is known color: Free Speech Magenta. HEX triplet: E6, 5B and BC. RGB value is (230,91,188). Sum of RGB (Red+Green+Blue) = 230+91+188=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BBC is #19A443. Grayscale: #8F8F8F. Windows color (decimal): -1680452 or 12344294. OLE color: 12344294.
HSL color Cylindrical-coordinate representation of color #E65BBC: hue angle of 318.13º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BBC is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 188 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.10 |
| HSL | 318.13º | 0.74% | 0.63% | - |
| HSV(B) | 318.13º | 0.6% | 0.9% | - |
| XYZ | 45.45 | 27.94 | 50.57 | - |
| YUV | 143.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 188 | 0 | 0.60 | 0.18 | 0.10 | 318.13 | 0.74 | 0.63 |
| Hex | E6 | 5B | BC | 0 | 3C | 12 | A | 13E | 4A | 3F |
| Octal | 346 | 133 | 274 | 0 | 74 | 22 | 12 | 476 | 112 | 77 |
| Binary | 11100110 | 1011011 | 10111100 | 0 | 111100 | 10010 | 1010 | 100111110 | 1001010 | 111111 |
Color Harmonies of #E65BBC
Complementary color
Monochromatic Colors of #E65BBC
Black with #E65BBC
Text Example
Text Example
White with #E65BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BBC; }
p { color: rgb(230,91,188); }
H1.HeaderClassName
{
color: #E65BBC;
}
.AnyTagClassName
{
color: #E65BBC;
}
</style>
background-color css
<style>
a { background-color: #E65BBC; }
a { background-color: rgb(230,91,188); }
div.DivClassName
{
background-color: #E65BBC;
}
.BgClassName
{
background-color: #E65BBC;
}
</style>
border-color css
<style>
span { border-color: #E65BBC; }
span { border-color: rgb(230,91,188); }
td.TdClassName
{
border-color: #E65BBC;
}
.TagClassName
{
border-color: #E65BBC;
}
</style>