Shades of Starship #E1F045
Tints of Starship #E1F045
RGB
CMYK
RGB Variations
Color information
#E1F045 (or 0xE1F045) is known color: Starship. HEX triplet: E1, F0 and 45. RGB value is (225,240,69). Sum of RGB (Red+Green+Blue) = 225+240+69=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F045 is #1E0FBA. Grayscale: #D8D8D8. Windows color (decimal): -1970107 or 4583649. OLE color: 4583649.
HSL color Cylindrical-coordinate representation of color #E1F045: hue angle of 65.26º 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 #E1F045 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 69 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.06 |
| HSL | 65.26º | 0.85% | 0.61% | - |
| HSV(B) | 65.26º | 0.71% | 0.94% | - |
| XYZ | 63.29 | 78.76 | 17.5 | - |
| YUV | 216.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 69 | 0.06 | 0 | 0.71 | 0.06 | 65.26 | 0.85 | 0.61 |
| Hex | E1 | F0 | 45 | 6 | 0 | 47 | 6 | 41 | 55 | 3D |
| Octal | 341 | 360 | 105 | 6 | 0 | 107 | 6 | 101 | 125 | 75 |
| Binary | 11100001 | 11110000 | 1000101 | 110 | 0 | 1000111 | 110 | 1000001 | 1010101 | 111101 |
Color Harmonies of #E1F045
Complementary color
Monochromatic Colors of #E1F045
Black with #E1F045
Text Example
Text Example
White with #E1F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F045; }
p { color: rgb(225,240,69); }
H1.HeaderClassName
{
color: #E1F045;
}
.AnyTagClassName
{
color: #E1F045;
}
</style>
background-color css
<style>
a { background-color: #E1F045; }
a { background-color: rgb(225,240,69); }
div.DivClassName
{
background-color: #E1F045;
}
.BgClassName
{
background-color: #E1F045;
}
</style>
border-color css
<style>
span { border-color: #E1F045; }
span { border-color: rgb(225,240,69); }
td.TdClassName
{
border-color: #E1F045;
}
.TagClassName
{
border-color: #E1F045;
}
</style>