Shades of Starship #E2F249
Tints of Starship #E2F249
RGB
CMYK
RGB Variations
Color information
#E2F249 (or 0xE2F249) is known color: Starship. HEX triplet: E2, F2 and 49. RGB value is (226,242,73). Sum of RGB (Red+Green+Blue) = 226+242+73=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F249 is #1D0DB6. Grayscale: #DADADA. Windows color (decimal): -1904055 or 4846306. OLE color: 4846306.
HSL color Cylindrical-coordinate representation of color #E2F249: hue angle of 65.68º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2F249 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 73 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.05 |
| HSL | 65.68º | 0.87% | 0.62% | - |
| HSV(B) | 65.68º | 0.7% | 0.95% | - |
| XYZ | 64.32 | 80.15 | 18.38 | - |
| YUV | 217.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 73 | 0.07 | 0 | 0.70 | 0.05 | 65.68 | 0.87 | 0.62 |
| Hex | E2 | F2 | 49 | 7 | 0 | 46 | 5 | 42 | 57 | 3E |
| Octal | 342 | 362 | 111 | 7 | 0 | 106 | 5 | 102 | 127 | 76 |
| Binary | 11100010 | 11110010 | 1001001 | 111 | 0 | 1000110 | 101 | 1000010 | 1010111 | 111110 |
Color Harmonies of #E2F249
Complementary color
Monochromatic Colors of #E2F249
Black with #E2F249
Text Example
Text Example
White with #E2F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F249; }
p { color: rgb(226,242,73); }
H1.HeaderClassName
{
color: #E2F249;
}
.AnyTagClassName
{
color: #E2F249;
}
</style>
background-color css
<style>
a { background-color: #E2F249; }
a { background-color: rgb(226,242,73); }
div.DivClassName
{
background-color: #E2F249;
}
.BgClassName
{
background-color: #E2F249;
}
</style>
border-color css
<style>
span { border-color: #E2F249; }
span { border-color: rgb(226,242,73); }
td.TdClassName
{
border-color: #E2F249;
}
.TagClassName
{
border-color: #E2F249;
}
</style>