Html Css Color HEX #E262E6 Free Speech Magenta
📋 copy color: '#E262E6'red 226 ◦ green 98 ◦ blue 230
Shades of Free Speech Magenta #E262E6
Tints of Free Speech Magenta #E262E6
RGB
CMYK
RGB Variations
Color information
#E262E6 (or 0xE262E6) is known color: Free Speech Magenta. HEX triplet: E2, 62 and E6. RGB value is (226,98,230). Sum of RGB (Red+Green+Blue) = 226+98+230=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #E262E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E262E6 is #1D9D19. Grayscale: #969696. Windows color (decimal): -1940762 or 15098594. OLE color: 15098594.
HSL color Cylindrical-coordinate representation of color #E262E6: hue angle of 298.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E262E6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 98 | 230 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.10 |
| HSL | 298.18º | 0.73% | 0.64% | - |
| HSV(B) | 298.18º | 0.57% | 0.9% | - |
| XYZ | 50.01 | 30.62 | 78.14 | - |
| YUV | 151.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 230 | 0.02 | 0.57 | 0 | 0.10 | 298.18 | 0.73 | 0.64 |
| Hex | E2 | 62 | E6 | 2 | 39 | 0 | A | 12A | 49 | 40 |
| Octal | 342 | 142 | 346 | 2 | 71 | 0 | 12 | 452 | 111 | 100 |
| Binary | 11100010 | 1100010 | 11100110 | 10 | 111001 | 0 | 1010 | 100101010 | 1001001 | 1000000 |
Color Harmonies of #E262E6
Complementary color
Monochromatic Colors of #E262E6
Black with #E262E6
Text Example
Text Example
White with #E262E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262E6; }
p { color: rgb(226,98,230); }
H1.HeaderClassName
{
color: #E262E6;
}
.AnyTagClassName
{
color: #E262E6;
}
</style>
background-color css
<style>
a { background-color: #E262E6; }
a { background-color: rgb(226,98,230); }
div.DivClassName
{
background-color: #E262E6;
}
.BgClassName
{
background-color: #E262E6;
}
</style>
border-color css
<style>
span { border-color: #E262E6; }
span { border-color: rgb(226,98,230); }
td.TdClassName
{
border-color: #E262E6;
}
.TagClassName
{
border-color: #E262E6;
}
</style>