Html Css Color HEX #E553ED Free Speech Magenta
📋 copy color: '#E553ED'red 229 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #E553ED
Tints of Free Speech Magenta #E553ED
RGB
CMYK
RGB Variations
Color information
#E553ED (or 0xE553ED) is known color: Free Speech Magenta. HEX triplet: E5, 53 and ED. RGB value is (229,83,237). Sum of RGB (Red+Green+Blue) = 229+83+237=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #E553ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E553ED is #1AAC12. Grayscale: #8F8F8F. Windows color (decimal): -1747987 or 15553509. OLE color: 15553509.
HSL color Cylindrical-coordinate representation of color #E553ED: hue angle of 296.88º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E553ED is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 83 | 237 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.07 |
| HSL | 296.88º | 0.81% | 0.63% | - |
| HSV(B) | 296.88º | 0.65% | 0.93% | - |
| XYZ | 50.69 | 28.96 | 83.04 | - |
| YUV | 144.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 237 | 0.03 | 0.65 | 0 | 0.07 | 296.88 | 0.81 | 0.63 |
| Hex | E5 | 53 | ED | 3 | 41 | 0 | 7 | 129 | 51 | 3F |
| Octal | 345 | 123 | 355 | 3 | 101 | 0 | 7 | 451 | 121 | 77 |
| Binary | 11100101 | 1010011 | 11101101 | 11 | 1000001 | 0 | 111 | 100101001 | 1010001 | 111111 |
Color Harmonies of #E553ED
Complementary color
Monochromatic Colors of #E553ED
Black with #E553ED
Text Example
Text Example
White with #E553ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553ED; }
p { color: rgb(229,83,237); }
H1.HeaderClassName
{
color: #E553ED;
}
.AnyTagClassName
{
color: #E553ED;
}
</style>
background-color css
<style>
a { background-color: #E553ED; }
a { background-color: rgb(229,83,237); }
div.DivClassName
{
background-color: #E553ED;
}
.BgClassName
{
background-color: #E553ED;
}
</style>
border-color css
<style>
span { border-color: #E553ED; }
span { border-color: rgb(229,83,237); }
td.TdClassName
{
border-color: #E553ED;
}
.TagClassName
{
border-color: #E553ED;
}
</style>