Html Css Color HEX #E552E1 Free Speech Magenta
📋 copy color: '#E552E1'red 229 ◦ green 82 ◦ blue 225
Shades of Free Speech Magenta #E552E1
Tints of Free Speech Magenta #E552E1
RGB
CMYK
RGB Variations
Color information
#E552E1 (or 0xE552E1) is known color: Free Speech Magenta. HEX triplet: E5, 52 and E1. RGB value is (229,82,225). Sum of RGB (Red+Green+Blue) = 229+82+225=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E552E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552E1 is #1AAD1E. Grayscale: #8D8D8D. Windows color (decimal): -1748255 or 14766821. OLE color: 14766821.
HSL color Cylindrical-coordinate representation of color #E552E1: hue angle of 301.63º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552E1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 225 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.10 |
| HSL | 301.63º | 0.74% | 0.61% | - |
| HSV(B) | 301.63º | 0.64% | 0.9% | - |
| XYZ | 48.92 | 28.13 | 74.09 | - |
| YUV | 142.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 225 | 0 | 0.64 | 0.02 | 0.10 | 301.63 | 0.74 | 0.61 |
| Hex | E5 | 52 | E1 | 0 | 40 | 2 | A | 12E | 4A | 3D |
| Octal | 345 | 122 | 341 | 0 | 100 | 2 | 12 | 456 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11100001 | 0 | 1000000 | 10 | 1010 | 100101110 | 1001010 | 111101 |
Color Harmonies of #E552E1
Complementary color
Monochromatic Colors of #E552E1
Black with #E552E1
Text Example
Text Example
White with #E552E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552E1; }
p { color: rgb(229,82,225); }
H1.HeaderClassName
{
color: #E552E1;
}
.AnyTagClassName
{
color: #E552E1;
}
</style>
background-color css
<style>
a { background-color: #E552E1; }
a { background-color: rgb(229,82,225); }
div.DivClassName
{
background-color: #E552E1;
}
.BgClassName
{
background-color: #E552E1;
}
</style>
border-color css
<style>
span { border-color: #E552E1; }
span { border-color: rgb(229,82,225); }
td.TdClassName
{
border-color: #E552E1;
}
.TagClassName
{
border-color: #E552E1;
}
</style>