Shades of Starship #E2F045
Tints of Starship #E2F045
RGB
CMYK
RGB Variations
Color information
#E2F045 (or 0xE2F045) is known color: Starship. HEX triplet: E2, F0 and 45. RGB value is (226,240,69). Sum of RGB (Red+Green+Blue) = 226+240+69=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F045 is #1D0FBA. Grayscale: #D8D8D8. Windows color (decimal): -1904571 or 4583650. OLE color: 4583650.
HSL color Cylindrical-coordinate representation of color #E2F045: hue angle of 64.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2F045 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 69 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.06 |
| HSL | 64.91º | 0.85% | 0.61% | - |
| HSV(B) | 64.91º | 0.71% | 0.94% | - |
| XYZ | 63.6 | 78.92 | 17.51 | - |
| YUV | 216.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 69 | 0.06 | 0 | 0.71 | 0.06 | 64.91 | 0.85 | 0.61 |
| Hex | E2 | F0 | 45 | 6 | 0 | 47 | 6 | 41 | 55 | 3D |
| Octal | 342 | 360 | 105 | 6 | 0 | 107 | 6 | 101 | 125 | 75 |
| Binary | 11100010 | 11110000 | 1000101 | 110 | 0 | 1000111 | 110 | 1000001 | 1010101 | 111101 |
Color Harmonies of #E2F045
Complementary color
Monochromatic Colors of #E2F045
Black with #E2F045
Text Example
Text Example
White with #E2F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F045; }
p { color: rgb(226,240,69); }
H1.HeaderClassName
{
color: #E2F045;
}
.AnyTagClassName
{
color: #E2F045;
}
</style>
background-color css
<style>
a { background-color: #E2F045; }
a { background-color: rgb(226,240,69); }
div.DivClassName
{
background-color: #E2F045;
}
.BgClassName
{
background-color: #E2F045;
}
</style>
border-color css
<style>
span { border-color: #E2F045; }
span { border-color: rgb(226,240,69); }
td.TdClassName
{
border-color: #E2F045;
}
.TagClassName
{
border-color: #E2F045;
}
</style>