Html Css Color HEX #E762E6 Free Speech Magenta
📋 copy color: '#E762E6'red 231 ◦ green 98 ◦ blue 230
Shades of Free Speech Magenta #E762E6
Tints of Free Speech Magenta #E762E6
RGB
CMYK
RGB Variations
Color information
#E762E6 (or 0xE762E6) is known color: Free Speech Magenta. HEX triplet: E7, 62 and E6. RGB value is (231,98,230). Sum of RGB (Red+Green+Blue) = 231+98+230=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E762E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E762E6 is #189D19. Grayscale: #989898. Windows color (decimal): -1613082 or 15098599. OLE color: 15098599.
HSL color Cylindrical-coordinate representation of color #E762E6: hue angle of 300.45º 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 #E762E6 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 230 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.09 |
| HSL | 300.45º | 0.73% | 0.65% | - |
| HSV(B) | 300.45º | 0.58% | 0.91% | - |
| XYZ | 51.61 | 31.44 | 78.21 | - |
| YUV | 152.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 230 | 0 | 0.58 | 0.00 | 0.09 | 300.45 | 0.73 | 0.65 |
| Hex | E7 | 62 | E6 | 0 | 3A | 0 | 9 | 12C | 49 | 41 |
| Octal | 347 | 142 | 346 | 0 | 72 | 0 | 11 | 454 | 111 | 101 |
| Binary | 11100111 | 1100010 | 11100110 | 0 | 111010 | 0 | 1001 | 100101100 | 1001001 | 1000001 |
Color Harmonies of #E762E6
Complementary color
Monochromatic Colors of #E762E6
Black with #E762E6
Text Example
Text Example
White with #E762E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762E6; }
p { color: rgb(231,98,230); }
H1.HeaderClassName
{
color: #E762E6;
}
.AnyTagClassName
{
color: #E762E6;
}
</style>
background-color css
<style>
a { background-color: #E762E6; }
a { background-color: rgb(231,98,230); }
div.DivClassName
{
background-color: #E762E6;
}
.BgClassName
{
background-color: #E762E6;
}
</style>
border-color css
<style>
span { border-color: #E762E6; }
span { border-color: rgb(231,98,230); }
td.TdClassName
{
border-color: #E762E6;
}
.TagClassName
{
border-color: #E762E6;
}
</style>