Html Css Color HEX #E062D8 Free Speech Magenta
📋 copy color: '#E062D8'red 224 ◦ green 98 ◦ blue 216
Shades of Free Speech Magenta #E062D8
Tints of Free Speech Magenta #E062D8
RGB
CMYK
RGB Variations
Color information
#E062D8 (or 0xE062D8) is known color: Free Speech Magenta. HEX triplet: E0, 62 and D8. RGB value is (224,98,216). Sum of RGB (Red+Green+Blue) = 224+98+216=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E062D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062D8 is #1F9D27. Grayscale: #949494. Windows color (decimal): -2071848 or 14181088. OLE color: 14181088.
HSL color Cylindrical-coordinate representation of color #E062D8: hue angle of 303.81º 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 #E062D8 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 216 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.12 |
| HSL | 303.81º | 0.67% | 0.63% | - |
| HSV(B) | 303.81º | 0.56% | 0.88% | - |
| XYZ | 47.5 | 29.54 | 68.16 | - |
| YUV | 149.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 216 | 0 | 0.56 | 0.04 | 0.12 | 303.81 | 0.67 | 0.63 |
| Hex | E0 | 62 | D8 | 0 | 38 | 4 | C | 130 | 43 | 3F |
| Octal | 340 | 142 | 330 | 0 | 70 | 4 | 14 | 460 | 103 | 77 |
| Binary | 11100000 | 1100010 | 11011000 | 0 | 111000 | 100 | 1100 | 100110000 | 1000011 | 111111 |
Color Harmonies of #E062D8
Complementary color
Monochromatic Colors of #E062D8
Black with #E062D8
Text Example
Text Example
White with #E062D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062D8; }
p { color: rgb(224,98,216); }
H1.HeaderClassName
{
color: #E062D8;
}
.AnyTagClassName
{
color: #E062D8;
}
</style>
background-color css
<style>
a { background-color: #E062D8; }
a { background-color: rgb(224,98,216); }
div.DivClassName
{
background-color: #E062D8;
}
.BgClassName
{
background-color: #E062D8;
}
</style>
border-color css
<style>
span { border-color: #E062D8; }
span { border-color: rgb(224,98,216); }
td.TdClassName
{
border-color: #E062D8;
}
.TagClassName
{
border-color: #E062D8;
}
</style>