Html Css Color HEX #E53BE0 Free Speech Magenta
📋 copy color: '#E53BE0'red 229 ◦ green 59 ◦ blue 224
Shades of Free Speech Magenta #E53BE0
Tints of Free Speech Magenta #E53BE0
RGB
CMYK
RGB Variations
Color information
#E53BE0 (or 0xE53BE0) is known color: Free Speech Magenta. HEX triplet: E5, 3B and E0. RGB value is (229,59,224). Sum of RGB (Red+Green+Blue) = 229+59+224=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BE0 is #1AC41F. Grayscale: #808080. Windows color (decimal): -1754144 or 14695397. OLE color: 14695397.
HSL color Cylindrical-coordinate representation of color #E53BE0: hue angle of 301.76º 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 #E53BE0 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 224 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.10 |
| HSL | 301.76º | 0.77% | 0.56% | - |
| HSV(B) | 301.76º | 0.74% | 0.9% | - |
| XYZ | 47.33 | 25.17 | 72.88 | - |
| YUV | 128.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 224 | 0 | 0.74 | 0.02 | 0.10 | 301.76 | 0.77 | 0.56 |
| Hex | E5 | 3B | E0 | 0 | 4A | 2 | A | 12E | 4D | 38 |
| Octal | 345 | 73 | 340 | 0 | 112 | 2 | 12 | 456 | 115 | 70 |
| Binary | 11100101 | 111011 | 11100000 | 0 | 1001010 | 10 | 1010 | 100101110 | 1001101 | 111000 |
Color Harmonies of #E53BE0
Complementary color
Monochromatic Colors of #E53BE0
Black with #E53BE0
Text Example
Text Example
White with #E53BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BE0; }
p { color: rgb(229,59,224); }
H1.HeaderClassName
{
color: #E53BE0;
}
.AnyTagClassName
{
color: #E53BE0;
}
</style>
background-color css
<style>
a { background-color: #E53BE0; }
a { background-color: rgb(229,59,224); }
div.DivClassName
{
background-color: #E53BE0;
}
.BgClassName
{
background-color: #E53BE0;
}
</style>
border-color css
<style>
span { border-color: #E53BE0; }
span { border-color: rgb(229,59,224); }
td.TdClassName
{
border-color: #E53BE0;
}
.TagClassName
{
border-color: #E53BE0;
}
</style>