Html Css Color HEX #E552DF Free Speech Magenta
📋 copy color: '#E552DF'red 229 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #E552DF
Tints of Free Speech Magenta #E552DF
RGB
CMYK
RGB Variations
Color information
#E552DF (or 0xE552DF) is known color: Free Speech Magenta. HEX triplet: E5, 52 and DF. RGB value is (229,82,223). Sum of RGB (Red+Green+Blue) = 229+82+223=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E552DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552DF is #1AAD20. Grayscale: #8D8D8D. Windows color (decimal): -1748257 or 14635749. OLE color: 14635749.
HSL color Cylindrical-coordinate representation of color #E552DF: hue angle of 302.45º 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 #E552DF is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 223 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.10 |
| HSL | 302.45º | 0.74% | 0.61% | - |
| HSV(B) | 302.45º | 0.64% | 0.9% | - |
| XYZ | 48.65 | 28.02 | 72.66 | - |
| YUV | 142.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 223 | 0 | 0.64 | 0.03 | 0.10 | 302.45 | 0.74 | 0.61 |
| Hex | E5 | 52 | DF | 0 | 40 | 3 | A | 12E | 4A | 3D |
| Octal | 345 | 122 | 337 | 0 | 100 | 3 | 12 | 456 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11011111 | 0 | 1000000 | 11 | 1010 | 100101110 | 1001010 | 111101 |
Color Harmonies of #E552DF
Complementary color
Monochromatic Colors of #E552DF
Black with #E552DF
Text Example
Text Example
White with #E552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552DF; }
p { color: rgb(229,82,223); }
H1.HeaderClassName
{
color: #E552DF;
}
.AnyTagClassName
{
color: #E552DF;
}
</style>
background-color css
<style>
a { background-color: #E552DF; }
a { background-color: rgb(229,82,223); }
div.DivClassName
{
background-color: #E552DF;
}
.BgClassName
{
background-color: #E552DF;
}
</style>
border-color css
<style>
span { border-color: #E552DF; }
span { border-color: rgb(229,82,223); }
td.TdClassName
{
border-color: #E552DF;
}
.TagClassName
{
border-color: #E552DF;
}
</style>