Html Css Color HEX #E062D1 Free Speech Magenta
📋 copy color: '#E062D1'red 224 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #E062D1
Tints of Free Speech Magenta #E062D1
RGB
CMYK
RGB Variations
Color information
#E062D1 (or 0xE062D1) is known color: Free Speech Magenta. HEX triplet: E0, 62 and D1. RGB value is (224,98,209). Sum of RGB (Red+Green+Blue) = 224+98+209=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E062D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062D1 is #1F9D2E. Grayscale: #949494. Windows color (decimal): -2071855 or 13722336. OLE color: 13722336.
HSL color Cylindrical-coordinate representation of color #E062D1: hue angle of 307.14º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062D1 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 209 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.12 |
| HSL | 307.14º | 0.67% | 0.63% | - |
| HSV(B) | 307.14º | 0.56% | 0.88% | - |
| XYZ | 46.62 | 29.19 | 63.5 | - |
| YUV | 148.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 209 | 0 | 0.56 | 0.07 | 0.12 | 307.14 | 0.67 | 0.63 |
| Hex | E0 | 62 | D1 | 0 | 38 | 7 | C | 133 | 43 | 3F |
| Octal | 340 | 142 | 321 | 0 | 70 | 7 | 14 | 463 | 103 | 77 |
| Binary | 11100000 | 1100010 | 11010001 | 0 | 111000 | 111 | 1100 | 100110011 | 1000011 | 111111 |
Color Harmonies of #E062D1
Complementary color
Monochromatic Colors of #E062D1
Black with #E062D1
Text Example
Text Example
White with #E062D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062D1; }
p { color: rgb(224,98,209); }
H1.HeaderClassName
{
color: #E062D1;
}
.AnyTagClassName
{
color: #E062D1;
}
</style>
background-color css
<style>
a { background-color: #E062D1; }
a { background-color: rgb(224,98,209); }
div.DivClassName
{
background-color: #E062D1;
}
.BgClassName
{
background-color: #E062D1;
}
</style>
border-color css
<style>
span { border-color: #E062D1; }
span { border-color: rgb(224,98,209); }
td.TdClassName
{
border-color: #E062D1;
}
.TagClassName
{
border-color: #E062D1;
}
</style>