Html Css Color HEX #E55ABC Free Speech Magenta
📋 copy color: '#E55ABC'red 229 ◦ green 90 ◦ blue 188
Shades of Free Speech Magenta #E55ABC
Tints of Free Speech Magenta #E55ABC
RGB
CMYK
RGB Variations
Color information
#E55ABC (or 0xE55ABC) is known color: Free Speech Magenta. HEX triplet: E5, 5A and BC. RGB value is (229,90,188). Sum of RGB (Red+Green+Blue) = 229+90+188=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ABC is #1AA543. Grayscale: #8E8E8E. Windows color (decimal): -1746244 or 12344037. OLE color: 12344037.
HSL color Cylindrical-coordinate representation of color #E55ABC: hue angle of 317.7º 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 #E55ABC is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 188 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.10 |
| HSL | 317.7º | 0.73% | 0.63% | - |
| HSV(B) | 317.7º | 0.61% | 0.9% | - |
| XYZ | 45.05 | 27.6 | 50.53 | - |
| YUV | 142.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 188 | 0 | 0.61 | 0.18 | 0.10 | 317.7 | 0.73 | 0.63 |
| Hex | E5 | 5A | BC | 0 | 3D | 12 | A | 13E | 49 | 3F |
| Octal | 345 | 132 | 274 | 0 | 75 | 22 | 12 | 476 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10111100 | 0 | 111101 | 10010 | 1010 | 100111110 | 1001001 | 111111 |
Color Harmonies of #E55ABC
Complementary color
Monochromatic Colors of #E55ABC
Black with #E55ABC
Text Example
Text Example
White with #E55ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ABC; }
p { color: rgb(229,90,188); }
H1.HeaderClassName
{
color: #E55ABC;
}
.AnyTagClassName
{
color: #E55ABC;
}
</style>
background-color css
<style>
a { background-color: #E55ABC; }
a { background-color: rgb(229,90,188); }
div.DivClassName
{
background-color: #E55ABC;
}
.BgClassName
{
background-color: #E55ABC;
}
</style>
border-color css
<style>
span { border-color: #E55ABC; }
span { border-color: rgb(229,90,188); }
td.TdClassName
{
border-color: #E55ABC;
}
.TagClassName
{
border-color: #E55ABC;
}
</style>