Html Css Color HEX #E53BDF Free Speech Magenta
📋 copy color: '#E53BDF'red 229 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E53BDF
Tints of Free Speech Magenta #E53BDF
RGB
CMYK
RGB Variations
Color information
#E53BDF (or 0xE53BDF) is known color: Free Speech Magenta. HEX triplet: E5, 3B and DF. RGB value is (229,59,223). Sum of RGB (Red+Green+Blue) = 229+59+223=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BDF is #1AC420. Grayscale: #808080. Windows color (decimal): -1754145 or 14629861. OLE color: 14629861.
HSL color Cylindrical-coordinate representation of color #E53BDF: hue angle of 302.12º 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 #E53BDF is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 223 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.10 |
| HSL | 302.12º | 0.77% | 0.56% | - |
| HSV(B) | 302.12º | 0.74% | 0.9% | - |
| XYZ | 47.2 | 25.11 | 72.17 | - |
| YUV | 128.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 223 | 0 | 0.74 | 0.03 | 0.10 | 302.12 | 0.77 | 0.56 |
| Hex | E5 | 3B | DF | 0 | 4A | 3 | A | 12E | 4D | 38 |
| Octal | 345 | 73 | 337 | 0 | 112 | 3 | 12 | 456 | 115 | 70 |
| Binary | 11100101 | 111011 | 11011111 | 0 | 1001010 | 11 | 1010 | 100101110 | 1001101 | 111000 |
Color Harmonies of #E53BDF
Complementary color
Monochromatic Colors of #E53BDF
Black with #E53BDF
Text Example
Text Example
White with #E53BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BDF; }
p { color: rgb(229,59,223); }
H1.HeaderClassName
{
color: #E53BDF;
}
.AnyTagClassName
{
color: #E53BDF;
}
</style>
background-color css
<style>
a { background-color: #E53BDF; }
a { background-color: rgb(229,59,223); }
div.DivClassName
{
background-color: #E53BDF;
}
.BgClassName
{
background-color: #E53BDF;
}
</style>
border-color css
<style>
span { border-color: #E53BDF; }
span { border-color: rgb(229,59,223); }
td.TdClassName
{
border-color: #E53BDF;
}
.TagClassName
{
border-color: #E53BDF;
}
</style>