Html Css Color HEX #E55BCB Free Speech Magenta
📋 copy color: '#E55BCB'red 229 ◦ green 91 ◦ blue 203
Shades of Free Speech Magenta #E55BCB
Tints of Free Speech Magenta #E55BCB
RGB
CMYK
RGB Variations
Color information
#E55BCB (or 0xE55BCB) is known color: Free Speech Magenta. HEX triplet: E5, 5B and CB. RGB value is (229,91,203). Sum of RGB (Red+Green+Blue) = 229+91+203=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BCB is #1AA434. Grayscale: #909090. Windows color (decimal): -1745973 or 13327333. OLE color: 13327333.
HSL color Cylindrical-coordinate representation of color #E55BCB: hue angle of 311.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55BCB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 203 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.10 |
| HSL | 311.3º | 0.73% | 0.63% | - |
| HSV(B) | 311.3º | 0.6% | 0.9% | - |
| XYZ | 46.83 | 28.45 | 59.52 | - |
| YUV | 145.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 203 | 0 | 0.60 | 0.11 | 0.10 | 311.3 | 0.73 | 0.63 |
| Hex | E5 | 5B | CB | 0 | 3C | B | A | 137 | 49 | 3F |
| Octal | 345 | 133 | 313 | 0 | 74 | 13 | 12 | 467 | 111 | 77 |
| Binary | 11100101 | 1011011 | 11001011 | 0 | 111100 | 1011 | 1010 | 100110111 | 1001001 | 111111 |
Color Harmonies of #E55BCB
Complementary color
Monochromatic Colors of #E55BCB
Black with #E55BCB
Text Example
Text Example
White with #E55BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BCB; }
p { color: rgb(229,91,203); }
H1.HeaderClassName
{
color: #E55BCB;
}
.AnyTagClassName
{
color: #E55BCB;
}
</style>
background-color css
<style>
a { background-color: #E55BCB; }
a { background-color: rgb(229,91,203); }
div.DivClassName
{
background-color: #E55BCB;
}
.BgClassName
{
background-color: #E55BCB;
}
</style>
border-color css
<style>
span { border-color: #E55BCB; }
span { border-color: rgb(229,91,203); }
td.TdClassName
{
border-color: #E55BCB;
}
.TagClassName
{
border-color: #E55BCB;
}
</style>