Html Css Color HEX #E55ACB Free Speech Magenta
📋 copy color: '#E55ACB'red 229 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E55ACB
Tints of Free Speech Magenta #E55ACB
RGB
CMYK
RGB Variations
Color information
#E55ACB (or 0xE55ACB) is known color: Free Speech Magenta. HEX triplet: E5, 5A and CB. RGB value is (229,90,203). Sum of RGB (Red+Green+Blue) = 229+90+203=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ACB is #1AA534. Grayscale: #909090. Windows color (decimal): -1746229 or 13327077. OLE color: 13327077.
HSL color Cylindrical-coordinate representation of color #E55ACB: hue angle of 311.22º 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 #E55ACB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 203 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.10 |
| HSL | 311.22º | 0.73% | 0.63% | - |
| HSV(B) | 311.22º | 0.61% | 0.9% | - |
| XYZ | 46.75 | 28.28 | 59.49 | - |
| YUV | 144.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 203 | 0 | 0.61 | 0.11 | 0.10 | 311.22 | 0.73 | 0.63 |
| Hex | E5 | 5A | CB | 0 | 3D | B | A | 137 | 49 | 3F |
| Octal | 345 | 132 | 313 | 0 | 75 | 13 | 12 | 467 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11001011 | 0 | 111101 | 1011 | 1010 | 100110111 | 1001001 | 111111 |
Color Harmonies of #E55ACB
Complementary color
Monochromatic Colors of #E55ACB
Black with #E55ACB
Text Example
Text Example
White with #E55ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ACB; }
p { color: rgb(229,90,203); }
H1.HeaderClassName
{
color: #E55ACB;
}
.AnyTagClassName
{
color: #E55ACB;
}
</style>
background-color css
<style>
a { background-color: #E55ACB; }
a { background-color: rgb(229,90,203); }
div.DivClassName
{
background-color: #E55ACB;
}
.BgClassName
{
background-color: #E55ACB;
}
</style>
border-color css
<style>
span { border-color: #E55ACB; }
span { border-color: rgb(229,90,203); }
td.TdClassName
{
border-color: #E55ACB;
}
.TagClassName
{
border-color: #E55ACB;
}
</style>