Html Css Color HEX #E062E7 Free Speech Magenta
📋 copy color: '#E062E7'red 224 ◦ green 98 ◦ blue 231
Shades of Free Speech Magenta #E062E7
Tints of Free Speech Magenta #E062E7
RGB
CMYK
RGB Variations
Color information
#E062E7 (or 0xE062E7) is known color: Free Speech Magenta. HEX triplet: E0, 62 and E7. RGB value is (224,98,231). Sum of RGB (Red+Green+Blue) = 224+98+231=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #E062E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062E7 is #1F9D18. Grayscale: #969696. Windows color (decimal): -2071833 or 15164128. OLE color: 15164128.
HSL color Cylindrical-coordinate representation of color #E062E7: hue angle of 296.84º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E062E7 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 98 | 231 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.09 |
| HSL | 296.84º | 0.73% | 0.65% | - |
| HSV(B) | 296.84º | 0.58% | 0.91% | - |
| XYZ | 49.53 | 30.35 | 78.85 | - |
| YUV | 150.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 231 | 0.03 | 0.58 | 0 | 0.09 | 296.84 | 0.73 | 0.65 |
| Hex | E0 | 62 | E7 | 3 | 3A | 0 | 9 | 129 | 49 | 41 |
| Octal | 340 | 142 | 347 | 3 | 72 | 0 | 11 | 451 | 111 | 101 |
| Binary | 11100000 | 1100010 | 11100111 | 11 | 111010 | 0 | 1001 | 100101001 | 1001001 | 1000001 |
Color Harmonies of #E062E7
Complementary color
Monochromatic Colors of #E062E7
Black with #E062E7
Text Example
Text Example
White with #E062E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062E7; }
p { color: rgb(224,98,231); }
H1.HeaderClassName
{
color: #E062E7;
}
.AnyTagClassName
{
color: #E062E7;
}
</style>
background-color css
<style>
a { background-color: #E062E7; }
a { background-color: rgb(224,98,231); }
div.DivClassName
{
background-color: #E062E7;
}
.BgClassName
{
background-color: #E062E7;
}
</style>
border-color css
<style>
span { border-color: #E062E7; }
span { border-color: rgb(224,98,231); }
td.TdClassName
{
border-color: #E062E7;
}
.TagClassName
{
border-color: #E062E7;
}
</style>