Html Css Color HEX #E05BBB Free Speech Magenta
📋 copy color: '#E05BBB'red 224 ◦ green 91 ◦ blue 187
Shades of Free Speech Magenta #E05BBB
Tints of Free Speech Magenta #E05BBB
RGB
CMYK
RGB Variations
Color information
#E05BBB (or 0xE05BBB) is known color: Free Speech Magenta. HEX triplet: E0, 5B and BB. RGB value is (224,91,187). Sum of RGB (Red+Green+Blue) = 224+91+187=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BBB is #1FA444. Grayscale: #8D8D8D. Windows color (decimal): -2073669 or 12278752. OLE color: 12278752.
HSL color Cylindrical-coordinate representation of color #E05BBB: hue angle of 316.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BBB is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 187 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.12 |
| HSL | 316.69º | 0.68% | 0.62% | - |
| HSV(B) | 316.69º | 0.59% | 0.88% | - |
| XYZ | 43.45 | 26.92 | 49.92 | - |
| YUV | 141.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 187 | 0 | 0.59 | 0.17 | 0.12 | 316.69 | 0.68 | 0.62 |
| Hex | E0 | 5B | BB | 0 | 3B | 11 | C | 13D | 44 | 3E |
| Octal | 340 | 133 | 273 | 0 | 73 | 21 | 14 | 475 | 104 | 76 |
| Binary | 11100000 | 1011011 | 10111011 | 0 | 111011 | 10001 | 1100 | 100111101 | 1000100 | 111110 |
Color Harmonies of #E05BBB
Complementary color
Monochromatic Colors of #E05BBB
Black with #E05BBB
Text Example
Text Example
White with #E05BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05BBB; }
p { color: rgb(224,91,187); }
H1.HeaderClassName
{
color: #E05BBB;
}
.AnyTagClassName
{
color: #E05BBB;
}
</style>
background-color css
<style>
a { background-color: #E05BBB; }
a { background-color: rgb(224,91,187); }
div.DivClassName
{
background-color: #E05BBB;
}
.BgClassName
{
background-color: #E05BBB;
}
</style>
border-color css
<style>
span { border-color: #E05BBB; }
span { border-color: rgb(224,91,187); }
td.TdClassName
{
border-color: #E05BBB;
}
.TagClassName
{
border-color: #E05BBB;
}
</style>