Html Css Color HEX #E462E2 Free Speech Magenta
📋 copy color: '#E462E2'red 228 ◦ green 98 ◦ blue 226
Shades of Free Speech Magenta #E462E2
Tints of Free Speech Magenta #E462E2
RGB
CMYK
RGB Variations
Color information
#E462E2 (or 0xE462E2) is known color: Free Speech Magenta. HEX triplet: E4, 62 and E2. RGB value is (228,98,226). Sum of RGB (Red+Green+Blue) = 228+98+226=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E462E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E462E2 is #1B9D1D. Grayscale: #979797. Windows color (decimal): -1809694 or 14836452. OLE color: 14836452.
HSL color Cylindrical-coordinate representation of color #E462E2: hue angle of 300.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E462E2 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 226 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.11 |
| HSL | 300.92º | 0.71% | 0.64% | - |
| HSV(B) | 300.92º | 0.57% | 0.89% | - |
| XYZ | 50.09 | 30.72 | 75.24 | - |
| YUV | 151.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 226 | 0 | 0.57 | 0.01 | 0.11 | 300.92 | 0.71 | 0.64 |
| Hex | E4 | 62 | E2 | 0 | 39 | 1 | B | 12D | 47 | 40 |
| Octal | 344 | 142 | 342 | 0 | 71 | 1 | 13 | 455 | 107 | 100 |
| Binary | 11100100 | 1100010 | 11100010 | 0 | 111001 | 1 | 1011 | 100101101 | 1000111 | 1000000 |
Color Harmonies of #E462E2
Complementary color
Monochromatic Colors of #E462E2
Black with #E462E2
Text Example
Text Example
White with #E462E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E462E2; }
p { color: rgb(228,98,226); }
H1.HeaderClassName
{
color: #E462E2;
}
.AnyTagClassName
{
color: #E462E2;
}
</style>
background-color css
<style>
a { background-color: #E462E2; }
a { background-color: rgb(228,98,226); }
div.DivClassName
{
background-color: #E462E2;
}
.BgClassName
{
background-color: #E462E2;
}
</style>
border-color css
<style>
span { border-color: #E462E2; }
span { border-color: rgb(228,98,226); }
td.TdClassName
{
border-color: #E462E2;
}
.TagClassName
{
border-color: #E462E2;
}
</style>