Html Css Color HEX #E552DD Free Speech Magenta
📋 copy color: '#E552DD'red 229 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #E552DD
Tints of Free Speech Magenta #E552DD
RGB
CMYK
RGB Variations
Color information
#E552DD (or 0xE552DD) is known color: Free Speech Magenta. HEX triplet: E5, 52 and DD. RGB value is (229,82,221). Sum of RGB (Red+Green+Blue) = 229+82+221=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E552DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552DD is #1AAD22. Grayscale: #8D8D8D. Windows color (decimal): -1748259 or 14504677. OLE color: 14504677.
HSL color Cylindrical-coordinate representation of color #E552DD: hue angle of 303.27º 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 #E552DD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 221 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.10 |
| HSL | 303.27º | 0.74% | 0.61% | - |
| HSV(B) | 303.27º | 0.64% | 0.9% | - |
| XYZ | 48.38 | 27.91 | 71.24 | - |
| YUV | 141.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 221 | 0 | 0.64 | 0.03 | 0.10 | 303.27 | 0.74 | 0.61 |
| Hex | E5 | 52 | DD | 0 | 40 | 3 | A | 12F | 4A | 3D |
| Octal | 345 | 122 | 335 | 0 | 100 | 3 | 12 | 457 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11011101 | 0 | 1000000 | 11 | 1010 | 100101111 | 1001010 | 111101 |
Color Harmonies of #E552DD
Complementary color
Monochromatic Colors of #E552DD
Black with #E552DD
Text Example
Text Example
White with #E552DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552DD; }
p { color: rgb(229,82,221); }
H1.HeaderClassName
{
color: #E552DD;
}
.AnyTagClassName
{
color: #E552DD;
}
</style>
background-color css
<style>
a { background-color: #E552DD; }
a { background-color: rgb(229,82,221); }
div.DivClassName
{
background-color: #E552DD;
}
.BgClassName
{
background-color: #E552DD;
}
</style>
border-color css
<style>
span { border-color: #E552DD; }
span { border-color: rgb(229,82,221); }
td.TdClassName
{
border-color: #E552DD;
}
.TagClassName
{
border-color: #E552DD;
}
</style>