Html Css Color HEX #E562D9 Free Speech Magenta
📋 copy color: '#E562D9'red 229 ◦ green 98 ◦ blue 217
Shades of Free Speech Magenta #E562D9
Tints of Free Speech Magenta #E562D9
RGB
CMYK
RGB Variations
Color information
#E562D9 (or 0xE562D9) is known color: Free Speech Magenta. HEX triplet: E5, 62 and D9. RGB value is (229,98,217). Sum of RGB (Red+Green+Blue) = 229+98+217=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E562D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E562D9 is #1A9D26. Grayscale: #969696. Windows color (decimal): -1744167 or 14246629. OLE color: 14246629.
HSL color Cylindrical-coordinate representation of color #E562D9: hue angle of 305.5º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E562D9 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 217 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.10 |
| HSL | 305.5º | 0.72% | 0.64% | - |
| HSV(B) | 305.5º | 0.57% | 0.9% | - |
| XYZ | 49.21 | 30.4 | 68.92 | - |
| YUV | 150.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 217 | 0 | 0.57 | 0.05 | 0.10 | 305.5 | 0.72 | 0.64 |
| Hex | E5 | 62 | D9 | 0 | 39 | 5 | A | 131 | 48 | 40 |
| Octal | 345 | 142 | 331 | 0 | 71 | 5 | 12 | 461 | 110 | 100 |
| Binary | 11100101 | 1100010 | 11011001 | 0 | 111001 | 101 | 1010 | 100110001 | 1001000 | 1000000 |
Color Harmonies of #E562D9
Complementary color
Monochromatic Colors of #E562D9
Black with #E562D9
Text Example
Text Example
White with #E562D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E562D9; }
p { color: rgb(229,98,217); }
H1.HeaderClassName
{
color: #E562D9;
}
.AnyTagClassName
{
color: #E562D9;
}
</style>
background-color css
<style>
a { background-color: #E562D9; }
a { background-color: rgb(229,98,217); }
div.DivClassName
{
background-color: #E562D9;
}
.BgClassName
{
background-color: #E562D9;
}
</style>
border-color css
<style>
span { border-color: #E562D9; }
span { border-color: rgb(229,98,217); }
td.TdClassName
{
border-color: #E562D9;
}
.TagClassName
{
border-color: #E562D9;
}
</style>