Shades of Starship #E2F243
Tints of Starship #E2F243
RGB
CMYK
RGB Variations
Color information
#E2F243 (or 0xE2F243) is known color: Starship. HEX triplet: E2, F2 and 43. RGB value is (226,242,67). Sum of RGB (Red+Green+Blue) = 226+242+67=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F243 is #1D0DBC. Grayscale: #D9D9D9. Windows color (decimal): -1904061 or 4453090. OLE color: 4453090.
HSL color Cylindrical-coordinate representation of color #E2F243: hue angle of 65.49º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2F243 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 65.49º | 0.87% | 0.61% | - |
| HSV(B) | 65.49º | 0.72% | 0.95% | - |
| XYZ | 64.13 | 80.08 | 17.39 | - |
| YUV | 217.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 67 | 0.07 | 0 | 0.72 | 0.05 | 65.49 | 0.87 | 0.61 |
| Hex | E2 | F2 | 43 | 7 | 0 | 48 | 5 | 41 | 57 | 3D |
| Octal | 342 | 362 | 103 | 7 | 0 | 110 | 5 | 101 | 127 | 75 |
| Binary | 11100010 | 11110010 | 1000011 | 111 | 0 | 1001000 | 101 | 1000001 | 1010111 | 111101 |
Color Harmonies of #E2F243
Complementary color
Monochromatic Colors of #E2F243
Black with #E2F243
Text Example
Text Example
White with #E2F243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F243; }
p { color: rgb(226,242,67); }
H1.HeaderClassName
{
color: #E2F243;
}
.AnyTagClassName
{
color: #E2F243;
}
</style>
background-color css
<style>
a { background-color: #E2F243; }
a { background-color: rgb(226,242,67); }
div.DivClassName
{
background-color: #E2F243;
}
.BgClassName
{
background-color: #E2F243;
}
</style>
border-color css
<style>
span { border-color: #E2F243; }
span { border-color: rgb(226,242,67); }
td.TdClassName
{
border-color: #E2F243;
}
.TagClassName
{
border-color: #E2F243;
}
</style>