Html Css Color HEX #E552DA Free Speech Magenta
📋 copy color: '#E552DA'red 229 ◦ green 82 ◦ blue 218
Shades of Free Speech Magenta #E552DA
Tints of Free Speech Magenta #E552DA
RGB
CMYK
RGB Variations
Color information
#E552DA (or 0xE552DA) is known color: Free Speech Magenta. HEX triplet: E5, 52 and DA. RGB value is (229,82,218). Sum of RGB (Red+Green+Blue) = 229+82+218=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E552DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552DA is #1AAD25. Grayscale: #8D8D8D. Windows color (decimal): -1748262 or 14308069. OLE color: 14308069.
HSL color Cylindrical-coordinate representation of color #E552DA: hue angle of 304.49º 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 #E552DA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 218 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.10 |
| HSL | 304.49º | 0.74% | 0.61% | - |
| HSV(B) | 304.49º | 0.64% | 0.9% | - |
| XYZ | 47.99 | 27.75 | 69.16 | - |
| YUV | 141.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 218 | 0 | 0.64 | 0.05 | 0.10 | 304.49 | 0.74 | 0.61 |
| Hex | E5 | 52 | DA | 0 | 40 | 5 | A | 130 | 4A | 3D |
| Octal | 345 | 122 | 332 | 0 | 100 | 5 | 12 | 460 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11011010 | 0 | 1000000 | 101 | 1010 | 100110000 | 1001010 | 111101 |
Color Harmonies of #E552DA
Complementary color
Monochromatic Colors of #E552DA
Black with #E552DA
Text Example
Text Example
White with #E552DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552DA; }
p { color: rgb(229,82,218); }
H1.HeaderClassName
{
color: #E552DA;
}
.AnyTagClassName
{
color: #E552DA;
}
</style>
background-color css
<style>
a { background-color: #E552DA; }
a { background-color: rgb(229,82,218); }
div.DivClassName
{
background-color: #E552DA;
}
.BgClassName
{
background-color: #E552DA;
}
</style>
border-color css
<style>
span { border-color: #E552DA; }
span { border-color: rgb(229,82,218); }
td.TdClassName
{
border-color: #E552DA;
}
.TagClassName
{
border-color: #E552DA;
}
</style>