Html Css Color HEX #E542D7 Free Speech Magenta
📋 copy color: '#E542D7'red 229 ◦ green 66 ◦ blue 215
Shades of Free Speech Magenta #E542D7
Tints of Free Speech Magenta #E542D7
RGB
CMYK
RGB Variations
Color information
#E542D7 (or 0xE542D7) is known color: Free Speech Magenta. HEX triplet: E5, 42 and D7. RGB value is (229,66,215). Sum of RGB (Red+Green+Blue) = 229+66+215=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E542D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E542D7 is #1ABD28. Grayscale: #838383. Windows color (decimal): -1752361 or 14107365. OLE color: 14107365.
HSL color Cylindrical-coordinate representation of color #E542D7: hue angle of 305.15º 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 #E542D7 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 215 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.10 |
| HSL | 305.15º | 0.76% | 0.58% | - |
| HSV(B) | 305.15º | 0.71% | 0.9% | - |
| XYZ | 46.53 | 25.46 | 66.75 | - |
| YUV | 131.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 215 | 0 | 0.71 | 0.06 | 0.10 | 305.15 | 0.76 | 0.58 |
| Hex | E5 | 42 | D7 | 0 | 47 | 6 | A | 131 | 4C | 3A |
| Octal | 345 | 102 | 327 | 0 | 107 | 6 | 12 | 461 | 114 | 72 |
| Binary | 11100101 | 1000010 | 11010111 | 0 | 1000111 | 110 | 1010 | 100110001 | 1001100 | 111010 |
Color Harmonies of #E542D7
Complementary color
Monochromatic Colors of #E542D7
Black with #E542D7
Text Example
Text Example
White with #E542D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542D7; }
p { color: rgb(229,66,215); }
H1.HeaderClassName
{
color: #E542D7;
}
.AnyTagClassName
{
color: #E542D7;
}
</style>
background-color css
<style>
a { background-color: #E542D7; }
a { background-color: rgb(229,66,215); }
div.DivClassName
{
background-color: #E542D7;
}
.BgClassName
{
background-color: #E542D7;
}
</style>
border-color css
<style>
span { border-color: #E542D7; }
span { border-color: rgb(229,66,215); }
td.TdClassName
{
border-color: #E542D7;
}
.TagClassName
{
border-color: #E542D7;
}
</style>