Html Css Color HEX #E455BB Free Speech Magenta
📋 copy color: '#E455BB'red 228 ◦ green 85 ◦ blue 187
Shades of Free Speech Magenta #E455BB
Tints of Free Speech Magenta #E455BB
RGB
CMYK
RGB Variations
Color information
#E455BB (or 0xE455BB) is known color: Free Speech Magenta. HEX triplet: E4, 55 and BB. RGB value is (228,85,187). Sum of RGB (Red+Green+Blue) = 228+85+187=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E455BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455BB is #1BAA44. Grayscale: #8B8B8B. Windows color (decimal): -1813061 or 12277220. OLE color: 12277220.
HSL color Cylindrical-coordinate representation of color #E455BB: hue angle of 317.2º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455BB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 187 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.11 |
| HSL | 317.2º | 0.73% | 0.61% | - |
| HSV(B) | 317.2º | 0.63% | 0.89% | - |
| XYZ | 44.21 | 26.58 | 49.81 | - |
| YUV | 139.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 187 | 0 | 0.63 | 0.18 | 0.11 | 317.2 | 0.73 | 0.61 |
| Hex | E4 | 55 | BB | 0 | 3F | 12 | B | 13D | 49 | 3D |
| Octal | 344 | 125 | 273 | 0 | 77 | 22 | 13 | 475 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10111011 | 0 | 111111 | 10010 | 1011 | 100111101 | 1001001 | 111101 |
Color Harmonies of #E455BB
Complementary color
Monochromatic Colors of #E455BB
Black with #E455BB
Text Example
Text Example
White with #E455BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455BB; }
p { color: rgb(228,85,187); }
H1.HeaderClassName
{
color: #E455BB;
}
.AnyTagClassName
{
color: #E455BB;
}
</style>
background-color css
<style>
a { background-color: #E455BB; }
a { background-color: rgb(228,85,187); }
div.DivClassName
{
background-color: #E455BB;
}
.BgClassName
{
background-color: #E455BB;
}
</style>
border-color css
<style>
span { border-color: #E455BB; }
span { border-color: rgb(228,85,187); }
td.TdClassName
{
border-color: #E455BB;
}
.TagClassName
{
border-color: #E455BB;
}
</style>