Shades of Starship #E2F041
Tints of Starship #E2F041
RGB
CMYK
RGB Variations
Color information
#E2F041 (or 0xE2F041) is known color: Starship. HEX triplet: E2, F0 and 41. RGB value is (226,240,65). Sum of RGB (Red+Green+Blue) = 226+240+65=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F041 is #1D0FBE. Grayscale: #D8D8D8. Windows color (decimal): -1904575 or 4321506. OLE color: 4321506.
HSL color Cylindrical-coordinate representation of color #E2F041: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2F041 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 65 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.06 |
| HSL | 64.8º | 0.85% | 0.6% | - |
| HSV(B) | 64.8º | 0.73% | 0.94% | - |
| XYZ | 63.48 | 78.87 | 16.88 | - |
| YUV | 215.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 65 | 0.06 | 0 | 0.73 | 0.06 | 64.8 | 0.85 | 0.6 |
| Hex | E2 | F0 | 41 | 6 | 0 | 49 | 6 | 41 | 55 | 3C |
| Octal | 342 | 360 | 101 | 6 | 0 | 111 | 6 | 101 | 125 | 74 |
| Binary | 11100010 | 11110000 | 1000001 | 110 | 0 | 1001001 | 110 | 1000001 | 1010101 | 111100 |
Color Harmonies of #E2F041
Complementary color
Monochromatic Colors of #E2F041
Black with #E2F041
Text Example
Text Example
White with #E2F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F041; }
p { color: rgb(226,240,65); }
H1.HeaderClassName
{
color: #E2F041;
}
.AnyTagClassName
{
color: #E2F041;
}
</style>
background-color css
<style>
a { background-color: #E2F041; }
a { background-color: rgb(226,240,65); }
div.DivClassName
{
background-color: #E2F041;
}
.BgClassName
{
background-color: #E2F041;
}
</style>
border-color css
<style>
span { border-color: #E2F041; }
span { border-color: rgb(226,240,65); }
td.TdClassName
{
border-color: #E2F041;
}
.TagClassName
{
border-color: #E2F041;
}
</style>