Html Css Color HEX #E542DF Free Speech Magenta
📋 copy color: '#E542DF'red 229 ◦ green 66 ◦ blue 223
Shades of Free Speech Magenta #E542DF
Tints of Free Speech Magenta #E542DF
RGB
CMYK
RGB Variations
Color information
#E542DF (or 0xE542DF) is known color: Free Speech Magenta. HEX triplet: E5, 42 and DF. RGB value is (229,66,223). Sum of RGB (Red+Green+Blue) = 229+66+223=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E542DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542DF is #1ABD20. Grayscale: #848484. Windows color (decimal): -1752353 or 14631653. OLE color: 14631653.
HSL color Cylindrical-coordinate representation of color #E542DF: hue angle of 302.21º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E542DF is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 223 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.10 |
| HSL | 302.21º | 0.76% | 0.58% | - |
| HSV(B) | 302.21º | 0.71% | 0.9% | - |
| XYZ | 47.58 | 25.88 | 72.3 | - |
| YUV | 132.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 223 | 0 | 0.71 | 0.03 | 0.10 | 302.21 | 0.76 | 0.58 |
| Hex | E5 | 42 | DF | 0 | 47 | 3 | A | 12E | 4C | 3A |
| Octal | 345 | 102 | 337 | 0 | 107 | 3 | 12 | 456 | 114 | 72 |
| Binary | 11100101 | 1000010 | 11011111 | 0 | 1000111 | 11 | 1010 | 100101110 | 1001100 | 111010 |
Color Harmonies of #E542DF
Complementary color
Monochromatic Colors of #E542DF
Black with #E542DF
Text Example
Text Example
White with #E542DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542DF; }
p { color: rgb(229,66,223); }
H1.HeaderClassName
{
color: #E542DF;
}
.AnyTagClassName
{
color: #E542DF;
}
</style>
background-color css
<style>
a { background-color: #E542DF; }
a { background-color: rgb(229,66,223); }
div.DivClassName
{
background-color: #E542DF;
}
.BgClassName
{
background-color: #E542DF;
}
</style>
border-color css
<style>
span { border-color: #E542DF; }
span { border-color: rgb(229,66,223); }
td.TdClassName
{
border-color: #E542DF;
}
.TagClassName
{
border-color: #E542DF;
}
</style>