Html Css Color HEX #E53BE1 Free Speech Magenta
📋 copy color: '#E53BE1'red 229 ◦ green 59 ◦ blue 225
Shades of Free Speech Magenta #E53BE1
Tints of Free Speech Magenta #E53BE1
RGB
CMYK
RGB Variations
Color information
#E53BE1 (or 0xE53BE1) is known color: Free Speech Magenta. HEX triplet: E5, 3B and E1. RGB value is (229,59,225). Sum of RGB (Red+Green+Blue) = 229+59+225=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BE1 is #1AC41E. Grayscale: #808080. Windows color (decimal): -1754143 or 14760933. OLE color: 14760933.
HSL color Cylindrical-coordinate representation of color #E53BE1: hue angle of 301.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BE1 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 225 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.10 |
| HSL | 301.41º | 0.77% | 0.56% | - |
| HSV(B) | 301.41º | 0.74% | 0.9% | - |
| XYZ | 47.47 | 25.22 | 73.6 | - |
| YUV | 128.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 225 | 0 | 0.74 | 0.02 | 0.10 | 301.41 | 0.77 | 0.56 |
| Hex | E5 | 3B | E1 | 0 | 4A | 2 | A | 12D | 4D | 38 |
| Octal | 345 | 73 | 341 | 0 | 112 | 2 | 12 | 455 | 115 | 70 |
| Binary | 11100101 | 111011 | 11100001 | 0 | 1001010 | 10 | 1010 | 100101101 | 1001101 | 111000 |
Color Harmonies of #E53BE1
Complementary color
Monochromatic Colors of #E53BE1
Black with #E53BE1
Text Example
Text Example
White with #E53BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BE1; }
p { color: rgb(229,59,225); }
H1.HeaderClassName
{
color: #E53BE1;
}
.AnyTagClassName
{
color: #E53BE1;
}
</style>
background-color css
<style>
a { background-color: #E53BE1; }
a { background-color: rgb(229,59,225); }
div.DivClassName
{
background-color: #E53BE1;
}
.BgClassName
{
background-color: #E53BE1;
}
</style>
border-color css
<style>
span { border-color: #E53BE1; }
span { border-color: rgb(229,59,225); }
td.TdClassName
{
border-color: #E53BE1;
}
.TagClassName
{
border-color: #E53BE1;
}
</style>