Html Css Color HEX #E562DD Free Speech Magenta
📋 copy color: '#E562DD'red 229 ◦ green 98 ◦ blue 221
Shades of Free Speech Magenta #E562DD
Tints of Free Speech Magenta #E562DD
RGB
CMYK
RGB Variations
Color information
#E562DD (or 0xE562DD) is known color: Free Speech Magenta. HEX triplet: E5, 62 and DD. RGB value is (229,98,221). Sum of RGB (Red+Green+Blue) = 229+98+221=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E562DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E562DD is #1A9D22. Grayscale: #969696. Windows color (decimal): -1744163 or 14508773. OLE color: 14508773.
HSL color Cylindrical-coordinate representation of color #E562DD: hue angle of 303.66º 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 #E562DD is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 221 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.10 |
| HSL | 303.66º | 0.72% | 0.64% | - |
| HSV(B) | 303.66º | 0.57% | 0.9% | - |
| XYZ | 49.73 | 30.61 | 71.69 | - |
| YUV | 151.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 221 | 0 | 0.57 | 0.03 | 0.10 | 303.66 | 0.72 | 0.64 |
| Hex | E5 | 62 | DD | 0 | 39 | 3 | A | 130 | 48 | 40 |
| Octal | 345 | 142 | 335 | 0 | 71 | 3 | 12 | 460 | 110 | 100 |
| Binary | 11100101 | 1100010 | 11011101 | 0 | 111001 | 11 | 1010 | 100110000 | 1001000 | 1000000 |
Color Harmonies of #E562DD
Complementary color
Monochromatic Colors of #E562DD
Black with #E562DD
Text Example
Text Example
White with #E562DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E562DD; }
p { color: rgb(229,98,221); }
H1.HeaderClassName
{
color: #E562DD;
}
.AnyTagClassName
{
color: #E562DD;
}
</style>
background-color css
<style>
a { background-color: #E562DD; }
a { background-color: rgb(229,98,221); }
div.DivClassName
{
background-color: #E562DD;
}
.BgClassName
{
background-color: #E562DD;
}
</style>
border-color css
<style>
span { border-color: #E562DD; }
span { border-color: rgb(229,98,221); }
td.TdClassName
{
border-color: #E562DD;
}
.TagClassName
{
border-color: #E562DD;
}
</style>