Html Css Color HEX #E062D3 Free Speech Magenta
📋 copy color: '#E062D3'red 224 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #E062D3
Tints of Free Speech Magenta #E062D3
RGB
CMYK
RGB Variations
Color information
#E062D3 (or 0xE062D3) is known color: Free Speech Magenta. HEX triplet: E0, 62 and D3. RGB value is (224,98,211). Sum of RGB (Red+Green+Blue) = 224+98+211=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E062D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062D3 is #1F9D2C. Grayscale: #949494. Windows color (decimal): -2071853 or 13853408. OLE color: 13853408.
HSL color Cylindrical-coordinate representation of color #E062D3: hue angle of 306.19º 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 #E062D3 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 211 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.12 |
| HSL | 306.19º | 0.67% | 0.63% | - |
| HSV(B) | 306.19º | 0.56% | 0.88% | - |
| XYZ | 46.87 | 29.29 | 64.81 | - |
| YUV | 148.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 211 | 0 | 0.56 | 0.06 | 0.12 | 306.19 | 0.67 | 0.63 |
| Hex | E0 | 62 | D3 | 0 | 38 | 6 | C | 132 | 43 | 3F |
| Octal | 340 | 142 | 323 | 0 | 70 | 6 | 14 | 462 | 103 | 77 |
| Binary | 11100000 | 1100010 | 11010011 | 0 | 111000 | 110 | 1100 | 100110010 | 1000011 | 111111 |
Color Harmonies of #E062D3
Complementary color
Monochromatic Colors of #E062D3
Black with #E062D3
Text Example
Text Example
White with #E062D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062D3; }
p { color: rgb(224,98,211); }
H1.HeaderClassName
{
color: #E062D3;
}
.AnyTagClassName
{
color: #E062D3;
}
</style>
background-color css
<style>
a { background-color: #E062D3; }
a { background-color: rgb(224,98,211); }
div.DivClassName
{
background-color: #E062D3;
}
.BgClassName
{
background-color: #E062D3;
}
</style>
border-color css
<style>
span { border-color: #E062D3; }
span { border-color: rgb(224,98,211); }
td.TdClassName
{
border-color: #E062D3;
}
.TagClassName
{
border-color: #E062D3;
}
</style>