Html Css Color HEX #E55ABB Free Speech Magenta
📋 copy color: '#E55ABB'red 229 ◦ green 90 ◦ blue 187
Shades of Free Speech Magenta #E55ABB
Tints of Free Speech Magenta #E55ABB
RGB
CMYK
RGB Variations
Color information
#E55ABB (or 0xE55ABB) is known color: Free Speech Magenta. HEX triplet: E5, 5A and BB. RGB value is (229,90,187). Sum of RGB (Red+Green+Blue) = 229+90+187=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ABB is #1AA544. Grayscale: #8E8E8E. Windows color (decimal): -1746245 or 12278501. OLE color: 12278501.
HSL color Cylindrical-coordinate representation of color #E55ABB: hue angle of 318.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55ABB is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 187 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.10 |
| HSL | 318.13º | 0.73% | 0.63% | - |
| HSV(B) | 318.13º | 0.61% | 0.9% | - |
| XYZ | 44.94 | 27.56 | 49.96 | - |
| YUV | 142.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 187 | 0 | 0.61 | 0.18 | 0.10 | 318.13 | 0.73 | 0.63 |
| Hex | E5 | 5A | BB | 0 | 3D | 12 | A | 13E | 49 | 3F |
| Octal | 345 | 132 | 273 | 0 | 75 | 22 | 12 | 476 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10111011 | 0 | 111101 | 10010 | 1010 | 100111110 | 1001001 | 111111 |
Color Harmonies of #E55ABB
Complementary color
Monochromatic Colors of #E55ABB
Black with #E55ABB
Text Example
Text Example
White with #E55ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ABB; }
p { color: rgb(229,90,187); }
H1.HeaderClassName
{
color: #E55ABB;
}
.AnyTagClassName
{
color: #E55ABB;
}
</style>
background-color css
<style>
a { background-color: #E55ABB; }
a { background-color: rgb(229,90,187); }
div.DivClassName
{
background-color: #E55ABB;
}
.BgClassName
{
background-color: #E55ABB;
}
</style>
border-color css
<style>
span { border-color: #E55ABB; }
span { border-color: rgb(229,90,187); }
td.TdClassName
{
border-color: #E55ABB;
}
.TagClassName
{
border-color: #E55ABB;
}
</style>