Shades of Starship #E2F048
Tints of Starship #E2F048
RGB
CMYK
RGB Variations
Color information
#E2F048 (or 0xE2F048) is known color: Starship. HEX triplet: E2, F0 and 48. RGB value is (226,240,72). Sum of RGB (Red+Green+Blue) = 226+240+72=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F048 is #1D0FB7. Grayscale: #D9D9D9. Windows color (decimal): -1904568 or 4780258. OLE color: 4780258.
HSL color Cylindrical-coordinate representation of color #E2F048: hue angle of 65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2F048 is Cyan = 0.06, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 72 | - |
| CMYK | 0.06 | 0 | 0.7 | 0.06 |
| HSL | 65º | 0.85% | 0.61% | - |
| HSV(B) | 65º | 0.7% | 0.94% | - |
| XYZ | 63.69 | 78.96 | 18.01 | - |
| YUV | 216.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 72 | 0.06 | 0 | 0.7 | 0.06 | 65 | 0.85 | 0.61 |
| Hex | E2 | F0 | 48 | 6 | 0 | 46 | 6 | 41 | 55 | 3D |
| Octal | 342 | 360 | 110 | 6 | 0 | 106 | 6 | 101 | 125 | 75 |
| Binary | 11100010 | 11110000 | 1001000 | 110 | 0 | 1000110 | 110 | 1000001 | 1010101 | 111101 |
Color Harmonies of #E2F048
Complementary color
Monochromatic Colors of #E2F048
Black with #E2F048
Text Example
Text Example
White with #E2F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F048; }
p { color: rgb(226,240,72); }
H1.HeaderClassName
{
color: #E2F048;
}
.AnyTagClassName
{
color: #E2F048;
}
</style>
background-color css
<style>
a { background-color: #E2F048; }
a { background-color: rgb(226,240,72); }
div.DivClassName
{
background-color: #E2F048;
}
.BgClassName
{
background-color: #E2F048;
}
</style>
border-color css
<style>
span { border-color: #E2F048; }
span { border-color: rgb(226,240,72); }
td.TdClassName
{
border-color: #E2F048;
}
.TagClassName
{
border-color: #E2F048;
}
</style>