Html Css Color HEX #E962E7 Free Speech Magenta
📋 copy color: '#E962E7'red 233 ◦ green 98 ◦ blue 231
Shades of Free Speech Magenta #E962E7
Tints of Free Speech Magenta #E962E7
RGB
CMYK
RGB Variations
Color information
#E962E7 (or 0xE962E7) is known color: Free Speech Magenta. HEX triplet: E9, 62 and E7. RGB value is (233,98,231). Sum of RGB (Red+Green+Blue) = 233+98+231=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E962E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E962E7 is #169D18. Grayscale: #999999. Windows color (decimal): -1482009 or 15164137. OLE color: 15164137.
HSL color Cylindrical-coordinate representation of color #E962E7: hue angle of 300.89º degrees, saturation: 0.75, 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 #E962E7 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 231 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.09 |
| HSL | 300.89º | 0.75% | 0.65% | - |
| HSV(B) | 300.89º | 0.58% | 0.91% | - |
| XYZ | 52.4 | 31.83 | 78.98 | - |
| YUV | 153.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 231 | 0 | 0.58 | 0.01 | 0.09 | 300.89 | 0.75 | 0.65 |
| Hex | E9 | 62 | E7 | 0 | 3A | 1 | 9 | 12D | 4B | 41 |
| Octal | 351 | 142 | 347 | 0 | 72 | 1 | 11 | 455 | 113 | 101 |
| Binary | 11101001 | 1100010 | 11100111 | 0 | 111010 | 1 | 1001 | 100101101 | 1001011 | 1000001 |
Color Harmonies of #E962E7
Complementary color
Monochromatic Colors of #E962E7
Black with #E962E7
Text Example
Text Example
White with #E962E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E962E7; }
p { color: rgb(233,98,231); }
H1.HeaderClassName
{
color: #E962E7;
}
.AnyTagClassName
{
color: #E962E7;
}
</style>
background-color css
<style>
a { background-color: #E962E7; }
a { background-color: rgb(233,98,231); }
div.DivClassName
{
background-color: #E962E7;
}
.BgClassName
{
background-color: #E962E7;
}
</style>
border-color css
<style>
span { border-color: #E962E7; }
span { border-color: rgb(233,98,231); }
td.TdClassName
{
border-color: #E962E7;
}
.TagClassName
{
border-color: #E962E7;
}
</style>