Html Css Color HEX #E655BB Free Speech Magenta
📋 copy color: '#E655BB'red 230 ◦ green 85 ◦ blue 187
Shades of Free Speech Magenta #E655BB
Tints of Free Speech Magenta #E655BB
RGB
CMYK
RGB Variations
Color information
#E655BB (or 0xE655BB) is known color: Free Speech Magenta. HEX triplet: E6, 55 and BB. RGB value is (230,85,187). Sum of RGB (Red+Green+Blue) = 230+85+187=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E655BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655BB is #19AA44. Grayscale: #8B8B8B. Windows color (decimal): -1681989 or 12277222. OLE color: 12277222.
HSL color Cylindrical-coordinate representation of color #E655BB: hue angle of 317.79º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655BB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 187 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.10 |
| HSL | 317.79º | 0.74% | 0.62% | - |
| HSV(B) | 317.79º | 0.63% | 0.9% | - |
| XYZ | 44.85 | 26.91 | 49.84 | - |
| YUV | 139.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 187 | 0 | 0.63 | 0.19 | 0.10 | 317.79 | 0.74 | 0.62 |
| Hex | E6 | 55 | BB | 0 | 3F | 13 | A | 13E | 4A | 3E |
| Octal | 346 | 125 | 273 | 0 | 77 | 23 | 12 | 476 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10111011 | 0 | 111111 | 10011 | 1010 | 100111110 | 1001010 | 111110 |
Color Harmonies of #E655BB
Complementary color
Monochromatic Colors of #E655BB
Black with #E655BB
Text Example
Text Example
White with #E655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655BB; }
p { color: rgb(230,85,187); }
H1.HeaderClassName
{
color: #E655BB;
}
.AnyTagClassName
{
color: #E655BB;
}
</style>
background-color css
<style>
a { background-color: #E655BB; }
a { background-color: rgb(230,85,187); }
div.DivClassName
{
background-color: #E655BB;
}
.BgClassName
{
background-color: #E655BB;
}
</style>
border-color css
<style>
span { border-color: #E655BB; }
span { border-color: rgb(230,85,187); }
td.TdClassName
{
border-color: #E655BB;
}
.TagClassName
{
border-color: #E655BB;
}
</style>