Html Css Color HEX #E962E5 Free Speech Magenta
📋 copy color: '#E962E5'red 233 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #E962E5
Tints of Free Speech Magenta #E962E5
RGB
CMYK
RGB Variations
Color information
#E962E5 (or 0xE962E5) is known color: Free Speech Magenta. HEX triplet: E9, 62 and E5. RGB value is (233,98,229). Sum of RGB (Red+Green+Blue) = 233+98+229=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E962E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E962E5 is #169D1A. Grayscale: #989898. Windows color (decimal): -1482011 or 15033065. OLE color: 15033065.
HSL color Cylindrical-coordinate representation of color #E962E5: hue angle of 301.78º 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 #E962E5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 229 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.09 |
| HSL | 301.78º | 0.75% | 0.65% | - |
| HSV(B) | 301.78º | 0.58% | 0.91% | - |
| XYZ | 52.11 | 31.72 | 77.5 | - |
| YUV | 153.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 229 | 0 | 0.58 | 0.02 | 0.09 | 301.78 | 0.75 | 0.65 |
| Hex | E9 | 62 | E5 | 0 | 3A | 2 | 9 | 12E | 4B | 41 |
| Octal | 351 | 142 | 345 | 0 | 72 | 2 | 11 | 456 | 113 | 101 |
| Binary | 11101001 | 1100010 | 11100101 | 0 | 111010 | 10 | 1001 | 100101110 | 1001011 | 1000001 |
Color Harmonies of #E962E5
Complementary color
Monochromatic Colors of #E962E5
Black with #E962E5
Text Example
Text Example
White with #E962E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E962E5; }
p { color: rgb(233,98,229); }
H1.HeaderClassName
{
color: #E962E5;
}
.AnyTagClassName
{
color: #E962E5;
}
</style>
background-color css
<style>
a { background-color: #E962E5; }
a { background-color: rgb(233,98,229); }
div.DivClassName
{
background-color: #E962E5;
}
.BgClassName
{
background-color: #E962E5;
}
</style>
border-color css
<style>
span { border-color: #E962E5; }
span { border-color: rgb(233,98,229); }
td.TdClassName
{
border-color: #E962E5;
}
.TagClassName
{
border-color: #E962E5;
}
</style>