Shades of Starship #E2F345
Tints of Starship #E2F345
RGB
CMYK
RGB Variations
Color information
#E2F345 (or 0xE2F345) is known color: Starship. HEX triplet: E2, F3 and 45. RGB value is (226,243,69). Sum of RGB (Red+Green+Blue) = 226+243+69=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F345 is #1D0CBA. Grayscale: #DADADA. Windows color (decimal): -1903803 or 4584418. OLE color: 4584418.
HSL color Cylindrical-coordinate representation of color #E2F345: hue angle of 65.86º degrees, saturation: 0.88, 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 #E2F345 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 69 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.05 |
| HSL | 65.86º | 0.88% | 0.61% | - |
| HSV(B) | 65.86º | 0.72% | 0.95% | - |
| XYZ | 64.49 | 80.7 | 17.81 | - |
| YUV | 218.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 69 | 0.07 | 0 | 0.72 | 0.05 | 65.86 | 0.88 | 0.61 |
| Hex | E2 | F3 | 45 | 7 | 0 | 48 | 5 | 42 | 58 | 3D |
| Octal | 342 | 363 | 105 | 7 | 0 | 110 | 5 | 102 | 130 | 75 |
| Binary | 11100010 | 11110011 | 1000101 | 111 | 0 | 1001000 | 101 | 1000010 | 1011000 | 111101 |
Color Harmonies of #E2F345
Complementary color
Monochromatic Colors of #E2F345
Black with #E2F345
Text Example
Text Example
White with #E2F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F345; }
p { color: rgb(226,243,69); }
H1.HeaderClassName
{
color: #E2F345;
}
.AnyTagClassName
{
color: #E2F345;
}
</style>
background-color css
<style>
a { background-color: #E2F345; }
a { background-color: rgb(226,243,69); }
div.DivClassName
{
background-color: #E2F345;
}
.BgClassName
{
background-color: #E2F345;
}
</style>
border-color css
<style>
span { border-color: #E2F345; }
span { border-color: rgb(226,243,69); }
td.TdClassName
{
border-color: #E2F345;
}
.TagClassName
{
border-color: #E2F345;
}
</style>