Html Css Color HEX #E53CE3 Free Speech Magenta
📋 copy color: '#E53CE3'red 229 ◦ green 60 ◦ blue 227
Shades of Free Speech Magenta #E53CE3
Tints of Free Speech Magenta #E53CE3
RGB
CMYK
RGB Variations
Color information
#E53CE3 (or 0xE53CE3) is known color: Free Speech Magenta. HEX triplet: E5, 3C and E3. RGB value is (229,60,227). Sum of RGB (Red+Green+Blue) = 229+60+227=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CE3 is #1AC31C. Grayscale: #818181. Windows color (decimal): -1753885 or 14892261. OLE color: 14892261.
HSL color Cylindrical-coordinate representation of color #E53CE3: hue angle of 300.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CE3 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 227 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.10 |
| HSL | 300.71º | 0.76% | 0.57% | - |
| HSV(B) | 300.71º | 0.74% | 0.9% | - |
| XYZ | 47.79 | 25.44 | 75.06 | - |
| YUV | 129.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 227 | 0 | 0.74 | 0.01 | 0.10 | 300.71 | 0.76 | 0.57 |
| Hex | E5 | 3C | E3 | 0 | 4A | 1 | A | 12D | 4C | 39 |
| Octal | 345 | 74 | 343 | 0 | 112 | 1 | 12 | 455 | 114 | 71 |
| Binary | 11100101 | 111100 | 11100011 | 0 | 1001010 | 1 | 1010 | 100101101 | 1001100 | 111001 |
Color Harmonies of #E53CE3
Complementary color
Monochromatic Colors of #E53CE3
Black with #E53CE3
Text Example
Text Example
White with #E53CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CE3; }
p { color: rgb(229,60,227); }
H1.HeaderClassName
{
color: #E53CE3;
}
.AnyTagClassName
{
color: #E53CE3;
}
</style>
background-color css
<style>
a { background-color: #E53CE3; }
a { background-color: rgb(229,60,227); }
div.DivClassName
{
background-color: #E53CE3;
}
.BgClassName
{
background-color: #E53CE3;
}
</style>
border-color css
<style>
span { border-color: #E53CE3; }
span { border-color: rgb(229,60,227); }
td.TdClassName
{
border-color: #E53CE3;
}
.TagClassName
{
border-color: #E53CE3;
}
</style>